@CHARSET "UTF-8";

* {
	font-family: Tahoma,Arial,Verdana,Helvetica, sans serif;
	color: #3F4C6B;
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/background.gif');
	background-position: 0 90px;
	background-repeat: repeat-y;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body.noBg {
	background-image: none;	
}

img {
	border: none;	
}

#mainWrap {
	width: 950px;	
}

/************************
******* HEADER
*************************/

#header {
	background-color: white;	
	height: 72px;
}

#headerRight {
	text-align: right;	
}

#headerLeft {
	float: left;
	padding: 10px 0 10px 10px;
	font-style: italic;	
	font-size: 11px;
}

/************************
******* NAVIGATION
*************************/

ul#navigation {
	background-color: #356AA0;
	margin: 0; 
	padding: 0 0 0 2em;
	/*border: 1px solid black;*/
	border: none;
    width: 930px;
    height: 25px;
    list-style: none;
}

#navigation li {
	list-style: none;
	/*display: inline;*/
	float: left;
 	margin: 0; 
 	padding: 0 0 0 2em;
 	height: 25px;
 	border: none;
}

#navigation li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../img/men1Arr.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0.5em 0 1.5em;
	margin: 0 0 0 0;
	height: 25px;
	line-height: 25px;
	display: block;
}

#navigation li a:hover {
	color: #3F4C6B;	
	background-color: #FFFFFF;
	background-image: url('../img/men1Arr-active.gif');
}

#navigation li a.active {
	color: #3F4C6B;	
	background-color: #FFFFFF;
	background-image: url('../img/men1Arr-active.gif');
}

/************************
******* SUB NAVIGATION
*************************/

ul#subnavigation {
	background-color: #EBEBEB;
	margin: 0; 
	padding: 0 0 0 2em;
	/*border: 1px solid black;*/
	border: none;
    width: 930px;
    height: 25px;
    list-style: none;
}

#subnavigation li {
	list-style: none;
	/*display: inline;*/
	float: left;
 	margin: 0; 
 	padding: 0 0 0 0.5em;
 	height: 25px;
 	border: none;
}

#subnavigation li a {
	color: #3F4C6B;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url('../img/listr.gif');
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding: 0 0.5em 0 1em;
	margin: 0 0 0 0;
	height: 25px;
	line-height: 25px;
	display: block;
}

#subnavigation li a:hover {
	color: #3F4C6B;	
	background-color: #FFFFFF;
	background-position: 0 8px;
	background-image: url('../img/submenArr.gif');
}

#subnavigation li a.active {
	color: #3F4C6B;	
	background-color: #FFFFFF;
	background-position: 0 8px;
	background-image: url('../img/submenArr.gif');
}

/************************
******* FOOTER
*************************/

#footer {
	border-top: 1px solid #d8d9ec;
	width: 930px;
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 10px;
}

#footer a {
	text-decoration: none; 	
}

/************************
******* CONTENT COLUMNS
*************************/

#content {
	margin-top: 20px;
	font-size: 12px;
}

#contentLeft {
	width: 440px;
	float: left;
	padding: 20px 10px 10px 20px;
	text-align: justify;
}

.contentLeftPart {
	width: 440px;
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: justify;
}

#content .impCont .contentLeftPart {
	width: 430px;
	float: left;
	/*padding: 10px;*/
	text-align: justify;	
}

#contentRight {
	margin-left: 470px;
	width: 460px;
	padding: 20px 0 20px 0px;
	text-align: justify;
}

.contentRightPart {
	margin-left: 470px;
	width: 460px;
	padding: 1px 0px 0px 0px;
	text-align: justify;
}

#content .impCont .contentRightPart {
	margin-left: 460px;
	width: 440px;
	/*padding: 10px;*/
	text-align: justify;	
}

#contentFull {
	clear: both;
	padding: 20px 0 20px 20px;
}

#contentLeftPaddingRight {
	padding-right: 60px;
	text-align: right;
}

/************************
******* CONTENT
*************************/
#content .red {
	color: #9a061c;	
}

#content h1 {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #9a061c;
}

#content h1.withSubHead {
	margin: 0 0 5px 0;
}

#content h2 {
	font-size: 14px;
	margin: 0 0 12px 0;
}

#content .impCont h2 {
	color: #9a061c;
}

#content h2.subHeadH2 {
	font-style: italic;
}

#content h3 {
	font-size: 11px;
	margin: 0 0 8px 0;
}

#content a {
	color: #356AA0;
}

#content p {
	margin: 5px 5px 20px 5px;	
}

#content ul {
	margin: 7px 0 20px 0px;	
	list-style: none;
}

#content ul li {
	margin: 0 0 0 30px;	
	padding-left: 13px;
	background-image: url('../img/listr.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#content ul li ul {
	margin: 3px 0 10px 0px;	
	list-style: none;
}

#content ul li ul li {
	margin: 0 0 0 5px;	
	padding-left: 8px;
	background-image: url('../img/listrsmall.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#content a:hover {
	text-decoration: none;
	color: #9a061c;
}

#content hr.contentHr {
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #3F4C6B;
 	border-bottom: solid 0px #3F4C6B; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 	clear: both;
}

#content img {
	border: none;
	margin: 10px 0 10px 50px;	
}

#content .contentLeftPart img,
#content .contentRightPart img {
	margin: 10px 0 10px 10px;	
}

#content .impCont {
	background-color: #eeeeee;
	border: 1px dotted #3F4C6B;
	padding: 10px;
	margin: 10px 0 10px 0;
}

h1.service {	
	border-bottom: 1px solid black;
}

table.oppTbl {
	border: 1px solid black;	
	border-collapse:collapse;
	width: 100%;
}

table.oppTbl thead tr {
	background-color: #356AA0;
}

table.oppTbl thead tr th {
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid black;
}

table.oppTbl tbody td {
	border: 1px solid black;
	padding: 5px;
}

td.blue, #content td.blue a {
	background-color: #356AA0;
	color: white;
}

td.green, th.green, #content td.green a {
	background-color: #008C00;
	color: white;
}

#content .contentRightPart h2.green {
	color: #008C00;
}

td.olive, #content td.olive a {
	background-color: #73880A;
	color: white;
}

td.orange, #content td.orange a,
td.orange ul li, th.orange {
	background-color: #FF7400;
	color: white;
}

td.brown, #content td.brown a,
th.brown {
	background-color: #B02B2C;
	color: white;
}

td.beige, #content td.beige a {
	background-color: #EBF9AE;
	color: black;
}

td.grey, #content td.grey a {
	background-color: #808285;
	color: white;
}

td.smallLeftBoldCell {
	text-align: left;
	font-weight: bold;	
}

table.oppTbl tbody td.doubleTrennRow,
table.oppTbl tbody th.doubleTrennRow {
	padding-top: 5px;
	border-top: 4px double black;
}

.red {
	color: #9A061C;
}

.center {
	text-align: center;
}

.whitePaper {
	background-color: #FFFFFF;
	border: 1px dotted #3F4C6B;
}

/**********************
/* Leistung & Nutzen **
***********************/
table#mainJobs {
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 20px;
}

table#mainJobs tr td {
	width: 220px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-left:auto; 
	margin-right:auto;
}

#content #mainJobDescs {
	padding-top: 5px;	
}

#content div.mainJobDesc {
	height: 200px;
	border: 1px dotted #356AA0;
	background-color: white;
	padding: 10px;
}

#content .mainJobDesc h1 {
	margin-bottom: 5px;
}

#content .mainJobDesc p {
	margin-bottom: 10px;
}

#content .mainJobDesc ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

/******************************
************* eArchiv
******************************/
ul#eArchivSpecUl li {
		margin-top: 9px;
		margin-bottom: 9px;
}

/*****************************
************ Team CVs
*****************************/

.cvContent {
	background-image: url('../img/cvs/OPPCVKreis.gif');
	height: 500px;
	background-repeat: no-repeat;
	background-position: 40px 40px;
}

.cvKreisItem {
	background-color: #FFFFFF;
	/*border: 1px solid black;*/
	width: 60px;
	height: 105px;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	position: absolute;
}

.cvKreisItem h1 {
	font-size: 10px !important;
	font-weight: normal;
}

.cvKreisItem h1 a {
	text-decoration: none;
}

#content .cvKreisItem img {
	margin: 0 0 0 0;
}

.cvItemContent {
	background-color: white;
	padding: 10px;
	border: 1px dotted #356AA0;
}

#content .cvItemContent img.cvImg {
	float: right;
	margin: 10px 0 10px 10px;
	/*border: 1px solid #356AA0;*/	
}

/************************
******* START PAGE
*************************/
#msovdiv {
	position: absolute; 
	top: 260px; 
	left: 90px;
	background-color: white; 
	width: 300px;
	border:1px solid #9A061C;
	padding: 15px 15px 20px 15px;
	margin: 0;
}

#msovdiv ul {
	margin: 0;
	padding: 0;
}

#msovdiv ul li {
	margin-left: 0;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
}

#content ul.agb {
	list-style-type: upper-roman;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#content ul.agb li {
	background-image: none;	
	margin: 0 0 0 20px;
	padding: 0;
}

#content ul.wideLi li {
	margin-bottom: 10px;
}

#content #kontLeft {float:left;width:310px;}
#content #kontRight {float:right;width:310px;height:203px}
#content #kontMiddle {margin-left:340px;margin-right:340px;}