/* Grundaufbau ****************************************************************************/

body {
	font-family: Arial;
	font-size:12px;
	color:#333333;
	background-color: #3a9df8;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-left: 20px;
}

div.brd {
	background-color: #ffffff;
	padding: 20px;
	border: 1px dotted #999999;
	width:900px;
}

div.logo_print {
	display:none;
}

div.logo {
	height:62px;
}


/* IE6 Definition */
div.top_container form { 
	padding:0px; margin:0px; height:15px;
}
/* End */


div.top_container {
	margin-top:20px;
	height:34px;
	color:#999999;
	background-color: #e9f3fe;
			
	border-bottom:1px solid #e6ecf4;
	border-right:1px solid #e6ecf4;
}

	div.top_container_left_col {
		background-color: #e9f3fe;
		padding:10px;
		padding-top:8px;
		width: 180px;
		height: 16px;
		float: left;

	}
	
		div.top_container_left_col img {
			padding-top:2px;
			vertical-align:top;
		}
	
	div.top_container_middle_col {
		background-color: #e9f3fe;
		padding:10px;		
		width: 440px;
		height: 14px;
		float: left;
		margin-left: 20px;	
		font-size:11px;
		letter-spacing:0.03em;	
	}
	
		div.top_container_middle_col a {
			color:#999999;
		}
		
		div.top_container_middle_col a:hover {
			text-decoration:underline;
			color:#0076BB;
		}
	
	div.top_container_right_col {
		background-color: #e9f3fe;
		padding:0px;
		padding-right:5px;
		padding-top:8px;	
		width: 184px;
		height: 16px;
		float: right;
		margin-left: 16px;
	}

div.main_container {
	margin-top:20px;
	background-image:url(img/main_container_background.png);
	background-repeat:repeat-y;
	border:5px;
	margin-bottom:20px;
}

	div.main_container_left_col {
		padding:10px;
		padding-top:53px;
		padding-right:20px;
		width: 170px;
		float: left;
	}
	
	div.main_container_middle_col {
		width: 660px;
		margin-left: 20px;
		float: right;
		padding:0px 10px 10px 10px;
	}
	
	div.main_container_middle_col img {
		padding:1px;
		border:1px solid #cccccc;

	}
	
div.bottom_container {
	background-color: #f0f7ff;
	width:879px;
	height:14px;
	padding:10px;
	letter-spacing:1px;
	color:#999999;
	border-bottom:1px solid #e6ecf4;
	border-right:1px solid #e6ecf4;
}

	div.bottom_container a {
		color:#999999;
	}
	
	div.bottom_container a:hover {
		color:#0076BB;
	}


/* Standard HTML Tags ***************************************************************************************/

img {
	border:0px solid #999999;
}

a {
	color:#0076BB;
	text-decoration:none;
}

a:hover {
	color:#0076BB;
	text-decoration:underline;
}

input.text, input.searchbox_is, select {
	width:117px;
	border:1px solid #cccccc;
	padding-left:2px;
	margin-right:5px;
	background-color:#ffffff;
	color:#999999;
	font-size:11px;
}

input.submit, input.submit_is {
	width: 54px;
	border:1px solid #cccccc;
	background-color:#CCCCCC;
	color:#ffffff;
	font-size:11px;	
	height:17px;
}
input.submit:hover, input.submit_is:hover {
	background-color:#0076BB;
	border:1px solid #666666;
}


/* Navigation ************************************************************************************/

div.main_container_left_col a:hover {
	text-decoration:none;
}

div.nav_level_1 {
	border-bottom: 1px dotted #333333;
	padding-top: 3px;
}

div.nav_level_2 {
	border-bottom: 1px dotted #333333;
	height:23px;
}

div.nav_level_1 a {
	height:19px;
	padding-left:2px;
	padding-top:3px;
	display: block;
	color:#000000;
}

div.nav_level_2 a {
	height:19px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:1px;
	display: block;
	color:#000000;
}

div.nav_level_1 a:hover {
	color:#0076bb;
}

div.nav_level_2 a:hover {
	color:#0076bb;
}

div.nav_level_1_active {
	border-bottom: 1px dotted #333333;
}

div.nav_level_2_active {
	border-bottom: 1px dotted #333333;
}

div.nav_level_1_active a {
	color:#0076bb;
	height:19px;
	width:auto;
	padding-left:2px;
	padding-top:6px;
	display: block;
}

div.nav_level_2_active a {
	color:#0076bb;
	height:18px;
	width:auto;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:1px;
	display: block;
}

/* Content Styling Elemente **********************************************************************/

/* Seitentitel */
div.csc-header-n1 h1 {	
	clear:both;
	color:#0076BB;
	font-size:14px;
	line-height:22px;
	margin:22px 0 10px -1px;
	}

/* Zweiter Titel, Dritter Titel*/
div.csc-header-n2 h1, 
div.csc-header-n3 h1,
div.csc-header-n4 h1,
div.csc-header-n5 h1,
div.csc-header-n6 h1,
div.csc-header-n7 h1,
div.csc-header-n8 h1 {
	color: #0076bb;
	font-size:14px;
	line-height:22px;
	margin:0px;
	margin-top:22px;
	margin-bottom:10px;
	margin-left:-1px;
	clear:both;
}

/* Text mit Bild rechts */
div.csc-textpic-intext-right {
	margin:0px;
	padding:0px;
}

/* Text mit Bild rechts Image*/
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	margin-top:3px;
}

/* Bild oben links */
div.csc-textpic-above {
	padding-top:3px;
}

/* Text mit Bild links */
div.csc-textpic-intext-left {
	width:325px;
	padding-right:5px;
	height:180px;
	float:left;
}

/* Bodytext */
p.bodytext {
	margin:0px; padding:0px;
}

/* Umbruch vor NEws */

div.news_container {
	clear:both;
}

/* Individuelle Seiten Divs ***********************************************************/

/* Unternehmen */
div.unternehmen div.csc-textpic-intext-left {
	width:auto;
	padding-right:5px;
	height:auto;
}

/* Referenzen */
div.referenzen div.csc-textpic-intext-left {
	padding-right:5px;
	height:115px;
}

/* Links */
div.links div.csc-textpic-intext-left {
	padding-right:5px;
	height:115px;
}

/* Startseite */
div.startseite {
	width:660px;
	height:340px;
	background-image:url(../content/img/startseite/startseite.jpg);
	
}

div.startseite div.infobox div.csc-frame div.news-latest-container div.news-latest-item{
  border-bottom:1px dotted #000000;
  padding-bottom:3px;
  padding-top:3px;
}

div.startseite div.infobox p{
	font-size:12px; 
	color:#0076BB; 
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding-bottom:3px;
}

div.infobox {
	border:1px solid #999999; 
	font-size:11px; 
	color:#999999; 
	line-height:16px;
	float:right; 
	width:106px;
	margin-right:20px;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px; 
	padding-bottom:13px;
	padding-top:7px; 
	background-color:#F0F7FF;
}

div.partner_mid{
	margin-left:25%;
}