/* CSS Document */

body { background-color: #6787C4; font-family: Tahoma, Arial; color: #333333; font-size: 12px; margin-left:auto; margin-right:auto;}
h1 {color: #4E73BB; font-size:18px; font-weight:bold;}
#content {
	position: relative;
	width: 800px; 
	border:solid #4E73BB 1px; 
	background-color:#FFFFFF; 
	margin-left:auto; 
	margin-right:auto;
	}

#titel {
	background-color: #EE8E16; 
	height: 125px;
	color: #4E73BB;
	}
	
#titeltxt {
	padding-left:0px;
	}	
	
#nav {
	float:left;
	width: 170px;
	}
#footer {
 	background-color: #EE8E16; 
	height: 30px;
	}
	
a.navlinkakt {
	display:block;
	margin-left: 5px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	width: 100%; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #5B73B7;
	color: #BCC0DC; 
	text-decoration:none;
	border-bottom: solid #BCC0DC 1px;
	border-left: solid #BCC0DC 3px;	 
	}	

a.navlink{
	display:block; 
	margin-left: 5px; 
	margin-top: 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: #BCC0DC; 	
	color: #5B73B7; 
	border-bottom: solid #5B73B7 1px; 
	border-left: solid #5B73B7 3px;
	}

a.navlink:hover{
	background-color: #EE8E16;
	color: #5B73B7; 
	text-decoration:none;
	border-bottom: solid #5B73B7 1px;
	border-left: solid #5B73B7 3px;
	cursor: pointer;}
	
#main {
	position: relative;
	float:left;
	padding: 10px 10px 30px 0px;
	font-size: 12px;
	width: 540px;
	height: auto;
	min-height: 550px;
	}

div#main {	font-size: 12px;}	
	
.kontakt {
	width:800px;
	font-size: 9px;
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
	padding-top: 5px;
	color: #000000; 	
	}
	
.kontaktlink {
	color: #ffffff; 	
	}	

#mainhome { 
	padding-left: 50px;
	font-size: 12px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 490px;
	}
	
.imprtable1 { 
	float:left; 
	width: 200px;
	padding-bottom: 5px;
	}
	
.imprtable2 { 
	float:left; 
	width: auto;
	padding-bottom: 5px;
	}		
	
.konttable1 { 
	float:left; 
	width: 120px;
	padding-bottom: 5px;
	  padding:.5em;
	}
	
.konttable2 { 
	float:left; 
	width: auto;
	padding-bottom: 5px;
	  padding:.5em;
	}				

.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);
	padding: 3px;
}


.textlink { text-decoration: underline; border:0px;  color: #5B73B7;}
.textlink:hover { cursor: pointer; color:#D88D2A;}

.textlinkL { text-decoration: underline; border:0px;  color: #5B73B7; font-weight:bold;}
.textlinkL:hover { cursor: pointer; color:#D88D2A;}

.erfassen {
	border: 1px solid #77949f;
	color: #005562;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 150px;
    margin:.1em;	
	}
	
form label {
  	float: left;
	width: 120px;
 	text-align: right; 
 	padding-right: 1em;
    margin:.1em;
	}
	
form br {
  clear: left;
}

form {
  margin:0;
  padding:.5em;
}

input#submit {
  float: none;
  width: auto;
  background-color: #B9CBD3;
  cursor: pointer;
}	


