@charset "utf-8";
/* CSS Document */

img, #main_frame { behavior: url(../_css/iepngfix.htc) }

/*-------------------/
/ Allgemeine Formate /
/-------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #e1e3e4;
	color: #323232;
	position: relative;
	
	scrollbar-arrow-color:#323232;
	scrollbar-face-color:#acacac;
	scrollbar-highlight-color:#323232;
	scrollbar-3dlight-color:#e1e3e4;
	scrollbar-shadow-color:#323232;
	scrollbar-darkshadow-color:#acacac;
	scrollbar-track-color:#acacac;
}

h1 {
	font-size: 32px;
	margin: -6px 0px 2px 0px;
	padding: 0px;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	
	color: #323232;
	padding: 3px 0px 3px 7px; 
	background: #fedc00; 
	width: 100%; 
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	line-height: 18px;
}


h4, h5 {
	font-size: 12px;
	margin: 0px;	
	padding: 0px;
	line-height: 14px;
}

p {
	font-size: 12px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	line-height: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a img {
	border: none;
}

ul, ol {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

	ul li {
		margin: 0px 0px 8px 14px;
		#margin: 0px 0px 8px 16px;
		padding: 0px;
	}
	
	
	ol li {
		margin: 0px 0px 8px 18px;
		#margin: 0px 0px 8px 23px;
		padding: 0px;
	}
	
sub, sup {
	line-height: 0px;
	font-size: 70%;
	margin: 0px 0px 0px 1px;
}

.headline_bg {
	color: #323232;
	padding: 3px 0px 3px 7px; 
	background: #fedc00; 
	width: 100%; 
	margin: 0px 0px 10px 0px;
}

.small {
	font-size: 80%;
}

.margin_16, ul.margin_16 li {
	margin-bottom: 16px;
}

.margin_8, ul.margin_8 li {
	margin-bottom: 8px;
}

.margin_4, ul.margin_4 li {
	margin-bottom: 4px;
}

.margin_2, ul.margin_2 li {
	margin-bottom: 2px;
}

.margin_0, ul.margin_0 li {
	margin-bottom: 0px;
}

.margin_top_0 {
	margin-top: 0px;
}

.hidden, .hiddenTXT {
	display: none;
}

.shown, shownTXT {
	display: block;
}

/*-------------/
/ Seitenaufbau /
/-------------*/

#mainframe {
	width: 960px;
	height: 700px;
	background: #9c9c9f;
	margin: 0px auto 0px auto;
	position: relative;
}

	#headframe {
		width: 960px;
		height: 355px;
		overflow: hidden;
	}
	
	#navframe {
		width: 960px;
		height: 30px;
		background: url('../_img/bg_nav.gif');
		overflow: hidden;
	}
	
		#loaderDisplay {
			float: right;
		}
	
	#contentframe {
		width: 960px;
		height: 315px;
		overflow: auto;
		overflow-x: hidden;
	}

/*-----------/
/ Navigation /
/-----------*/

#homebutton {
	position: absolute;
	left: 142px;
	top: 14px;
	display: none;
}

#navframe ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
}

	#navframe ul li {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
		#navframe ul li a {
			display: block;
			padding: 7px 6px 9px 6px;
			color: #ffffff;
			margin: 0px;
			text-decoration: none;
			background: url('../_img/bg_nav_over.gif') right 0px repeat-x;
		}
		
		#navframe ul li a:hover {
			color: #323232;
			background: url('../_img/bg_nav_over.gif') right -30px repeat-x;
			text-decoration: underline;
		}
		
		#navframe ul li.last a {
			background: url('../_img/bg_nav_over.gif') 0px 0px repeat-x;
		}
		
		#navframe ul li.last a:hover {
			background: url('../_img/bg_nav_over.gif') 0px -30px repeat-x;
			text-decoration: underline;
		}
		
		#navframe ul li a.active {
			text-decoration: underline;
		}

.subNav {
	float: left;
	list-style-type: none;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

	.subNav li {
		float: left;
		margin: 0px 16px 13px 0px;
		padding: 0px;
	}
	
	.subNav.service li {
		margin: 0px 16px 3px 0px;
	}

/*----------------/
/ Aufbau Contents /
/----------------*/

	.content_full {
		margin: 20px 20px 0px 10px;
		float: left;
		display: inline;
		width: 930px;
	}
	
	.content_indent {
		margin: 20px 20px 0px 70px;
		float: left;
		display: inline;
		width: 870px;
	}
	
		.left {
			float: left;
			display: inline;
		}
		
		.right {
			float: right;
			display: inline;
		}
		
		.narrow {
			width: 270px;
		}
		
		.narrow-2 {
			width: 180px;
		}
		
		.half {
			width: 48%;
		}
		
		.content_full .wide {
			width: 590px;
		}
		
		.content_full .wide-2 {
			width: 680px;
		}
		
		.content_indent .wide {
			width: 570px;
		}
		
		.content_indent .wide-1 {
			width: 470px;
		}
		
		.content_indent .wide-2 {
			width: 660px;
		}
		
		.borderless, .listitem.borderless {
			border: none;
		}
		
		.twocols .left {
			width: 48%;
			text-align: left;
		}
		
		.twocols .right {
			width: 48%;
			text-align: left;
		}
		
		.annotation {
			clear: both;
			border-top: #919191 1px solid;
			padding-top: 4px;
		}
		
			.annotation p {
				font-size: 10px;
				color: #323232;
				line-height: 12px;
				padding-bottom: 8px;
			}

		.listitem {
			clear: both;
			float:left;
			margin-bottom: 8px;
			width: 100%;
		}
			
			.listitem h5 {
				color: #323232;
				padding: 3px 0 3px 7px; 
				background: #fedc00; 
				width: 100%; 
				margin: 0 0 5px 0;
				
			}
		
			.listimage {
				float: left;
				display: inline;
				width: 25%;
				padding-bottom: 16px;
			}
			
			.wide-2 .listimage {
				width: 33%;
			}
			
			.listtext {
				float: left;
				display: inline;
				width: 100%;
			}
			
			.image .listtext {
				float: left;
				display: inline;
				width: 73%;
			}
			
			.wide-2 .image .listtext {
				width: 64%;
			}
			
				.listtext ul li {
					margin-bottom: 4px;
				}
				
		.mapNav {
			float: left;
			display: block;
			width: 120px;
			margin-right: 15px;
		}
		
		.mapNav li a {
			color: #ffffff;
		}
		
		.mapNav li a {
			text-decoration: none;
		}
		
		.subNavTXT {
			list-style-type: none;
		}
		
		.subNavTXT a {
			display: inline-left;
			padding: 9px 12px;
			border: #919191 1px solid;
			color: #919191;
			width: auto;
		}
		
		.subNavTXT a:hover {
			text-decoration: none;
			background: #ffffff;
		}
		
		.subNavTXTact {
			text-decoration: none;
			background: #ffffff !important;
		}

/*-------------------/
/ Linkgenerierung /
/-------------------*/

#intel a, a.intel {
	color: #323232;
}

.genuine, .genuine:hover {
	color:#323232;
	text-decoration: none;
}