/* CSS Document */

body{
	background-image:  url(../images/bg_1.gif); background-repeat: repeat;
	font-family: Verdana, sans-serif;
}

h1{
	font-family: Verdana, sans-serif; font-size: 12px; color: #999999; line-height: 50%; padding:0px; margin-bottom:7px;
}
#mainBack{
	position: absolute; 
	top: 58px; left: 15%;
	height: 505px; width: 805px;
	background-color: #ccc;
}

#main{
	position: absolute; 
	top: -2px; left: -2px;
	height: 500px; width: 800px;
	background-color: #F1F2F2;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#header{
	position: absolute;
	top: 0px; left:0;
	height: 85px; width: 799px;
	background-color: #FFFFFF;	
}
#headerpic{
	position: absolute;
	top: 8px; left:5px;
	height: 70px; width: 400px;
	background-color: #FFFFFF;	
}

#menueLeiste{
	position: absolute;
	top: 95px; left:0px;
	height: 22px; width: 800px;
	background-color: #586576;
}

#navcontainerVertical{
	position: absolute;
	top: 140px; left:10px;
	height: 280px; width: 190px;
}
 
#navcontainerVertical ul
{
	position: absolute;
	top: 0px; left:-25px;
	list-style-type: none;
	text-align: left; 
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#navcontainerVertical ul li a
{
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 15px; 
	text-align: left;
	font: normal 10pt Verdana, sans-serif;
	line-height: 24px;
	text-decoration: none;
	color: #999;
}

#navcontainerVertical ul li a:hover
{
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
}

#navcontainerVertical ul li a#current
{
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #666;
}

/*erste Menüvariante Horizontal*/
/*************************/
#navlist
{
	position: absolute;
	top: 98px; left:125px;
	width: 800px;
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 12px;
	
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 0px 10px;
	text-decoration: none;
	color: #ccc;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000; border-color: #003c95;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#inhalt{
	position: absolute; 
	top: 140px; left: 240px;
	height: 345px; width: 500px;
	color: #666666;
	font-family: Verdana, sans-serif; font-size: 11px;
	padding-top: 9px;
	overflow: auto;
	
}

.textFluss{
	margin-left: 1.2em;
}

.textFluss1{
	margin-left: 0.1em;
	line-height: 16px;
	overflow: auto;
	padding-bottom: 10px;
	padding-right: 15px;
}
a.text3:link{
	 font-size: 11px; color: #255992;  margin: 2px 0px 0px 0px; text-decoration: none;
}
a.text3:visited{
	 font-size: 11px; color: #255992; ; margin: 2px 0px 0px 0px; text-decoration: none;
}
a.text3:active{
	font-size: 11px; color: #255992;  margin: 2px 0px 0px 0px; text-decoration: none;
}
a.text3:hover{
	font-size: 11px; color: #5A8ABD;  margin: 2px 0px 0px 0px; text-decoration: none;
}

#kontaktFrame{
	width: 420px; height: 320px; overflow: hidden; border: 1px solid #000;
}

