@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #ffffff;,
	
	position: relative;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	margin: -15px 0px 0px 0px;
	padding: 0px;
	line-height: 40px;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	font-style:inherit;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

h3 {
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 14x;
}


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 8px 0px;
	padding: 0px;
}


	ul li {
		margin: 0px 0px 2px 16px;
		padding: 0px;
	}
	
	
	ol li {
		margin: 0px 0px 8px 18px;
		#margin: 0px 0px 8px 23px;
		padding: 0px;
	}
.hidden, .hiddenTXT {
	display: none;
}

.shown, shownTXT {
	display: block;
}
/*----------------/
/ 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-2 {
			width: 660px;
		}
		
		.borderless, .listitem.borderless {
			border: none;
		}
		
		.twocols .left {
			width: 48%;
			text-align: justify;
		}
		
		.twocols .right {
			width: 48%;
			text-align: justify;
		}
		.highlight{
		font-weight: bold;
		}
		
		.annotation {
			clear: both;
			border-top: #919191 1px solid;
			padding-top: 4px;
		}
		
			.annotation p {
				font-size: 10px;
				color: #919191;
				line-height: 12px;
				padding-bottom: 8px;
			}

		.listitem {
			border-bottom: #919191 1px solid;
			clear: both;
			float:left;
			margin-bottom: 8px;
			width: 100%;
		}
		
			.listimage {
				float: left;
				display: inline;
				width: 25%;
				padding-bottom: 16px;
			}
			
			.wide-2 .listimage {
				width: 33%;
			}
			
			.listtext {
				float: left;
				display: inline;
			}
			
			.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-block;
			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: #FFFFFF;
}
			
			
