<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

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

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

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

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;
}

h6 {
	font-size: 24px;
	color:#e2001a;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

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

p .bottom {
	margin-bottom: 0px;
}

.line {
	border-bottom: #e2001a 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

sub, sup {
	line-height: 0px;
	font-size: 70%;
	margin: 0px 0px 0px 1px;
}

small {
	font-size: 80%;
}

.highlight {
	color: #af0000;
}

#intellink {
	cursor:pointer;
}

#intellink a:hover{
	color:#e21830;
	cursor:pointer;
}

#intel {
	text-transform: lowercase;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	position: relative;
	z-index: 10;
}


/*-------------------/
/    Einzelseiten    /
/-------------------*/

#contents {
	/*margin-left: 133px;	
	width: 818px;*/
	/*background: #ffffff;*/
	float: left;
	display: inline;
}

.content_full {
		margin: 10px 10px 10px 10px;		
		padding:0px;
		float: left;
		display: inline;
		width: 798px;		
	}
	
		.twocols .left {
			float: left;
			display: inline;
		}
		
		.twocols .right {
			float: right;
			display: inline;
		}
		
		.narrow {
			width: 30%;
		}
		
		.half {
			width: 48%;
		}
		
		.dubble-narrow {
			width: 68%;
		}
		
		.wide {
			width: 99%;
		}
		
		.quarter {
			width: 23%;
		}
		
		.three-quarter {
			width: 76%;
		}
		
		.threecols .left {
			width: 20%;
			float: left;
			display: inline;
			margin-right:10px;
			padding-bottom:10px;
		}
		
		.threecols .middle {
			width: 65%;
			float: left;
			display: inline;
			margin-right:10px;
			padding-bottom:10px;
		}
		
		.threecols .right {
			width: 10%;
			float: left;
			display: inline;
			padding-bottom:10px;
		}



/*-----------------------------/
/Listen innerhalb der Contents /
/-----------------------------*/

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

#contents ul {
	list-style-type: square;
}

	#contents ul li {
		margin: 0px 0px 3px 14px;
		#margin: 0px 0px 3px 16px;
		padding: 0px;
	}
	
	
	#contents ol li {
		margin: 0px 0px 3px 18px;
		#margin: 0px 0px 3px 23px;
		padding: 0px;
	}
	
	
	
.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;
}	

/*-------------------/
/    Auflistung      /
/-------------------*/

.listitem {
		clear: both;
		float:left;
		margin-bottom: 10px;
		width: 100%;
		border-bottom: 1px solid #999999;
	}
		
		.listimage {
			float: left;
			display: inline;
			width: 25%;
			padding-bottom: 4px;
		}
		
		.listtext {
			float: left;
			display: inline;
		}
		
		.image .listtext {
			float: left;
			display: inline;
			width: 73%;
		}
		
			.listtext ul li {
				margin-bottom: 4px;
			}
			
		.borderless, .listitem.borderless {
			border: none;
		}


/*-------------------/
/     FuÃŸnoten       /
/-------------------*/
			
.annotation {
		clear: both;
		border-top: #919191 1px solid;
		padding-top: 6px;		
		padding-bottom: 0px;
		width: 99%;	
	}
	
		.annotation p {
			font-size: 10px;
			color: #919191;
			line-height: 12px;
		}
		
		.annotation a:link {
			font-size: 10px;
			color: #919191;
			text-decoration: underline;
		}
		
		.annotation a:hover {
			font-size: 10px;
			color: #5b5b5b;
			text-decoration: underline;
		}
		
		.annotation a:visited {
			font-size: 10px;
			color: #919191;
			text-decoration: underline;
		}

/*-------------------/
/   Kartenmaterial   /
/-------------------*/

.mapNav {
			float: left;
			display: block;
			width: 120px;
			margin-right: 15px;
		}
		
		.mapNav li a {
			color: #000000;
		}
		
		.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: #af0000;
		}
		
		.subNavTXTact {
			text-decoration: none;
			background: #af0000 !important;
		}
		
		.bg_maps, .subNavTXT a {
			background-color: #af0000;
		}
	
	
.line_buchstabe {
	border-bottom: #CCCCCC 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

#buchstaben a:link {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

#buchstaben a:hover {
	font-size:18px;
	font-weight:bold;
	color:#e21830;
}

#dummy {
	position:absolute;
	top:100px;
	left:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100px;
	color:#FF0000;
	background-color:#000000;
}
	
				</pre></body></html>