@charset "utf-8";
@import url("icc_menu.css");

BODY, DIV, TD {
	font-family: arial,helvetia,geneva;
	font-size: 12px;
	color : #454545;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

P {
  margin: 0px;
  margin-left: 0px;
	margin-bottom: 16px;
}

UL, OL, H1, H2, H3, H4, H5 {
	font-family: arial,helvetia;
	font-size: 12px;
}

h1 {
  margin-bottom:3px;
}

ul, ul li {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

UL LI {
	list-style-type: none;
	background-image: url(/images/img00_03_bullet.gif);
	background-position: 0px 5px;
  background-repeat: no-repeat;
	margin-left: 0px;
  padding-left: 12px; /* Add padding so text doesn't cover bullet img */
}

UL.grey_bullets LI {
	list-style-type: none;
	background-image: url(/images/img00_04_bullet_grau.gif);
	background-position: 0px 5px;
  background-repeat: no-repeat;
	margin-left: 0px;
  padding-left: 12px; /* Add padding so text doesn't cover bullet img */
}


BODY {
	text-align: center;
	background-color: #f8f8f8;
	background-image: url(./images/verlauf_c9zuf8.jpg);
        background-repeat: repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	color: #454545;
}
a:hover {
	text-decoration:none;
	color: #d61917;
}
a:active {
	text-decoration:none;
	color: #d61917;
}

.error {
	color : #d61917;
}
.error2 {
	font-size : 80%;
	color : #000000;
}

.error_info_head {
	font-size : 150%;
	font-weight: bold;
	color: red;
}

.error_info_text {
	font-size : 90%;
	font-weight: bold;
	/*color: #000000;*/
}

#content_frame {
	width: 960px;
	border: 1px;
	border-style: solid;
	border-color: #454545;
	background: white;
	margin: 1px auto;
}

#content {
	height: 600px;
}

#content_inhalt {
  height: 320px;
  width: 100%;
  text-align: center;
  background-color: #b0b0b0;
}
#content_inhalt div.csc-header {
  width: 750px;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  text-align: left;
}
#content_inhalt p.bodytext {
  width: 750px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  text-align: left;
  padding-top:10px;
  /*
  MK 2009-03-06 test:
  padding-bottom:5px;
  border-type: solid;
  border-color: #b0b0b0;
  border-top:5px;
  border-bottom:5px;
  */
}
.csc-textpic-imagecolumn {
margin-left:25px;
margin-right:25px;

}
.csc-textpic-imagewrap {
width:800px!important;
}
.csc-textpic {
margin-top:30px;
}
.csc-textpic-caption {
font-size:85%;
margin-top:2px!important;
}
.csc-textpic-caption b{
font-size:110%;
font-weight:bolder;
}


#content_teaser{
  margin-top:10px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  height:248px;
  width:500px;
}

#header_image {
	width: 960px;
	height: 120px;
	background-color: #e9e9e9;
}
#header_image a{
	position:relative;
	top:36px;
}
.header_line {
	width: 960px;
	height: 6px; 
	line-height: 0; 
	font-size: 0;
	background-position: bottom;
	background-image : url(/images/img00_02_linien.gif);
}
#sitepath {
	font-family: arial;
	font-size: 12px;
	padding-left: 40px;
	height:19px;
}
#footer_navigation {
  clear: both;
	width: 100%;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	line-height: 19px;
	font-family: arial;
	font-size: 10px;
	margin-top: 20px;
}
#footer_impressum {
	width: 100%;
	height: 70px;
	background: #e9e9e9;
	font-family: arial;
	font-size: 10px;
}
.sitepath_current {
	text-decoration: underline;
	color: #d61917; 
}



.bold {
font-weight:600;
}

.active {
color:#d91516!important;
}