* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;
	background-color: #FFF;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 295px;
	width: 980px;
	background-image: url(../templates/pics_layout/hgheader.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#logo {
	float: left;
	height: 295px;
	width: 276px;
}

#slogan {
	float: left;
	height: 232px;
	width: 350px;
}
#headerpic {
	float: left;
	height: 232px;
	width: 305px;
}
#mainnav {
	height: 49px;
	width: 694px;
	float: left;
	padding-top: 14px;
	padding-left: 10px;
}
#subnav {
	text-align: right;
	float: left;
	width: 266px;
	padding-top: 65px;
	padding-right: 10px;
}
#content {
	float: left;
	width: 435px;
}
#contentheader {
	width: 415px;
	padding-right: 10px;
	padding-left: 10px;
	height: 42px;
	padding-top: 23px;
	font-weight: normal;
}
#contenttext {
	width: 415px;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#contenttext ul{
	margin-left:20px;
}
#pictures {
	float: left;
	width: 220px;
	padding-right: 49px;
	padding-top: 65px;
}
#footerwrapper {
	position: fixed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	height: 54px;
}

#footer {
	height: 25px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../templates/pics_layout/hgfooter.gif);
	background-repeat: no-repeat;
	padding-top: 29px;
	padding-left: 55px;
}
h1 {
	font-size: 20px;
	color: #006;
	font-weight: normal;
}
p{
	margin-bottom: 10px;
}
td{
	vertical-align:top;
}
#mainnav ul li {
	float: left;
	list-style-type: none;
}
#mainnav ul li a {
	color: #000;
	text-decoration: none;
	background-image: url(../templates/pics_layout/hgmainnav.gif);
	display: block;
	height: 29px;
	width: 159px;
	margin-right: 3px;
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
}
#mainnav ul li a:hover, #mainnav ul li a:focus, #mainnav ul li.aktiv a {
	background-image: none;
}

#subnav ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#subnav ul li a {
	color: #006;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#subnav ul li a:hover, #subnav ul li a:focus {
	color: #000;
}
