/* CSS Document */

* 
{
	font-family:verdana;
 	font-size:8pt;
}

body 
{
	font-family:verdana; 
	font-size:8pt;
	margin: 0px;
	padding: 0px;
	background-color:#73858C;
	background-image: url(images/bg_img.gif);
	background-repeat: repeat-y;
	line-height: 1.5em;
}

a
{
	text-decoration: none;
	color: #000000;
}

#header
{
	background-color: #FFFFFF;
	width: 100%;
}

#logo 
{
	float: left;
	height: 130px;
}  

#bild_oben
{
	border:0px;
	margin:0px;
	padding:0px;
	height:130px;
}

.balken
{
	width:  100%;
	height: 20px;
	background-color:#1E338B;
    border-bottom: 1px solid #000000; 
}

#balken_unten
{
	width:  100%;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 20px;
	background-color:#1E338B;
}

#container
{
	 background-color:#73858C;
}

#content
{

	float: left; 
	width: 624px;
	margin-left: 3px;
}

#titel
{
	background-color:#DECEB5;
	margin-left:11px;
	margin-top: 10px;
	width: 300px;
	display: block;
	padding: 3px 0px 3px 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight:bold;
}

#container_text
{
	width: 584px;
	background-color: #eae8e0;
	background-repeat: no-repeat;
	background-image:url(images/bg_content.gif);
	border-top:1px solid #000000;
	margin-left:11px;
	
	padding-left: 8px;
	padding-right: 8px;
}


#text
{
	padding-right: 10px;
	padding-top: 20px;
}

#bilder_content
{
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: right;
	width: 200px;
	height: 340px;
}

.img_distance
{
	margin-bottom: 3px;
}

#navig
{
	width : 182px;
	background-color: #1E338B;
	color: #FFFFFF;
	float:left;

}


a.nav, a.nav_aktiv, a.unternavi
{
	background-color: #1E338B;
	height: 12px;
	border-top : 1px solid #8392D1;
	border-bottom : 1px solid #000000; 

	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	text-indent: 5px;
	font-family:verdana;
	display: block;
	font-size: 11px;
	font-weight: 300;
	width: 100%;
	text-decoration: none;
}

a.nav_aktiv
{
	background-color: #73858C;
}

a.unternavi
{
	text-indent: 5px;
	font-style: italic;
}

a.nav:hover, a.unternavi:hover
{
	background-color: #73858C;
}

#space_navi
{
	width: 177px;
	height: 12px;
	background-color: #1E338B;
	padding: 3px 0px 3px 5px;
	border-top : 1px solid #8392D1;

	border-bottom : 1px solid #000000; 

}

#footer
{
	border-top: 1px solid #000000;
	text-align: center;
	width: 100%;
	margin-top: 30px;

	
}	

h1
{
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style:italic;
}

ul
{
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

p.first
{
	margin-top: 0px;
	padding-top: 0px;
}

p
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.links, .mail
{
	color:#339999;
}



















