/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('rte.css'); /* Styles fuer RTE und content */
@import url('menu.css'); /* Menues */ 

body {
  font-family: Verdana, Arial, Times-New-Roman;
  font-size:100.1%;
  font-weight:normal;
  color:#000;
  background-color: #dce3e7;
}

h1 {
	border: none;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
}

div#header_bg {
	height: 7px;
	background-image: url(../../images/header_bg_screen.gif);
}

div#wrapper {
	width: 990px;
	background-image: url(../../images/wrapper_bg_screen.gif);
	margin-top: 26px;
}


/******************************************/
/* CONTENT */
/******************************************/

div#col1 {
	margin: 0px;
	padding: 0px;
	width: 400px;
	position: absolute;
	top: 17px;
	left: 17px;
}

div#col2 {
	margin: 0;
	padding: 0;
	width: 553px;
	margin-left: 418px;
}

div#content1 {
	color:#000;
}

/* rechte Spalte */
div#content2 {
	color:#000;
	position:relative; /* hack für IE6 */
	font-size: 80%;
}

div.content_right_header {
	/*background-image: url(../../images/content_right_header_bg_screen.gif);
	background-repeat: no-repeat;*/
	font-size: 80%;
	height: 153px;
	padding: 16px 16px 0;
	color: #384458;
	position: absolute;
	top: 186px;
	left: 28px;
}

div.content_right_header h1 {
	font-size: 130%;
	margin-bottom: 6px;
	line-height: 110%;
	color: #bd012a;
}

div.container {
	padding:10px 0 0 15px;
}

div.container_top {
	background-image: url(../../images/content_right_container_screen_new.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 120%;
	line-height:36px;
	padding-left:16px;
	width: 539px;
}

div.container_top a {
	color: #fff;
}

div.container_content {
	color: #384458;
}

div.container_content p.bodytext {
	margin-left:16px;
	margin-right:10px;
	margin-top:10px;
	width:auto;
}

div.container_content table {
	margin-left: 16px;
	margin-right: 10px;
	margin-top: 10px;
	width: auto;
}

div.container_content table th {
	color: #bd002a;
	
}

div.container_content table td {
	color: #384458;
	border: none;
	padding-top: 6px;
	width: 170px;
}

/******************************************/
/* FOOTER */
/******************************************/

div#footer_wrapper {
	width: 990px;
	background-image: url(../../images/wrapper_bg_screen.gif);
	padding-top: 16px;
}

div.footer_wrapper_bg {
	background-image: url(../../images/footer_wrapper_bg_screen.gif);
}

div#footer {
	font-size:0.75em;
	border-bottom: 1px solid transparent;
}

div#footer div.copyright {
	padding-left: 45px;
	color: #384458;
}

