/* HTML Elemente */
	body {
		
		/* Positionierung */
		margin:0px;
		padding:0px;
		
		/* Globale Schriften */
		font-family:Verdana, Arial, sans-serif;

		font-size: 12px;
		color: #666;
		
	}
	
	a, a:link {
		text-decoration:none;
		color:#0c2d82;
		font-weight:normal;
		cursor:pointer;
	}
	
	a:hover, a:link:hover {
		/*font-weight:bold;*/
		text-decoration:underline;
		color:#0c2d82;
	}
	
	a:visited, a:link:visited {
		text-decoration:none;
		color:#0c2d82;
		font-weight:normal;		
	}
	
	a:visited:hover, a:link:visited:hover {
		/*font-weight:bold;*/
		text-decoration:underline;
		color:#0c2d82;
	}

	/* Jeromisches Inputfeld */
	.inputfield {
		background:#efefef;
		border:1px solid #d5d5d5;
		padding:3px 5px;
		font-family:Verdana, Arial, sans-serif;
		color:#666;
	}
	
	/* Textfarben */
	.bluetext {
		color: #0c2d82;
	}
	
	.blacktext {
		color: #666;
	}
	
	.greytext {
		font-color: #eaedf4;
	}

	/* mainbackground mit Linien */
	
		#mainBackground {
			z-index:0;
			position:absolute;
			top:97px; left:0px; right:0px;
			height:700px;
			background-image:url(/00-def/template/img/bg/bg_mainbackground_night.png); background-repeat:repeat-x;
		}
	
	
	/* topBar */
		#topContainer {
			margin:auto;
			width:100%;
			height:70px;
			background-image: url(/00-def/template/img/bg/bg_topbar.png);
			
		}
	
		#topbar {
			margin:auto;
			width:960px;
			height:70px;
		}
		
		.topbar_table{
			width:960px;
			height:70px;
		}
	
	/* Content Container */
	
		#mainContainer {
			z-index:0;
			position:absolute;
			left:0px; right:0px; top:97px; height:700px;
			overflow:visible;
		}
		
		#contentContainer {
			margin:auto;
			width:1080px;
			height:600px;
			overflow:visible;
			background-image:url(/00-def/template/img/bg/bg_inhalt_shadow.png); background-repeat:no-repeat;
		}

		.nav_whitespace {
			color:#fff;
		}
		
		#sitetitle {
			padding-top:20px;
			padding-bottom:10px;
		}
		
		.sitetitle {
			font-size: 22px;
			color:#003D8D;
			padding-left:2px;
		}
	
		.sitesubtitle {
			font-size: 22px;
			color:#666666;
			padding-left:2px;
		}
		
		#sitecontent {
			font-size: 12px;
			color: #333333;
			padding:0px 5px;
		}		
		
		#slideshow_table {
			width:1080px;
			height:600px;
		}
		
		#portalboxes {
			margin:auto;
			margin-top:5px;
			width:960px;
			height:170px;
			background-image:url(/00-def/template/img/bg/bg_portalbox_shadow.png); background-repeat:no-repeat; background-position:center;
		}

		.portalbox_header {
			 background-image:url(/00-def/template/img/bg/bg_portalbox_header.png); background-repeat:repeat-x;
			 height:35px; 
			 border:1px solid #d5d5d5;
			 border-bottom:1px solid #CBD0DF; 
			 color:#3B559A; font-weight:bold; 
			 padding-left:5px;
		}
		
		.portalbox_content {
			background-color:#fff;
			border-left:1px solid #d5d5d5;
			border-bottom:1px solid #d5d5d5;
			border-right:1px solid #d5d5d5;
			vertical-align:top;
			height:100px;
			padding: 3px 5px 3px 5px; 
		}
		
		.portalbox_subborder {
			margin-top:1px;
			height:20px;
			border-top:1px solid #d7d7d7;
			border-right: 1px solid #d7d7d7;
			border-left: 1px solid #d7d7d7;
		}

	.button { 
		background-image:url(/00-def/template/img/bg/bg_contactsales.png); background-repeat:repeat-x;
		text-align:left; padding:2px 5px;
		font-size:11px; font-weight:bold;
		border:1px solid #d5d5d5;
		cursor:pointer;
	}
	
	.button:hover {
		background-image:url(/00-def/template/img/bg/bg_contactsales_hover.png);background-repeat:repeat-x;
	}	

	.caption {
		font-weight:bold;
		padding:5px 10px 5px 0px;		
	}
	
	.hint {
		font-size:12px;
		font-weight:normal;
		padding-right:5px;		
	}

	.accordionclose {
		background-image:url(/00-def/template/img/symbols/sitemap/close.png);
	}
	.accordionopen {
		background-image:url(/00-def/template/img/symbols/sitemap/open.png);
	}


	#lsresultContainer {
		position:absolute;
		top:0px;
		left:0px;
	}

		