
/* ---------------------------------------------------
   Global
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

body {
	text-align: left;
	background: #F5F5F5 url(../images/background.jpg) left top repeat-x;
}

#webcontainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------------------------
   Inhaltsbereich der Seite
   =================================================== */
#main {
	width: 980px;
	float: left;
	background: #FFF;
	padding: 0 0 20px 0;
}

#mainprint {
	width: 100%;
	float: left;
	background: #FFF url(../images/bg_main.jpg) left bottom no-repeat;
	padding: 0 20px 20px 0;
}




/* ---------------------------------------------------
   Left
   =================================================== */
#leftbox {
	float: left;
	width: 160px;
	padding: 20px;
}
#logo {
	float: left;
	width: 120px;
}

/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */
#navi {
	float: left;
	width: 160px;
	padding-top: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navi ul {
	list-style: none;
}
#navi ul li {
	padding: 1px 0px 0px 0px;
}
#navi a:link, #navi a:visited, #navi a:active {
	height: 20px;
	line-height: 20px;
	display: block;
	padding-left: 19px;
	color: #FFF;
	background: #336699;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navi ul li .aktiv, #navi ul li .aktiv:visited{
	height: 18px;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	background: #FFF;
	border: solid 1px #F5F5F5;
}
#navi ul li a:hover{
	/*color: #336699;*/
	text-decoration: none;
	background: #8FB3D6;
}
#navi .navi_titel{
	color: #FFF;
	text-decoration: none;
	background: #C5DFF1;
	height: 19px;
	line-height: 19px;
	display: block;
	padding-left: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 11px;
}


#navi ul ul a:link, #navi ul ul a:visited, #navi ul ul a:active {
	height: 20px;
	line-height: 20px;
	color: #336699;
	text-decoration: none;
	font-weight: normal;
	background: #E7F1F8;
	font-weight: bold;
}
#navi ul ul a:hover{
	line-height: 20px;
	padding-left: 19px;
	height: 20px;
	color: #336699;
	text-decoration: none;
	background: #EEF6FB ;
}
#navi ul ul .aktiv, #navi ul ul .aktiv:visited, #navi ul ul a:active{
	line-height: 18px;
	height: 18px;
	padding-left: 18px;
	color: #336699;
	text-decoration: none;
	background: #FFFFFF ;
	border: solid 1px #F5F5F5;
}

/* ---------------------------------------------------
   Adresse
   =================================================== */
#adresse {
	float: left;
	width: 160px;
	margin-top: 20px;
}

/* ---------------------------------------------------
   Content (Mitte) für Home
   =================================================== */
#contentbox_home {
	float: left;
	width: 480px;
	padding-top: 20px;
}
#contentbox_home .bild_left {
	float: left;
}
#contentbox_home .bild_right {
	float: right;
}
#contentbox_home #text_left {
	float: left;
	width: 230px;
	padding-top: 10px;
}
#contentbox_home #text_right {
	float: right;
	width: 230px;
	padding-top: 10px;
}
#contentbox_home p {
	padding-top: 20px;
}
#contentbox_home h1 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}




/* ---------------------------------------------------
   Content (Mitte)
   =================================================== */
.stimmungsbild {
	margin: 0 0 20px 0;
}

/* ---------------------------------------------------
   Content (Mitte) für Alle anderen Seiten
   =================================================== */
#contentbox {
	float: left;
	padding-top: 20px;
	width:540px;
}

#contentbox h1 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}
#contentbox h2 {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 5px 0px;
}
#contentbox h3 {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0 3px 0;
}
#contentbox h4 {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 0px 5px;
}
#contentbox p {
	padding-top: 10px;
}
#contentbox ul {
	padding-left: 20px;
}
#contentbox ol {
	padding-left: 20px;
}
#contentbox .bild {
	padding: 20px 0;
}
#contentbox #textbox_left p, #contentbox #textbox_right p {
	padding: 0 5px 5px 5px;
	color: #000;
}
#contentbox #textbox_left {
	float: left;
	width: 164px;
	margin: 20px 21px 0 0;
	padding-bottom: 10px;
	border: solid 1px #E6E6E6;
}
#contentbox #textbox_right {
	float: right;
	width: 164px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border: solid 1px #E6E6E6;
}
#contentbox .small {
	font-size: 10px;
}
#contentbox .statement {
	padding-left: 10px;
}
#contentbox .big {
	font-size: 20px;
	font-family: Times New Roman, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.blau {
	color: #336699;
}
.hellblau {
	background: #EEF6FB;
}
#contentbox .grau_bg {
	background: #E6E6E6;
	padding: 10px;
}
#contentbox .grau_hell_bg {
	background: #f5f5f5;
	padding: 10px;
}
#contentbox .inputfeld {
	width: 130px;
}
#contentbox .hoeher_zeilenabstand {
	line-height: 20px;
}
#contentbox .zeile_dunkel {
	background: #EEF6FB;
}
#contentbox .zeile_hell {
	background: #FFF;
}

/* ---------------------------------------------------
   Navigation für Content
   =================================================== */
#navi_content {
	margin: 10px 0 15px -10px;
	float: left;
	width: 300px;
}
#navi_content ul {
	list-style: none;
}
#navi_content ul li {
	padding-left: 12px;
	background: url(link_intern.gif) no-repeat left top;
}
#navi_content a:link, #navi_content a:visited, #navi_content a:active {
	color: #8FB3D6;
	text-decoration: none;
}
#navi_content ul li .aktiv, #navi_content ul li .aktiv:visited, #navi_content ul li a:hover{
	color: #336699 ;
	text-decoration: underline;
}
#bild_rechts {
	margin-top: -7px;
	float: right;
	width: 240px;
}


/* ---------------------------------------------------
   Goodies (Rechts)
   =================================================== */
#goodiesbox_home {
	float: left;
	width: 280px;
	padding: 20px 0 0 20px;
}
#goodiesbox {
	float: left;
	width: 180px;
	padding: 80px 20px 0 20px;
}
#goodiesbox h1, #goodiesbox_home  h1{
	color: #336699;
	font-weight: bold;
	padding-bottom: 8px;
}
/* Suche */
#suche {
	float: left;
	margin-top: 10px;
	padding: 10px 10px 18px 10px;
	width: 240px;
	height: 100px;
	background: #EEF6FB;
}
#suche h1 {
	color: #336699;
	font-weight: bold;
	padding-bottom: 20px;
}
#suche .suchfeld{
	font-size: 10px;
	width: 180px;
	color: #506467;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: thin;
	padding: 2px;
	margin: 5px 0 10px 0;
}

/* Rechts blauer Rahmen */
#blauer_Rahmen {
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 178px;
	height: 100px;
	background: #FFF;
	border: 1px #FF8E10 solid;
}
#blauer_Rahmen h1 {
	color: #336699;
	font-weight: bold;
	padding-bottom: 20px;
}



/* News */
#news {
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 238px;
	border: #E6E6E6 solid 1px;
	color: #8FB3D6;
}
#news h1 {
	color: #336699;
	font-weight: bold;
	padding-bottom: 20px;
}
#news p {
	padding: 0 0 10px 0;
	color:#000000;
	}
/* Diverses */
#diverses {
	float: left;
	margin-top: 10px;
	width: 240px;
}
/* Referenzen */
#referenzen {
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 180px;
	background: #E6E6E6;
}
/* Download */
#box_rahmen {
	float: left;
	margin-top: 10px;
	width: 200px;
	/*border: 1px solid #8FB3D6;*/
	background: #EEF6FB;
}
#box_rahmen h1{
	color: #FFF;
	width: 190px;
	background: #8FB3D6;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	height: 10px;
	padding-left: 10px;
}
#box_rahmen .text {
	padding: 10px;
}

/* Download */
#box_orahmen {
	float: left;
	margin-top: 10px;
	width: 200px;
}
#box_orahmen h1{
	color: #FFF;
	width: 190px;
	background: #336699;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	height: 10px;
	padding-left: 10px;
}
#box_orahmen .text {
	padding: 10px;
}
	 
/* ---------------------------------------------------
   Footer zuunterst auf der Seite
   =================================================== */
#footer {
	clear: both;
	height: 20px;
	width: 980px;
	font-size: 10px;
	line-height: 50px;
	background-color: #F5F5F5;
	color: #B4B4B4;
	padding-top: 10px;
}
#footer .left {
	float: left;
	font-size: 10px;
	padding-left: 20px;
}
#footer .right {
	float: right;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}
#footer a {
	text-decoration: none;
	color: #B4B4B4;
	font-size: 10px;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #787878;
}

/* ---------------------------------------------------
   Links
   =================================================== */
a.intern {
	color: #8FB3D6;
	background: url(link_intern.gif) no-repeat left top;
	line-height: 15px;
	padding-left: 10px;
}
a.intern:link, a.intern:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.intern:hover, a.intern:active {	
	text-decoration: underline;
	color: #8FB3D6;
	line-height: 15px;
}

a, a.intern_ohne_pfeil {
	color: #8FB3D6;
	line-height: 15px;
}
a:link, a:visited, a.intern_ohne_pfeil:link, a.intern_ohne_pfeil:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a:hover,  a.intern_ohne_pfeil:hover, a.intern_ohne_pfeil:active {	
	text-decoration: underline;
	color: #8FB3D6;
	line-height: 15px;
}

a.intern_pfeilr {
	color: #8FB3D6;
	background: url(link_intern_pfeilr.gif) no-repeat right center;
	line-height: 15px;
	padding: 5px 20px 5px 0;
}
a.intern_pfeilr:link, a.intern_pfeilr:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.intern_pfeilr:hover, a.intern_pfeilr:active {	
	text-decoration: underline;
	color: #8FB3D6;
	line-height: 15px;
}

a.intern_pfeill {
	color: #8FB3D6;
	background: url(link_intern_pfeilr.gif) no-repeat left center;
	line-height: 15px;
	padding: 5px 0 5px 20px;
}
a.intern_pfeill:link, a.intern_pfeill:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.intern_pfeill:hover, a.intern_pfeill:active {	
	text-decoration: underline;
	color: #8FB3D6;
	line-height: 15px;
}

a.jobblog {
	font-size: 10px;
	color: #FFFFFF;
	background: url(link_jobblog.jpg) repeat-x left center;
	line-height: 19px;
	padding: 10px;
}
a.jobblog:link, a.jobblog:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 19px;
}
a.jobblog:hover, a.jobblog:active {	
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 19px;
}

a.maillink {
	color: #8FB3D6;
	line-height: 15px;
}
a.maillink:link, a.maillink:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.maillink:hover, a.maillink:active {	
	text-decoration: underline;
	color: #8FB3D6;
	line-height: 15px;
}

a.pdflink {
	color: #8FB3D6;
	background: url(link_pdf.gif) no-repeat left center;
	line-height: 15px;
	padding-left: 20px;
}
a.pdflink:link, a.pdflink:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.pdflink:hover, a.pdflink:active {	
	text-decoration: underline;
	color: #336699;
	line-height: 15x;
}

a.doclink {
	color: #8FB3D6;
	background: url(link_doc.gif) no-repeat left center;
	line-height: 15px;
	padding-left: 20px;
}
a.doclink:link, a.doclink:visited {
	text-decoration: none;
	color: #8FB3D6;
	line-height: 15px;
}
a.doclink:hover, a.doclink:active {	
	text-decoration: underline;
	color: #336699;
	line-height: 15px;
}

/* HotJobs mit Ticker */
#text_breit_rahmen {
	float: left;
	width: 468px;
	height: 22px;
	margin-top: 10px;
	padding: 4px;
	padding-top:2px;
	border: 1px #8FB3D6 solid;
	line-height: 1px;
	
}
* html #text_breit_rahmen {
	float: left;
	width: 468px;
	height: 22px;
	margin-top: 10px;
	padding: 5px;
	border: 1px #8FB3D6 solid;
	line-height: 1px;
	
}
.hotjobs {
	margin: 10px 0 0 0;
	color: #8FB3D6;
	font-size: 11px;
	font-weight: bold;
	line-height: 1px;
}

#ticker a {
	text-decoration: none;
	color: #8FB3D6;
	font-size: 11px;
	font-weight: bold;
	line-height: 1px;
}
#ticker a:hover, #ticker a:active {
	text-decoration: underline;
	color: #8FB3D6;
	font-size: 11px;
	font-weight: bold;
	line-height: 1px;
}
.rss {
	height:16px;
	background: url(../images/rss_feed_symbol.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom:3px;
	line-height: 16px;
}
.facebook {
	height:16px;
	background: url(../images/facebook_symbol.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom:3px;
	line-height: 16px;
	clear:both;
}
.xing {
	height:16px;
	background: url(../images/xing_symbol.jpg) no-repeat left center;
	padding-left: 20px;
	margin-bottom:3px;
	line-height: 16px;
	clear:both;
}

td {padding:2px; padding-left:3px;}

.rahmen {border: 1px solid #ccc}
.alert {color:#FF0000}


/*------------------------------
Stuff for Facebook
/*------------------------------*/
#volltextsuche{
	width:100%;
}

#contentbox .selection_box{
	float:left;
	width:100%;
	padding-bottom:15px;
}

#contentbox .selection_box div.box_titel{
	margin-bottom:5px;
	font-weight:bold;
}

#contentbox .selection_box ul, #contentbox .selection_box li{
	list-style:none;
	padding:0;
	margin:0;
}


#contentbox .selection_box li{
	float: left;
	width:50%;
	position:relative;
	margin-bottom:4px;
}

#contentbox .selection_box li input{
	position:absolute;
	top:2px;
}
#contentbox .selection_box li label{
	position:relative;
	display:block;
	margin-left:17px;
}

