/* CSS Document */

body { background-color: #ffffff; font-family: Tahoma, Arial; color: #333333; font-size: 12px; margin-left:auto; margin-right:auto;}
h1 {color: #000000; font-size:16px; font-weight:bold;}
#content {
	position: relative;
	width: 800px; 
	background-color:#FFFFFF; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url(images/content_bg.gif); background-repeat:repeat-y;
	}

#nav {
	float:left;
	width: 170px;
	}
#footer {
 	background-color: #ffffff; 
	height: 30px;
	}
	
a.navlinkakt {
	display:block;
	margin-left: 5px; 
	margin-bottom: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	width: 100%; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #99AD5E;
	color: #000000; 
	text-decoration:none;
	border-bottom: solid #C6C8CA 1px;
	border-left: solid #C6C8CA 3px;	 
	}	

a.navlink{
	display:block; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	width: 100%; 
	text-decoration:none; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #C6C8CA; 	
	color: #000000; 
	border-bottom: solid #99AD5E 1px; 
	border-left: solid #99AD5E 3px;
	}

a.navlink:hover{
	background-color: #99AD5E;
	color: #000000; 
	text-decoration:none;
	border-bottom: solid #C6C8CA 1px;
	border-left: solid #C6C8CA 3px;
	cursor: pointer;}
	
#main {
	position: relative;
	float:left;
	padding: 10px 10px 30px 0px;
	font-size: 12px;
	width: 605px;
	height: auto;
	min-height: 450px;
	}

div#main {	font-size: 12px;}	
	
.kontakt {
	width:575px;
	font-size: 9px;
	margin-left:225px; 
	padding-top: 5px;
	color: #000000; 	
	}
	
.kontaktlink {
	color: #ffffff; 	
	}	

#mainhome { 
	margin-left: 80px;
	font-size: 12px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 500px;
	}
	
.txts {
	font-size: 11px;}

.txtm {
	font-size: 12px;}
	
.txtHL {color: #4E73BB; font-size:14px; font-weight:bold;}	

li {
	list-style-image: url(images/liste.gif);
}


.textlink { text-decoration: underline; border:0px;  color: #ffffff;}
.textlink:hover { cursor: pointer; color:#C6C8CA;}

.textlinkL { text-decoration: underline; border:0px;  color: #ffffff; font-weight:bold;}
.textlinkL:hover { cursor: pointer; color:#C6C8CA;}

.erfassen {
	border: 1px solid #77949f;
	color: #005562;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 150px;
    margin:.1em;	
	}
	
input { border: 1px solid #8FB1BE; font-size:14px;}	
	
input#submit {
  float: none;
  width: auto;
  background-color: #C6C8CA;
  cursor: pointer;
  font-size:12px;
  padding: 3px;
  border: 1px solid #8FB1BE;
}
	
#Icon {
	position:absolute;
	width:165px;
	height:150px;
	z-index:3;
	left: 516px;
	top: 115px;
}

