@charset "utf-8";

html, body {
	height: 100%; /* wichtig */
	background-color: #EAE9EA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676668;

}
a {
	color: #F29512;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F29512;
}
a:hover {
	text-decoration: underline;
	color: #545E63;
}
a:active {
	text-decoration: none;
	color: #F29512;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #9EA702;
	font-weight: normal;
}
		
#container{
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	position: relative;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-color: #EAEAEA;
	min-width: 800px;
}
#header {
	background-color: #939905;
	position: relative;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header a {
	position: absolute;
	height: 70px;
	width: 250px;
	top: 10px;
	right: 50px;
}
#header #header-block-links {
	height: 90px;
	width: 290px;
	border-top-width: 0px;
	border-right-width: 9px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #F29512;
}
#trenner {
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.clear-float {
	line-height: 0.1px;
	clear: both;
	float: none;
	overflow: hidden;
}
.clear-float-left {
	line-height: 0.1px;
	clear: left;
	float: none;
	overflow: hidden;
}
.clear-float-right {
	line-height: 0.1px;
	clear: right;
	float: none;
	overflow: hidden;
}

#image-container {
	background-color: #FFFFFF;
	background-image: url(../images/bild.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 470px;
	width: 283px;
	border: 9px solid #fff;
	border-left: 7px solid #fff;
	border-top: 0px solid #fff;
	margin-bottom: 50px;
}
/* Navigation */
#nav-container {
	background-color: #BEC7CC;
	height: auto;

}

#nav-container ul {
	list-style-type: none;
	padding-right: 20px;
	background-color: #9cafb6;
	width: auto;
	height: 22px;
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: #fff;
	border-bottom-color: red;
	border-left-color: #96A8AF;

}

#nav-container li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;

}

#nav-container li a,
#nav-container li a:link,
#nav-container li a:active,
#nav-container li a:visited  {
	height: 22px;
	display: block;	

}

#nav-container .unternehmen {
	background-image:url(../images/btn_unternehmen.gif);
	background-color: #9DADB6;
	background-repeat: no-repeat;
	background-position: left top;
	width: 111px;

	}
#nav-container .f-kunden{
	background-image:url(../images/btn_fuer_kunden.gif);
	background-color: #9DADB6;
	background-repeat: no-repeat;
	background-position: left top;
	width: 99px;

	}
#nav-container .f-kandidaten {
	background-image:url(../images/btn_fuer_kandidaten.gif);
	background-color: #9DADB6;
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;

	}
#nav-container .kontakt {
	background-image:url(../images/btn_kontakt.gif);
	background-color: #9DADB6;
	background-repeat: no-repeat;
	background-position: left top;
	width: 92px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	}
.hide {
	position: relative;
	height: 30px;
	width: 200px;
	top: -1000px;
	left: -1000px;
	z-index: 1;
	display: none;
	
}	
#nav-container ul li a:focus,
#nav-container ul li a:hover {
	/*background-position: left -22px;*/
	background-position: left bottom;
	background-color:#96A8AF;

}
#subnav-container {
	position: absolute;
	width: 120px;
	height: auto;
	left: 365px;
	top: 294px;
	border: 0px solid red;
	z-index: 10;
}

#subnav-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}

#subnav-container li {
	/*display: inline;*/
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}


#subnav-container li a,
#subnav-container li a:link,
#subnav-container li a:active,
#subnav-container li a:visited  {
	height: 22px;
	/*display: block;*/
	color: #939905;
	font-size: 11px;
	line-height: 20px;

}
#subnav-container li a:focus,
#subnav-container li a:hover {
	color: #333;

}	
#subnav-container li a#active {
	font-weight: bold;
}
	
#content-container {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 300px;
	position: relative;
	padding-left: 60px;
	padding-top: 100px;
	padding-right: 60px;
	padding-bottom: 50px;
}
#content {
	margin-left: 150px;
	position: relative;
	line-height: 20px;
}
#content th {
	background-color: #96A8AF;
	text-align: left;
	color: #e5e5e5;
	font-size: 11px;
}	
#content td {
	border-bottom: 1px solid #96A8AF;
	font-size: 11px;
	
}
#footer {
	position: absolute;
	bottom: 0px; /* wichtig */
	/*left: 0;*/
	right: 0;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color:#009999;*/
	height: 40px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3A2A4;
	text-align: right;
	margin: 0;
	padding: 0;
	z-index: 11;
	border: 0px solid green;
}
#footer-nav {
	margin-right: 25px;
	background: none;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3A2A4;
}
#footer a:focus,
#footer a:hover {
	color: #807F81;
}
.red {
	color: #FF0000;
}

