/* -- IMPORTS -- */
@import url("layout.css");
@import url("formular.css");
@import url("buildin_style.css");
@import url("navigation.css");
@import url("subnavigation.css");
@import url("default.css");


body {
	margin: 0;
	padding: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	height:100%;
	width:100%;
	overflow:hidden;
}

#background{
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    bottom:0;
    overflow: hidden;
}

#scroller {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow:auto;
    z-index:2;
} 

#header{
	margin-top: 20px !important;
}

#v2header {
	margin: 0 auto;
	width: 830px;
	height: auto !important;
	min-height: 154px;
	height: 154px;
	padding-top: 0px;
	background: url("/themes/gesundmit/images/headTop.jpg") no-repeat;
}

#v2main {
	margin: 0 auto;
	width: 830px;
	height: auto !important;
}

div.row1{
	width: 200px;
	float: left;
	
}

div.row2{
	width: 630px;
	float: left;
	background-color: #D1DDE9;
}

div.row_content{
	width: 570px;
	float: left;
	padding:20px;
	padding-top:40px;
}

div.row_right{
	width: 160px;
	float: left;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:20px;
}

h1{
	color: #000;
	font-size: 18px;
}

h3{
	color: #439A86;
}

#news{
	width: 430px;
}