/* EKU AG - September 2007 - Online Consulting AG - muc */

/************************************************

*			Fixes, Workarounds, etc.			*

************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/************************************************

*				Grundlayout						*

************************************************/
html {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100.1%;
	line-height: 1.12em;
}
body {
	font-size: 0.75em;
	height: 100%;
	background-color: #2F6095;

}
#wrapper {
	width: 945px;
	margin: auto;
	}
#header {
	float: left;
	height: 84px;
	width: 785px;
	background: #2F6095 url(../images/Header.jpg) left no-repeat;
}
#menu {
	float: left;
	width: 785px;
	background-color: #CDCDCD;
	height: 35px;
	}
#footermenu {
	float: left;
	width: 785px;
	background-color: #CDCDCD;
	height: 35px;
	}
#content {
	float: left;
	text-align: left;
	height: 405px;
	width: 785px;
	background-color: #CDCDCD;
	overflow: auto;
	position:relative;
	scrollbar-highlight-color: #7589B4;
	scrollbar-3dlight-color: #7589B4;
	scrollbar-darkshadow-color: #7589B4;
	scrollbar-shadow-color: #7589B4;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #7589B4;
	scrollbar-track-color: #5F6E91;
	}
#content_large {
	float: left;
	min-height: 90px;
	width: 780px;
	padding: 22px 0px 10px 10px;
	}
#contex {
	float: left;
}
#right {
	margin: 0;
	width: 184px;
	float:right;
}	
/**** NEWS ****/
.news-all {
	margin: 10px 0 10px 0;
}
.news-all h2 {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #AAAEB7;
	padding: 0px;
}
.news-all h1 {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #002056;
	padding: 0px;
}
.news-all p {
	font-size: 12px;
}
.news-all .news-doku {
	float: left; 
	margin-right: 10px; 
}
.news-doku span a,
.news-doku span a:link,
.news-doku span a:visited {
	color: #db183c !important;
	text-decoration: underline; 
}
.deletehStyles {
	font-size: 14px;
	background-color: #FFFFFF;
	color: #002056;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: -3px;
	display: block;
}
#right a,
#right a:link,
#right a:visited {
	color: #db183c;
	text-decoration: underline; 
}
/************************************************

*				Style-Elemente					*

************************************************/
img {
	border: none;
	}
hr {
	clear: both;
	}
li {
	list-style-type: none;
	}

.content_title {
	font-size: 14px;
	font-weight: bold;
}
.content_title_gray {
	font-size: 14px;
	font-weight: bold;
	color: #AAAEB7;
}
.p_title {
	margin-bottom: 20px;
}
.gl_img {
	float: left;
	margin-right: 10px;
}
.gl_container {
	float: left;
}
.gl_mitglied {
	margin-bottom: 20px;
}
.gl_mitglied a {
	font-weight: bold;	
}
.gl_mitglied a:hover, .gl_mitglied a:active, .gl_mitglied a.active  {
	color: #db183c;	
}
.gl_mitglied span {
	color: #95a0ae;
}
.link_active {
	color: #ff0000;
}
.imgHeader {
	float: left;
	margin-right: 390px;
}
/************************************************

*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {font-weight: bold;}
h1 {
	font-size: 1.2em;
	}
h2 {
	font-size: 1.0em;
	}
h3 {
	font-size: 1.0em;
	}
h4 {
	font-size: 1.0em;
	}
h5 {
	font-size: 1.0em;
	}
img {
	border: none;
}

/* Links */
#content a, .content a:link,  .content a:visited {
	color: #2F6096;
	}
#content a:hover, .content a:active {
	color: #db183c;
	}
/* Listen */
dt {
	float: left;
	width: 70px;
	}
dt.land,
dd.land {
	margin-bottom: 20px;
	}
/*dd {
	float: left;
	width: 150px;
	}*/
#content ul.downloads {
	list-style: none;
	padding-left: 0;
	}
ul.downloads li {
	background:url(../../images/design/download_icon.gif) left no-repeat;
	padding: 0 0 0 20px;
	list-style:none;
	}
#content ul.links {
	list-style: none;
	padding-left: 5px;
	}
ul.links li {
	list-style:none;
	}
ul.links a,
ul.links a:link,
ul.links a:visited {
	color: #db1e3b;
	text-decoration: underline;
	}
#content .techdat ul {
	list-style: none;
	margin: 40px 0 0 0;
	padding-left: 0;
	}
#content .techdat  {
	padding: 0 !important;
	}

.techdat ul li {
	float: left;
	font-size: .9em;
	width: 46px;
	margin: 0 22px 0 0;
	text-align: center;
	list-style: none;
	}
.techdat ul li.last {
	margin: 0;
	}
div.box div.inhalt li {
	list-style:none;
	}
	
/************************************************
*					Formular					*
************************************************/
label {
	float: left;
	width: 200px;
	}
.labelLarge
{
    float: left;
	width: 400px;
}	
.form_fields label{
	margin-left: 20px;
	width: 300px;
	}
.form_sendenab label{
	float: left;
	width: 0px;
	}
.form_left label{
	float: left;
	width: 80px;
	}
div.form_left {
	width: 230px;
	float: left;
	}
.form_right label{
	width: 180px;
	}
div.form_right {
	float: left;
	width: 350px;
	}
div.form_monat {
	float: left;
	width: 205px;
	}
div.form_anzahl {
	float: left;
	width: 205px;
	}
div.form_jahr {
	float: left;
	width: 205px;
	}
#form1 input{
	margin-left: 20px;
	}
.kontakt input{ 
 	width: 140px;
	}
.sendenab input{
	width: 100px;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	border: none;
	border: 1px solid #B4B4B4;
	margin: 3px 0;
	}
select {
	width: 100px
	}
		
/* Archiv */	
select.ausgabe {
	text-align: right !important; 
	}
	
/* Expert Search */	
div.expert label {
	width: 280px;     
	}
input.button {
	width: 100px;
	margin-left: 10px; 
	}
div.expert span.bis {
	float: left;
	padding: 0 5px;   
	}

	
/* Content */
.start_title {
	margin-top: 15px;
	text-align: center;
	color:#385F9A;
	}
.title-text {
	float: left;
	width:96px; 
	height: auto;
	padding: 5px 0 0 15px;
	}
.text {
	padding: 6px 0 0 10px;
	float: left;
	width: 630px;
	}

/****************************/
/*			Menu			*/
/****************************/
#menu ul {
	list-style-type: none;
	}
#menu li {
	background: url('../images/seperator.gif') right no-repeat;
	}
#menu ul li {
	background-color: #fff;
	float: left;
	display: inline;
	height: 17px;
	}
.firstnavi{
	width: 124px !important;
	text-align: center;
	} 

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	text-align: center;
	font-size: 0.75em;
	color: #000;
	display: block;
	width: 110px;
	}
#menu ul li a:hover {
	color: #2f6095;
	}
#menu ul li a#last {
	width: 111px;
	background: #fff;
	height: 17px;
	}
#footermenu ul {
	margin-top: 18px;
	list-style-type: none;
	}
#footermenu li {
	background: url('../images/seperator.gif') right no-repeat;
	}
#footermenu ul li {
	background-color: #fff;
	float: left;
	display: inline;
	height: 17px;
	}

#footermenu ul li a, #footermenu ul li a:link, #footermenu ul li a:visited {
	text-align: center;
	/*font-weight: bold;*/
	font-size: 0.75em;
	color: #000;
	display: block;
	width: 114px;
	}
#footermenu ul li a:hover {
	color: #2f6095;
	}
#footermenu ul li a#last {
	width: 101px;
	background: #fff;
	height: 17px;
	}
/* France */
.header_link {
	float: left;
	}
a.france {
	float: left;
	font-size: 1.06em;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: uppercase;
	padding: 30px 0 0 160px;
	}
/****************************/
/*	   Tabellen		*/
/****************************/
table.table_list
{
	width: 100%;	
}
.table_list tr td input
{
	margin-right: 3px;	
}
.table_list tr td p{
	font-style: italic;
	}

.table_list tr td a:hover, a:visited, a:link, a:active{
	color: #2F6096;
	text-decoration:none;
	}

table th,
table.icon td {
	vertical-align: top;
	padding: 2px 15px 2px 0 !important;
	}
table td {
	background: #CDCDCD;
	}
table th {
	font-weight: normal;
	color: #fff;
	text-align: left;
	background: #002056;
	}

table th .filter {
	float: right;
	margin: 7px 0 0 0;
	}

table .grey td,
table td.grey {
	background: #CDCDCD;
	}
table.protraittable th, table td {
padding:0px 0 0px 0px !important;
}

table td label 
{
	width: auto;	
}

 /****Jobs***/
 table.jobs td 
 {
 	padding-bottom: 30px !important;
 }
	
	
/****************************/
/*		  Impressum 		*/
/****************************/
.impressum-nav {
	float: right;
	width: 80px;    
	padding: 0 111px 0 0;
	}

.impressum-nav ul li {
	margin: 0 0 15px 0;
	}
	
.impressum strong span {
	padding-top: 6px;
	display:block;
	}
	
div.impressum {
	float: left; 
	width: 444px !important; 
	padding: 0 0 0 15px;
	}
	
/****************************/
/*		  Abo		 		*/
/****************************/

.table-abo {
	width:125px; 
	padding-left:30px;
	}
/* Stellen */
#stellen {
	float: left;
	width: 600px;
	padding: 5px 0 0 20px;
	}
#stellen .bild {
	width: 146px;
	margin: 5px 0 0 50px;
	height: auto;
	float: right;
	overflow: hidden;
	}
#stellen address{
	padding-top: 5px;
	font-style:normal;
	}
#stellen .container{
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
	}
#stellen .details{
	margin: 5px 0;
	float: left;
	}
#stellen .beschreibung{
	width: 400px;
	float: left;
	}
	
/* Banner */
#banner {
	float: right;
	width: 146px;
	padding-top: 12px;
	}
#banner .logos {
    float: right;
	/*height: 55px;*/
	width: 146px;
	padding-bottom: 1px;
	overflow: hidden;
	}
	/*
#banner .logos_double {
	width: 146px;
	height: 110px;
	overflow: hidden;
	padding-bottom: 1px;
	}
*/
.banner_right {
	width: 146px;
	float: right;
	}
#banner_foot {
	float: left;
	height: 55px;
	width: 781px;
	padding-top: 12px;
	display: block;
	}
#banner_foot .logos_footer {
	float: left;
	height: 55px;
	width: 146px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 12px;
	overflow: hidden;
	}
.banner_footer {
	float: left;
	}
	
.impressum address {
	font-style: normal;
}
/*		Checkbox Banner		*/
.advbanner-checkbox input{
	border: none;
	display: block;
	clear: left;
	height: 14px;
	}
.advbanner-checkbox label {
	display: block;
	vertical-align: middle;
	width: 250px;
	}
/*		Upload Banner		*/
.upload-banner {
	margin: 20px 0 0 0;
	}
/*		Upload Job		*/
.upload-job {
	margin: 8px 0 0 0;
	}	

/*** SideInfo ***/
.sideinfo
{
	position:absolute;
	overflow:hidden;
	margin: 82px 0 0 10px;
	font-size:0.76em;
	line-height: 1.4em;
	width: 100px;
	left: 0px;
}


