html {
	height: 100%;
}
body {		
	margin: 0;
	background-color: #a5b5ba;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #2a5570;
	height: 100%;
}

#header_left {
  float: left; 
}
#m1 {
  float: left;
  margin: 23px 45px 0px 0px;
  padding:0;
}
#m2 {
  float: left;
  margin: 2px 45px 0px 0px;
}
#m3 {
  float: left;
  margin: 23px 45px 0px 0px;
}
#m4 {
  float: left;
  margin: 17px 45px 0px 0px;
}
#m5 {
  float: left;
  margin: 22px 0px 0px 0px;
}
#menu {
  position: absolute;
  top:138px;
  margin-left:135px;
  height: 95px;
  width: 500px;
}
#menu_wrap {
  background-color: #9F0000;
  height: 20px;
  color: #f1f7f4;
  padding: 10px 20px 5px 100px;
  margin: 0px 0px 0px 0px;
}

#header_right {
  float: right;
  width: 200px;
  padding: 10px;
  height: 150px;
}

.clear {
  clear: both;
}

#cb_inhalt { 
	text-align: left;
	background-color: #f1f7f4;
	background-image: url(Bilder/v-bg.gif);
	background-repeat: repeat-y;
	border: 3px #9f0000 solid;
	width: 980px;
  	margin: 50px auto 50px auto;
}

#content_left {
  float: left;
  width: 230px;
  padding: 90px 0px 20px 120px;
  
}
#content_right {
  float: left;
  margin: 90px 0px 20px 45px;
  width: 410px;
  padding: 0px 0px 0px 20px;
  border-left: 2px #DAE4E5 solid;
  
}
#content_wrap_sub {
 background-image: url(Bilder/logo_kreuz.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content_wrap {
 background-image: url(Bilder/home.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 500px;
}
img {
  border:0px;
}
#cb_inhalt .csc-textpic-caption {
  font-size: 0.8em;
}
#menu_wrap a {
  color:#ffffff;
  text-decoration: none;
}
#menu_wrap a:hover {
  text-decoration: underline;
}
#menu_wrap .menu_level1-act {
  text-decoration: underline;
  
}
#menu_wrap .menu_level2-act {
  text-decoration: underline;
  
}
#menu_wrap .menu_level1-no {
  
}
#menu_wrap .menu_level2-no {
  
}
.menu_item {
  width: 53px;
  display: inline;
  margin-right: 39px;
  margin-left: 39px;
  text-align: center;
}
h1, h2, h3 {
  margin:0px 0px 5px 0px;
}

h1 {
  color: #9f0000;
  text-transform: uppercase;
  font-size: 1.35em;
}
h5 {
  font-size: 1.0em;
  font-weight: normal;
  margin-bottom: 3px;
}
p.bodytext {
  margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
}
a, a:hover {
	color: #9f0000;
}
a:hover {
	text-decoration: underline;
}

