@import url("style.css");
@import url("vertical_list_menu.css");

body, hmtl  {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#e5e5e5;
}
div.shtop {
	background:url(../img/shadow_top.gif) repeat-x;
	width:885px;
	height:28px;
	margin:0 auto;
}
div#out {
	margin: 0 auto;
	background:url(../img/shadow_bg.gif) repeat-y;
	width:896px;
}
div.shbottom {
	background:url(../img/shadow_bottom.gif) repeat-x;
	width:880px;
	height:3px;
	float:left;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 880px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height:auto !important; /* !important-Regel für moderne Browser */
	height:100%; /* Mindesthöhe in IE (<7) */
	background:#f3f3f3;
}
div#lang {
	float:left;
	margin:53px 0 0 10em;
}
div#lang ul li {
	list-style-type:none;
	display:block;
	float:left;
	padding:0 5px;
}
div#lang img { border:0; }
div.head_frame {
	width:100%;
	height:111px;
}
div.line {
	width:100%;
	height:39px;
	background:url(../img/line.gif) repeat-x;
	border-top:1px solid  #fff;
}
.logo {
	width:298px;
	height:41px;
	float:left;
	margin:40px 20px;
	background:url(../img/logo_trans.png);
}
div#menu_top {
	width:auto;
	height:auto;
	margin-top:60px;
	float:right;
}
div#header {
	width:100%;
	height:169px;
	background:url(../img/header.jpg) repeat-x;
}
div.main_menu {
	width:22%;
/*	height:100%; */
	float:left;
	margin-top:10px;
	border-right:1px solid #dadada;
}
div.menu_1, div.menu_2, div.menu_3 { margin-bottom:20px; }
div.main_menu .csc-firstHeader, div.main_menu .bodytext { padding:0 10px; }
div#content {
	width:75%;
	height:auto;
	float:left;
	padding:10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
div.footer {
	float:left; width:95%;
	margin-left:10px;
	border-top:1px dotted #797979;
	padding:10px;
}
