HTML, BODY {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	text-align: center;
	background-color: #CCE7EE;
	background-image:url(bilder/hg.png);
	background-position: center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#container {
		margin: auto;
		width: 964px;
		min-height: 100%;
		_height: 100%;
		text-align: left;	
		position: relative;	
		}
		#container .kopf {
			clear: both;
			width: 100%;
			height: 136px;
			border-bottom: 2px solid #EFF0F5;
			}
		#container .menue_links {	
				float: left;
				}
			#container .menue_links UL { 
				list-style: none;
				margin: 0; padding: 0;
				_margin-top: -2px;
				}
			#container .menue_links UL LI { 
				width: 162px;
				}
			#container .menue_links UL LI A {
				color: white;
				text-decoration: none;
				font-size: 0.7em;
				padding: 5px 0 5px 24px;
				_padding-bottom: 2px;
				display: block;
				height: 100%;
				background-image:url(bilder/hg_button.png);
				background-repeat:repeat-x;
				font-weight: bold;
				}
			#container .menue_links UL LI A:HOVER, #container .menue_links UL LI .aktiv {
				background-position: 162px 0;	
				}			
			#container .menue_links UL LI UL LI A { 
				font-weight: normal;
				background-image: none;
				padding-bottom: 4px;
				}
				#container .menue_links UL UL.zweite_ebene LI A {
					background-image:url(bilder/hg_button_klein.png);
					font-size: 0.6em;
					padding-left: 40px;
					}
				#container .menue_links UL UL.zweite_ebene_extra LI A {
					background-image:url(bilder/hg_button_klein_extra.png);
					font-size: 0.6em;
					padding-left: 40px;
					}
		#container .content {
			float: left;	
			width: 604px;
			color: #002774;
			font-size: 0.8em;
			border: 6px solid #EFF8FD;
			}
			#container .content H1 {
				font-size: 1.1em;
				margin-top: 13px;
				padding-bottom: 3px;
				background-image: url(bilder/border_ueberschrift.png);
				background-repeat: repeat-x;
				background-position: 0 19px;
				}
			#container .content H2 {
				font-size: 1em;
				margin: 1px 0;
				font-style: italic;
				}
			#container .content H3 {
				font-size: 1em;
				margin: 1px 0;				
				}
			#container .content IMG {
				margin: 0 10px;
				border: 1px solid #1E6289
				}
			#container .content A {
				color: #1E6289;
				background-image:url(bilder/link.png);
				background-repeat: no-repeat;
				padding-left: 15px;
				background-position: 0 4px;
				}
		#container .menue_rechts {	
			float: left;
			text-align:right;
			}				
			#container .menue_rechts IMG.adwords {	
				margin-right: 5px;
				}

.atrium {
	text-align: center;
	font-size: 0.7em;
	width: 250px;
	/*background-image: url(bilder/border_ueberschrift.png);
		background-repeat: repeat-x;
		padding: 5px 0;*/
	position: absolute;
	left: 50%;
	margin-left: -125px;
	padding: 5px 0;
			}					

.clear {
	clear: both;
	background-color:#993300;
	height:5px;
	}				

