html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family: "Arial",sans-serif;
  font-size:12px;
  line-height:18px;
	color:#737373;
  background-color:#e5e5e5;
}

h2 {
  margin:0 0 5px 0;
	font-size:20px;
	font-family:"Arial Narrow", sans-serif;
  font-weight:normal;
  color:#dd0038;
}

h3 {
  font-family: "Arial",Verdana,sans-serif;
	margin:10px 0 0 0;
	font-size:12px;
  color:#dd0038;
  font-weight:bold;
}

p {
	margin:0 0 15px 0;
  text-align:justify;
}

a {
	text-decoration:none;
  color:#f26522;
	font-weight:normal;
}

a img {
	border:none;
}

a:hover {
	color:#d24502;
}

td {
	vertical-align:top;
}

ul {
	list-style-type:none;
  margin:0 0 15px 10px;
  padding:0;
}

li {
	padding-left:15px;
  background:url("/con/cms/images/listicon.gif") transparent no-repeat left 10px;
}

.hervorheben {
	color:#f26522;
}

#container {
	width:1016px;
  border-top:10px solid #a20000;
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
  padding:0;
  margin:0;
	background:url("/con/cms/images/bg-content.gif") #fff repeat-y;
}
	  #container.iframe {
	    background:url("/con/cms/images/bg-content_iframe.gif") #fff repeat-y;
	  }

#header {
	width:1016px;
  height:92px;
  background-color:#fff;
  background-position:0 1px;
  background-repeat:no-repeat;
  padding:1px 0 1px 0;
}

#header h1, #header h2 {
	display:none;
}

#header #service-navigation {
	float:left;
  width:282px;
  padding-left:735px;
  font-family:"Arial", sans-serif;
  font-size:9px;
  line-height:9px;
}

#header #search-box {
	float:right;
  width:153px;
  padding-top:4px;
  text-align:right;
}

#navigation {
  background-color:#c70000;
  border-bottom:1px solid #fff;
  line-height:auto;
  height:42px;
}

#content {
	width:1016px;
}

#left-two-collumns {
	float:left;
  width:773px;
}
	  #left-two-collumns.iframe {
	    width:1013px;
	  }

#left-two-collumns .left {
	float:left;
  width:230px;
  font-size:11px;
  padding-bottom:20px;
  overflow:hidden;
}

#left-two-collumns .left p, #right-collumn .left p {
	text-align:left;
}

#left-two-collumns .right {
	float:right;
  width:542px;
  overflow:hidden;
}
	  #left-two-collumns .right.iframe {
	    width:782px;
	  }

#main-content {
	padding:30px 30px 35px 30px;
}

#right-collumn {
	float:right;
  width:242px;
  font-size:11px;
  padding-bottom:20px;
  overflow:hidden;
}

.right-block {
	padding:3px;
  border-bottom:1px solid #fff;
}

.clear {
	height:1px;
  clear:both;
}

#footer {
  font-family:"Arial", sans-serif;
  font-size:9px;
  line-height:12px;
  padding-top:5px;
  border-top:1px solid #bfbfbf;
  margin-top:20px;
}

#footer p {
  font-family:"Arial", sans-serif;
	float:left;
  color:#999999;
  margin:0 20px 0 0;
}

#footer p#byraptus {
	float:right;
  margin:0 0 0 20px;
}

#footer .navigation {
	float:left;
	list-style-type:none;
  padding:0;
  margin:0;
  width:200px;
}

#footer .navigation li {
	display:block;
  float:left;
  background-image:none;
  padding:0;
  margin:0 15px 0 0;
}

#footer a {
  color:#777;
}

#footer li a {
	display:block;
  background:url("/con/cms/images/arrow.gif") transparent no-repeat 0px 3px;
  padding-left:10px;
}

#footer li.arrow-up a {
	background:url("/con/cms/images/arrow-up.gif") transparent no-repeat 0px 4px;
}

#footer a:hover {
  color:#555;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */