
/* CSS Document */


/* Navigation */

ul#simple-navi {
  list-style-type: none;
  width: 100%;
  float: left;
  font-family: Verdana ,Arial,sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 16px 0 0 30px;
}
 
ul#simple-navi li {
  display: block;
  float:left;
  margin: 0 0 0 4px;
}
 
ul#simple-navi li a {
  display: block;
  padding: 5px 8px;
  color: #fff;
  background-color: #999;
  text-decoration: none;
}

ul#simple-navi li.active a,
ul#simple-navi li a:hover {
  background-color: #CFD0DB;
  color: #333985;
}

/* Navigation End */

.white a:link { color: white; text-decoration:none; }
.white a:visited { color: white; text-decoration:none; }
.white a:hover { color: white; text-decoration:underline; }

.black a:link { color: black; text-decoration:none;}
.black a:visited { color: black; text-decoration:none;}
.black a:hover { color: black; text-decoration:none;}

.small a:link { color: black; text-decoration:none;}
.small a:visited { color: black; text-decoration:none;}
.small a:hover { color: black; text-decoration:none;}

body
{
background-image:url(../img/bg.gif);
background-repeat:repeat-x;
background-color:#aaaccc;
}

#box
	{
	width:950px;
	height:100%;
	margin:-8px auto 0 auto;
	}
	
	#banner
	{
	width:auto;
	height:210px;
	}
	
	#navigation
	{
	width:auto;
	height:40px;
	background-image:url(../img/nav/nav_bg.png);
	padding-left:56px;
	}
	
	#subnavigation
	{
	width:auto;
	height:22px;
	background-image:url(../img/nav/subnav_bg.png);
	}
	
	#rand
	{
	width:auto;
	height:100%;
	padding-top:20px;
	background-image:url(../img/rand.png);
	background-repeat:repeat-y;
	padding-bottom:20px;
	}
	
	#main
	{
	margin-left:93px;
	margin-right:10px;
	width:520px;
	height:auto;
	float:left;
	position:inherit;
	}
	
	#main_rechts
	{
	margin-left:10px;
	margin-right:80px;
	width:220px;
	height:auto;
	float:left;
	position:inherit;
	}
	
	#main_full
	{
	margin-left:93px;
	width:760px;
	height:100%;
	}
	
	.clear
	{
	clear:both;
	}
	
	#footer
	{
	width:auto;
	height:40px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	}
/* FONT */

p, h1, h2, h3, span, label
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
}

span.white
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#FFF;
}

#subnavigation p
{
margin-left:151px;
margin-top:0px;
}

#footer p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
margin-top:-4px;
margin-right:70px;
float:right;
}

.ul, li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:60%;
}

h1
{
font-size:100%;
background-image:url(../img/h1_bg.gif);
}

h2
{
font-size:80%;
}

h3
{
font-size:70%;
}

hr
{
margin: 0;
height: 5px;
color:#FFFFFF;
background-color:#FFFFFF;
border-bottom:#00CCFF 2px solid;
}


/* FORMULARE */

.formularkontakt
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border:solid 1px #333;
	}

