
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family:  arial, helvetica, sans-serif;
    background: #dcd9d1;
    color: #808080;
    
}

a:link, a:active, a:visited {
color: #3ebcef;
text-decoration: underline;
}

a:hover {
color: #3ebcef;
text-decoration: underline;
}

a:link.navlink, a:active.navlink, a:visited.navlink {
color: #808080;
text-decoration: none;
font-weight: ;
}

a:hover.nav2 {
color: #000000;
text-decoration: none;
font-weight: ;
}

a:link.nav2here, a:active.nav2here, a:visited.nav2here {
color: #000000;
text-decoration: none;
font-weight: ;
}

a:hover.nav2here {
color: #000000;
text-decoration: none;
font-weight: ;
}

a:link.here, a:active.here, a:visited.here {
color: #FFD306;
text-decoration: none;
font-weight: bold;
}

a:link.footer, a:active.footer, a:visited.footer {
color: #ffffff;
text-decoration: none;

}
a:hover.footer {
color: #ffffff;
text-decoration: underline;

}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
    
	color: #ff8d06;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ff8d06;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #ff8d06;
	margin: 0px;
	padding: 0px;	
}




/*Strukturelemente*/

#bodywrapper {
	position:absolute; 
	left: 50%;
	margin-left: -450px;
	margin-right: -450px;
	margin-top: 40px;
	}


#contentwrapper {
	padding: 0px;
	background: #ffffff;
	padding-bottom: 60px;
	}
	
#content_left {
	padding-top: 15px;
	width: 271px;
	font-size: 11px;
	line-height: 16px;	
	padding-left: 20px;
	color: #000000;
	}


#content_right {
	width: 439px;
	background: #e1e1e1;
	padding-left: 25px;
	padding-right: 57px;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 18px;
    margin-left: 1px;
	color: #676767;
	}
	
	
#footer {
	width: 873px;
	margin-top: 0px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 27px;
	text-align: right;
	}
    
#footer td{
    width: 130px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px #a0a0a0 dotted; 
 }
 
.hfooter {
    color: #4A4A4A;
 }
 
 #footer table{
    margin-bottom: 50px;
 }
	
#nav1,#nav2,#nav3 {	
	border-left: 1px #808080 dotted;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	}
	
.divider {
	border-top: 1px #808080 dotted;
	margin-top: 20px;
	margin-bottom: 10px;
	}

td,th,tr {
	text-align: left;
	font-size: 11px;
  font-family:  verdana, helvetica, sans-serif;
  padding: 0px;
	margin: 0px;
	}
	
td.boldtd {

	font-weight: bold;
  
	}

table {
	padding: 0px;
	margin: 0px;
}


input.bewerbungsform {
	width: 280px;
	border: 1px gray solid;
	background: white;
	}