{}/* CSS Document */

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/fileadmin/templates/hd/images/background6.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #EAF3FC;
}

#wrapper {
	width: 842px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 112px;
	background-image: url(/fileadmin/templates/hd/images/header2.png);
	background-repeat: no-repeat;
}

#logo {
	background-image: url(/fileadmin/templates/hd/images/logo2.png);
	width: 254px;
	height: 59px;
	margin: 30px 0px 0px 50px;
	float: left;
	caption-side: top;
	display: inline;
}

#button {
	float: right;
	margin: 30px 20px 0px 0px;
	background-image: url(/fileadmin/templates/hd/images/header-button.png);
	width: 344px;
	height: 63px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0px 0px 13px;
	background-repeat: no-repeat;
}

#topimage {
	height: 252px;
	width: 100%;
	background-image: url(/fileadmin/templates/hd/images/topimage3.jpg);
}

#mainwrapper {
}

#mainnavi {
	width: 210px;
	float: left;
}

#navitop, #navibottom {
	width: 100%;
	height: 18px;
}

#navitop {
	background-image: url(/fileadmin/templates/hd/images/navitop.png);
}

#navibottom {
	background-image: url(/fileadmin/templates/hd/images/navibottom.png);
}

#navi, #news {
	background-image: url(/fileadmin/templates/hd/images/navibg.png);
	/*height: 100px;*/
}

#contentwrapper {
	width: 632px;
	float: left;
}

#contenttop, #contentbottom {
	width: 100%;
	height: 18px;
}

#contenttop {
	background-image: url(/fileadmin/templates/hd/images/maintop.png);
}

#contentbottom {
	background-image: url(/fileadmin/templates/hd/images/mainbottom.png);
}

#contentmain {
	width: 100%;
	background-image: url(/fileadmin/templates/hd/images/mainbg.png);
}

#breadcrumb {
	height: 15px;
	margin: 0px 15px 0px 15px;
}

#footer {
	width: 100%;
	height: 46px;
	background-image: url(/fileadmin/templates/hd/images/footer.png);
}

#footertext {
	padding: 15px 20px 0px 20px;
	font-size: 12px;
	font-style: italic;
}

.clearit {
	clear: both;
}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color:#000000;
}

a:hover: {
	text-decoration: underline;
}