/* layout.css */

* {
margin: 0;
padding: 0;
}

div {
	text-align: left;
}

html {
	height: 100.2%;
}

body {
	height: 100.2%;
	background: url(../images/hg-texture.jpg) repeat-y;
	background-position: top center;
}

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

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#outer {
	position: relative;
	margin: 0 auto;
	margin-top: 1px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	width: 1048px;
	top: 0px;
	background: url(../images/hg-content.png) repeat-y;
	background-position: top center;
}

#header-home {
	position: relative;
	float: left;
	height: 510px;
	width: 1048px;
	margin-top: 10px;
	background: url(../images/hg-slider.png) no-repeat;
	background-position: bottom center;
}

#header {
	position: relative;
	float: left;
	height: 210px;
	width: 1048px;
	margin-top: 10px;
	background: url(../images/hg-topnavigation.png) no-repeat;
	background-position: bottom center;
}

.headertitel {
	font-size:14px;
}

#logo {
	position: absolute;
	height: 210px;
	width: 213px;
	margin: 0;
	padding: 0;
}

#headertext {
	float: left;
	height: 120px;
	width: 450px;
	margin-top: 10px;
	margin-left: 223px;
	padding: 0;
	font-size: 11px;
}

#headertext td {
	font-size: 12px;
}

#headertext a {
	font-size: 12px;
}

#headertext p {
	letter-spacing: -0.2px;
	}

#search {
	float: right;
	height: 29px;
	width: 285px;
	margin-top: 95px;
	margin-right: 55px;
	padding: 0;
	background: url(../images/hg-search.png) no-repeat;
	background-position: 0px 0px;
}

#topmenu {
	position: relative;
	float: left;
	height: 58px;
	width: 960px;
	text-align: left;
	margin: 0;
	margin-left: 44px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#slider {
	position: relative;
	float: left;
	height: 280px;
	width: 903px;
	margin-top: 7px;
	margin-left: 72px;
	padding: 0;
}

#linie-1 {
	position: relative;
	float: left;
	height: 3px;
	width: 929px;
	margin-top: 60px;
	margin-bottom: 40px;
	margin-left: 60px;
	padding: 0;
	background: url(../images/home-linie.png) no-repeat;
	background-position: 0px 0px;
}

#breadcrumbs {
	float: left;
	margin-top: 5px;
	margin-left: 55px;
	margin-bottom: 10px;
	height: 25px;
}

#allwrap {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 54px;
	padding-right: 54px;
}

#wrap {
	float: left;
	width: 940px;
}

#content-home {
	float: left;
	width: 610px;
	padding-left: 10px;
	padding-right: 20px;
}

#content-home span.row-separator {
	margin-bottom: 50px;
}

#rightcol-home {
	float: right;
	width: 300px;
	min-height: 200px;
}

#leftcol {
	float: left;
	width: 300px;
	min-height: 400px;
}

#navleft-inner {
	width: 300px;
	padding: 0;
	background: url(../images/hg-navleft-inner.png) no-repeat;
	background-position: 0px 0px;
}

#content1 {
	float: left;
	width: 605px;
	margin-bottom: 50px;
	min-height: 200px;
	padding-left: 15px;
	padding-right: 20px;
}

#content2 {
	float: left;
	width: 940px;
	margin-bottom: 50px;
	min-height: 200px;
}

#module1-bottom-home {
	float: left;
	width: 280px;
	min-height: 200px;
	padding-left: 10px;
	padding-right: 40px;
}

#module2-bottom-home {
	float: left;
	width: 240px;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 60px;
}

#linie-2 {
	position: relative;
	float: left;
	height: 3px;
	width: 929px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 60px;
	padding: 0;
	background: url(../images/home-linie.png) no-repeat;
	background-position: 0px 0px;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
	height: 67px;
	width: 1088px;
	background: url(../images/hg-footer.png) no-repeat;
	background-position: 2px 0px;
}

#footer-left {
	position: relative;
	float: left;
	padding: 0;
	height: 67px;
}

#footer-right {
	position: relative;
	float: right;
	padding: 0;
	height: 67px;
}




