body {
  color: #cccccc;
  font-family: Arial, Verdana;
  background: #c5c5c5;
  text-align: center;
}

#page {
	text-align:left;

  /*left: 50%;
  margin-left: -590px;*/
  margin: 0px auto;
  width: 1180px;
  border: 1px solid #999999;
  background: #ffffff;
  padding:0 0 0 0;
}



/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* Anfang Header Bereich */

#header {
    width: 1180px;
    height: 92px;
    border-bottom: 1px solid #999999;
}



.header_center {
  margin-left: 10px;
  width:400px;
  float:left;
}

.header_right {
  padding: 45px 10px 0 0;
  font-size: 0.9em;
  color: #999999;
  float: right;
  text-align: right;
  width: 450px;
}

.language {
	float:right;
}

.kontakt {
	float:right;

}

.header_right span {
  margin-left: 30px;
}

/*  Ende header Bereich */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* Navi Bereich */

#navi {
  height: 38px;
  width: 1180px;
  border-bottom: 1px solid #999999;
}
.navi {
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 0 0 35px;
}

.navi_link {
  color: #a3a3a3;
  width: 150px;
  padding: 0 0 0 10px;
  background: url('images/linie1.jpg') no-repeat left center; 
  float:left;
}

a:link, a:visited, .navi_link a:link, .navi_link a:visited, .content_right a:link, .content_right a:visited {
	text-decoration: none;
  	color: #a3a3a3;
}

.content_left a:link, .content_left a:visited {  
	text-decoration: none;
  	color: #939393;
}

a:hover, a:active, .navi_link a:hover, .navi_link a:active, .content_left a:hover, .content_left a:active {
  text-decoration: none;
  color: #7d7d7d;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* Quasistatischer Bereich */

#static {
	  width: 1180px;
		height: 215px;
		background: url("images/static_back.jpg") repeat-y;
		padding: 0 0 0 0;
		margin: 1px 0 0 0;

}

.static_left {
	width: 335px;
	padding: 0 0 0 35px;
	float: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;  
}

.static_content {
	text-align:justify;
	width: 300px;
	height: 215px;
	display: table-cell;
  vertical-align: middle;
}

.static_left h3 {
  font-size: 18px;
  line-height: 16px;
  padding: 0 0 0 0;
  margin: 5px 0 15px 0;
}

.static_right {
  width: 810px;
  float: right;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* Content Bereich */

#content {
	position:relative;
	width: 1180px;
	font-size: 12px;
	background: url(images/content_back.jpg) repeat-y;
 }
 
 
 
.content_left {  
	position: relative;
	width: 365px;  
	color: #a3a3a3;
	float: left;
	height: 300px;  
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	}

.content_left p {
  	margin-top: 25px;
}

.content_left_content {
	margin: 10px 0 0 30px;
}


.content_left_content ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.content_left_content li {
  padding: 0 0 7px 0;
}



.image_left img {
	border: 1px solid #ffffff;
}

.content_right {
	position:relative;
  margin: 0px 20px 0 0px;
  width: 745px;
  float: left;
  color: #666666;
	
}

.content_right h4 {
	color: #000000;
	font-size: 1.3em;
}

.content_right p {
  font-size: 1.2em;
  line-height: 1.3em;
  max-width: 620px;
  margin-bottom: 1.3em;
}

.content_right_content {
	margin:10px 0 10px 50px;
}


.marker { 
	background: #FF9999;
}

.marker a:link, .marker a:visited {
	color: #666666;
}



/*  Footer   */

.footer {
	border-top: 2px solid #eaeaea;
	position: relative;
  height: 17px;
  font-size: 10px;
  padding:3px 0 0 30px;
  color: #a3a3a3;
}

.csc-mailform-field label {
	width:125px; 
	display:block; 
	float:left;
}

.csc-mailform {
	border: 0;
}

.contenttable {
  font-family: Arial, Verdana;
  font-size: 11px;
  vertical-align: top;
  color: #7d7d7d;
}


.csc-textpic-imagewrap {
	border: 1px solid #ffffff;
}


.csc-header h1 {
	color: #000000;
	font-size: 1.5em;
}






/*  Verschiedene Farbstile der Horizontalen Linie in der Mitte der Homepage */

#hor_line, #h_line_teams, #h_line_karriere, #h_line_partner {
  	margin: 1px 0 1px 0;
  	padding: 0 0 1px 0;
  	height: 38px;
  	text-align: center;
   	font-size: 54px;
   	font-weight: bold;
   	line-height: 41px;
	width: 1180px;
}
#hor_line {
	background: #b5b5b5;
	color: #cccccc;
}

#h_line_teams {
	background: #FF9999;
	color:#FFcccc;
}

#h_line_karriere {
	background: #84BEDE;
	color: #c4DEFE;
}

#h_line_partner {
	background: #84DBA5;
	color: #c4FBd5;
}

.bodytext {
  margin: 0px;
 }