HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	background-color: #EBF8FF;	
	}
/*
-------------------------------------------------- CONTAINER
*/	
#container {
	width: 976px;
	_height: 100%;
	min-height: 100%;
	margin: auto;
	border-left: 2px solid #9EB2D7;
	border-right: 2px solid #9EB2D7;
	background-image: url(../bilder/hg.png);
	background-position: center;
	}
/*
-------------------------------------------------- KOPF
*/	
	#container #kopf {
		}
		#container #kopf DIV.img {
			float: left;
			}
		#container #kopf DIV.short {
			background-image: url(../bilder/kopf_rechts.jpg);
			height: 126px;
			width: 473px;
			float:left;
			padding-left: 15px;
			font-size: 0.7em;		
			font-weight: bold;
			padding-top: 2px;		
			}
		#container #kopf DIV.short A {
			color: #000000;
			text-decoration: none;
			}
	#container .clear {
		clear: both;
		height: 10px;
		background-color: #EBF8FF;
		}
/*
-------------------------------------------------- LINKS
*/
	#container #links {
		width: 188px;
		float: left;
		font-size: 0.7em;
		}
		#container #links UL {
			margin: 0 0 0 3px;
			padding: 0 0 0 3px;
			list-style: none;
			}
		#container #links UL LI {
			margin: 3px 0;
			}
		#container #links UL LI A {
			color: #293E69;
			text-decoration: none;
			}
		#container #links UL LI A:HOVER {
			border-bottom: 1px solid #B6CBDE;
			}
		#container #links UL LI A .aktiv {
			border-bottom: 1px solid #000000;
			}
/*
-------------------------------------------------- CONTENT
*/		
	#container #content {
		width: 569px;
		float: left;
		padding: 0 15px 0 15px;
		color: #293E69;
		font-size: 0.8em;
		}
	#container #content H1 {
		font-size: 1.1em;
		}
	#container #content A {
		color: #293E69;
		}
		#container #content .weiterlink A {
			background-image: url(../bilder/link.png);
			background-repeat: no-repeat;
			background-position: 0 5px;
			padding-left: 15px;
			}
/*
-------------------------------------------------- RECHTS
*/		
	#container #rechts {
		width: 160px;
		float: left;
		margin-left: 17px;
		color: #293E69;
		font-size: 0.7em;
		}		
		
		#container #rechts A {
			color: #293E69;
			text-decoration: none;
			}
