html		{ 	padding: 0px;
				margin: 0px;
			}
			
body		{	background-color:#133179;
				font-size:12px;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				color:#000000;
				text-align:center;
				margin: 0px;
				padding: 0px;
			}
			
html, body, textarea {	scrollbar-base-color:#133179;
  						scrollbar-3d-light-color:#133179;
  						scrollbar-arrow-color:#133179;
  						scrollbar-darkshadow-color:#000000;
  						scrollbar-face-color:#EEF3F6;
  						scrollbar-highlight-color:#133179;
  						scrollbar-shadow-color:#133179;
  						scrollbar-track-color:#133179;}

p, h1, h2, h3		{	margin: 0px 10px 10px 10px;
			}
			
h1			{	font-size:16px;
				padding-top: 15px;
				text-transform:uppercase;
				color: #133179;
				background-color: transparent;
			}
			
h2			{ 	font-size: 13px;
				padding-top: 10px;
				color: #5f6161;
				background-color: transparent;
			}
			
h3			{ 	font-size: 17px;
				font-weight: bold;
				color: #5f6161;
				padding-top: 15px;
			}
			
#container	{	width: 919px;
				margin-top: 10px;
				margin: auto;
				text-align: left;
				background: url('inhaltBilder/container-HG.jpg') repeat-y;
				position: relative;
				min-height: 100%; /*Für moderne Browser*/
				height: auto; !important; /*Für moderne Browser*/
				height: 100%
			}
			
#Sprache	{ 	text-align: right;
				width: 919px;
				margin: auto;
				margin-bottom: 5px; margin-right: 5px; margin-top: 5px;
			}
			#Sprache a	{	text-decoration: none;
							font-size: 11px;
							font-weight: bold;
							color: #ffffff;
						}
			#Sprache a:hover	{	background: #ffffff;
									color: #133179;
								}
			
#header1	{	position: relative;
				background: url('inhaltBilder/header_BLAU_1.jpg') no-repeat;
				width: 919px;
				height: 102px;
				margin-top: 0px
			}
			
#header2	{	position: relative;
				width: 906px;
				height: 150px;
				margin-top: 3px; margin-left: 4px;
			}
			
#main-top	{	background: url('inhaltBilder/navileiste.jpg') no-repeat;
				width: 744px;
				height: 38px
			}

#main { 	width: 744px;
			padding: 0px;
			margin-top: 0px;
			margin-left: 3px;
			float: left;
			background-color:#FFFFFF;
			}
#main-inhalt	{ 	height: 245px;
					overflow: auto;
					margin-bottom: 34px;
				}
			
#main-inhalt p	{	float: left; padding: 0 10px 10px 10px; margin: 0 0 0 0; width: 700px;}
.bild			{ 	float:left; 
					bottom: 0px;
					padding: 5px; 
					margin-left: 0px; margin-right: 10px; margin-bottom: 10px; margin-top: 2px;
					border: 1px solid; 
					border-color:#133179;
				}
#main-inhalt a		{ text-decoration: underline; color: #000000;	}
#main-inhalt a:hover	{ color: #FFFFFF; background-color: #000000; text-decoration: none; }

#bilder		{ width: 170px;	}

#navi		{	width: 148px;
				height: 250px;
				padding: 0px;
				margin-left: 6px;
				margin-top: 15px;
				float: left;
				color: #FFFFFF;
				font-size: 11px;
				background-color: #133179;
				background: #133179 url('inhaltBilder/navi_bottom.jpg') no-repeat bottom center;
			}
			
#navi-top	{	background: url('inhaltBilder/navi_top.jpg') no-repeat;
				width: 148px;
				height: 6px;
				margin: 0px
				}
			
	#navi ul	{	width: 130px;
					padding-left: 9px;
					margin-left: 0px;
					margin-top: 10px;
				}
	#navi li	{	list-style: none; 
					line-height: 20px;
					margin: 0px;
					padding: 0px;
				}
	#navi .linie {border-bottom: 1px dotted; border-color: #ffffff;}
	#navi .active { font-weight: bold; border-bottom: 1px dotted; border-color: #ffffff; background-color: #FFFFFF; display: block; color:#133179;}
	#navi a		{  	color: #ffffff;
					text-decoration: none;
					font-weight: bold;
				}
	#navi a:hover	{ background-color:#EEF3F6; display: block; color: #133179;}
			
#footer		{	margin-bottom: 0px; padding-bottom: 0px;
				width: 919px;
				height: 34px;
				background: url('inhaltBilder/footer.jpg') no-repeat bottom center;
				clear: both
			}
