/****************************
+++ HTML-Standards +++
****************************/

body,html {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}

body {
	font-family:arial, helvetica, sans-serif;
	font-size:75%;
	color:#797A7C;
	background: #F0EDE4 url(../upload/design/career.gif) 0px 0px fixed;
	line-height:1.3em;
	min-width:960px; /* Prevent content from becoming unreachable in Gecko */
}

td {
	font-size:100%;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#964058;
}

h1 {
	margin:0.4em 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
}

h2{
	font-weight:bold;
}

.trenner {
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
}

a {
	color:#964058;
}

p {
	margin-top:0px;
}

/****************************
+++ Grundstruktur +++
****************************/

html>body #container {
	height:100%;  /* 100 % height */
}

#container {
	width:960px;
	margin:0 auto;
	background:white;
}

#headerwrap {
	width:960px;
	height:150px;
}
html>body #headerwrap {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}

html>body #middlewrap {
	height:100%; /* 100 % height */
}

html>body #mittelbereich {
	padding:150px 0 65px 0;
	background: white;
} 

#footerwrap {
	width:960px;
	height:65px;
}
html>body #footerwrap {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

#header img {
	float:left;
}

#hauptnavigation {
	font-family: frutiger, arial, helvetica, sans-serif;
}

#navigation {
	font-family: frutiger, arial, helvetica, sans-serif;
	background: #964058 url(../upload/bg-navigation/rot.gif) no-repeat 0px bottom;
	color:white;
	padding-right:50px;
	min-height:26px;
}

#inhaltsbereich {
	background: white url(../upload/bg-navigation/navigation.gif) no-repeat 0px 0px;
	padding-top:12px;
	width:960px;
}

#links {
	width:170px;
	float:left;
}

#links h6 {
	color:#797A7C;
	text-transform:uppercase;
	padding:0.5ex 0 0.3ex 0;
	border-top:solid 1px #797A7C;
	border-bottom:solid 1px #797A7C;
}

#unternavigationbalken {
	background: white url(../upload/design/bg-navi.gif) repeat-y 0px 0px;
	padding-bottom:3em;
}

#unternavigation {
	background: url(../upload/design/bg-navi-oben.gif) no-repeat 0px 0px;
	font-size:90%;
	min-height:188px;
}

#textlinks {
	padding: 0 10px;
	text-align:right;
	color: #998777;
	line-height:1.2em;
}

#textlinks h1 {
	text-transform:uppercase;
	color: #998777;
	font-size:100%;
}

#partner {
	background: white url(../upload/design/partner.gif) repeat-y 0px 0px;
	width:125px;
	height:180px;
	padding:0px 19px 0px 25px;
	text-align:center;
	margin-top:4em;
}

div.sponsor1 {
	padding:10px 10px 5px 10px;
}

div.sponsor2{
	padding:5px 10px 10px 10px;
}

#mitte {
	width:390px;
	padding:30px 50px 0 60px;
	float:left;
}

#rechts {
	width:235px;
	padding-right:50px;
	float:right;
}

#textrechts{
	margin-top:1em;
	padding-top:20px;
	min-height:250px;
	background: url(../upload/design/bg-rechts.gif) repeat-x 0px top;
}

#textrechts h1 {
	background: #A39A84;
	color:white;
	text-transform:uppercase;
	font-size:90%;
	padding:10px 15px;
}

#textrechts #text {
	padding:10px 15px;
	font-size:95%;
	line-height:1.2em;
}

#ticker {
	background: #D6D1B8 url(../upload/design/ticker.gif) repeat-x 0px top;
	padding:20px 0 5px 0;
	color:white;
	border-bottom: solid 2px white;
	font-size:90%;
	color:#797A7C;
}

#tickert {
	
}

#fusszeile {
	background:#964058;
	text-align:center;
	color:white;
	font-size:85%;
	text-align:center;
	padding:3px 0;
}


/****************************
+++ Hauptnavigation +++
****************************/

#hauptnavigation ul {
	list-style:none;
	padding:0;
	margin:0;
}

#hauptnavigation ul li {
	position:relative;
	float:left;
	min-height:31px;
	border-right: solid 2px white;
	border-bottom: solid 2px white;
	text-align:center;
}
#hauptnavigation ul li.careers-best-recruiters {
        background:#222221;
        width:192px;
}
#hauptnavigation ul li.careers-best-recruiters ul li {
        background:#222221;
        width:192px;
}
#hauptnavigation ul li.careers-best-recruiters a {
        color:#CBAE52;
}
#hauptnavigation ul li ul {
	position:absolute;
	min-height:31px;
	border-right: solid 2px white;
	border-left: solid 2px white;
	border-bottom: none;
	text-align:center;
        display:none;
        top:33px;
        left:-2px;
        padding-top:5px;
        margin-top:-5px;
}
#hauptnavigation ul li ul li{
        background: #847776;
        width:190px;
        border-right:none;
}
#hauptnavigation ul li:hover > ul {
        display:block;
}

#hauptnavigation ul li.home {
	width:170px;
	background: #C9C3AA url(../upload/design/bg-grau.gif) repeat-x 0px 0px;
}

#hauptnavigation ul li.home a {
	color: #615C57;
}

#hauptnavigation ul li.monitor {
	width:170px;
	background: #EA9D37 url(../upload/design/bg-orange.gif) repeat-x 0px 0px;
}

#hauptnavigation ul li.sachbuecher {
	width:170px;
	background: #90364A url(../upload/design/bg-rot.gif) repeat-x 0px 0px;
}

#hauptnavigation ul li.spezialveranstaltungen {
	width:272px;
	background: #1C466D url(../upload/design/bg-blau.gif) repeat-x 0px 0px;
}

#hauptnavigation ul li.presse {
	width:170px;
	background: #04666B url(../upload/design/bg-gruen.gif) repeat-x 0px 0px;
	border-right:none;
}

#hauptnavigation a {
        padding: 7px 0;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	width:100%;
	text-align:center;
}

#hauptnavigation .trenner {
	background: #964058;
}

/****************************
+++ Navigation +++
****************************/
#navigation ul {
	float:right;
	list-style:none;
	padding:5px 0 4px 0;
	margin:0;
}

#navigation ul li {
	float:left;
	padding:0 6px;
}

#navigation a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation a.act {
	font-weight:bold;
}

/****************************
+++ Unternavigation +++
****************************/
#unternavigation ul {
	list-style: none;
	margin:0;
	padding:0 8px 1em 0px;
}

#unternavigation ul li {
	background: url(../upload/design/rot.gif)no-repeat 10px 1.1ex;
	padding:0;
}

#unternavigation ul li a {
	display:block;
	padding:0.4ex 0 0.4ex 4ex;
}

#unternavigation ul ul {
	padding:0;
	background: none;
	min-height:0px;
}

#unternavigation ul ul li {
	background:none;
	padding:0;
}

#unternavigation ul ul li a {
	padding-left: 5.5ex;
}

#unternavigation a {
	color:#615C57;
	text-decoration:none;
	border-bottom: solid 1px #615C57;
}

#unternavigation a.act{
	color:#964058;
}

#unternavigation ul ul ul li a {
	padding-left: 7.5ex;
}

#unternavigation ul ul ul ul li a {
	padding-left: 9ex;
}



/****************************
+++ Fuszzeile +++
****************************/
#fusszeile ul {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}

#fusszeile ul li {
	display:inline;
	padding:3px 9px 3px 9px;
}

#fusszeile a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}


/****************************
+++ Übersicht +++
****************************/
#uebersicht {
	padding-top:1em;
}

#uebersicht h1 {
	font-size:100%;
	margin:1em 0 0.3em 0;
}












