@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
body {
	background-color: #262626;
	color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
#bg_top {
	height: 447px;
	width: 100%;
	background-position: bottom;
	background-image: url(images/bg01.jpg);
	background-repeat: no-repeat;
}
#bg_middle {
	height: 105px;
	width: 100%;
	background-image: url(images/bg02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bg_bottom {
	min-height: 100px;
	width: 100%;
}
#header, #viewer, #contentbox, #navi, #footer {
	width: 1008px;
	margin: 0 auto;
}
#header {
	height: 88px;
	background-image: url(images/bg_header-hr.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header a {
	height: 88px;
	width: 100%;
	background-image: url(images/bg-header-hr.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#header a span {
	visibility: hidden;	
}
#viewer {
	background-color: #666666;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	height: 360px;
}
#contentbox {
	background-color: #666666;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	height: 184px;
}
#navi {
	height: 104px;
}
#bg_middle .link{
	float: left;
	margin-top: 36px;
}
#bg_middle .link a{
	display: block;
	height: 30px;
	text-decoration: none;
}
#bg_middle .link.was a{
	background-image: url(images/button-was-hr.gif);
	background-repeat: no-repeat;
	width: 200px;
}
#bg_middle .link.was a:hover{
	background-image: url(images/button-was-hover-hr.gif);
	
}
#bg_middle .link.wie, #bg_middle .link.vorteile {
	margin-left: 32px;
	
}
#bg_middle .link.wie a{
	width: 230px;
	background-image: url(images/button-wie-hr.gif);
	background-repeat: no-repeat;
}
#bg_middle .link.wie a:hover{
	background-image: url(images/button-wie-hover-hr.gif);
}

#bg_middle .link.vorteile a{
	background-image: url(images/button-vorteile-hr.gif);
	background-repeat: no-repeat;
	width: 321px;

}
#bg_middle .link.vorteile a:hover{
	background-image: url(images/button-vorteile-hover-hr.gif);
}
#bg_middle .link.kontakt {
	float: right;	
}
#bg_middle .link.kontakt a{
	background-image: url(images/button-kontakt-hr.gif);
	background-repeat: no-repeat;
	width: 106px;
}
#bg_middle .link.kontakt a:hover{
	background-image: url(images/button-kontakt-hover-hr.gif);
	
}
#bg_middle .link a span{
	visibility: hidden;
}
#bg_bottom #contentbox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #71CDFF;
	height: 29px;
	margin-left: 8px;
	padding-top: 11px;
	margin-right: 8px;
}
#bg_bottom #contentbox p {
	margin-left: 8px;
	margin-right: 8px;
	line-height: 14px;
}
#bg_bottom #contentbox li {
	list-style-type: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 1px;
}
#bg_bottom #contentbox li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 24px;
	font-weight: bold;
	padding: 7px 8px 0px 25px;
	background-repeat: no-repeat;
	background-image: url(images/buttons01.gif);
	font-size: 12px;
	line-height: 16px;
	background-position: -190px 0;
}
#bg_bottom #contentbox li a:hover {
	background-position: -190px -31px;
	color: #404040;
}
#bg_bottom #contentbox .left_col{
	width: 244px;
	float: left;
}
#bg_bottom #contentbox .pict_col{
	width: 200px;
	float: left;
	position: relative;
	height: 100%;
}
#bg_bottom #contentbox .center_col{
	width: 356px;
	float: left;
	position: relative;
	height: 167px;
}
#bg_bottom #contentbox .center_col .linkbutton{
	position: absolute;
	bottom: 0px;
	left: 8px;
}
#bg_bottom #contentbox .center_col .linkbutton a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 24px;
	background-image: url(images/buttons01.gif);
	font-weight: bold;
	padding: 7px 8px 0px 25px;
	background-position: -190px 0;
	background-repeat: no-repeat;
	width: 194px;
	line-height: 16px;
}
#bg_bottom #contentbox .center_col .linkbutton a:hover{
	background-position: -190px -31px;
	color: #404040;
}
#bg_bottom #contentbox .right_col{
	width: 208px;
	float: left;
}
#bg_bottom #contentbox .right_col a {
	text-decoration: none;
	color: #71CDFF;
	display: block;
	height: 155px;
	background-image: url(images/bg-welt.jpg);
	background-repeat: no-repeat;
	
}
#bg_bottom #contentbox .right_col a:hover {
	background-image: url(images/bg-welt-hover.jpg);
}
#footer #disclaimer{
	margin-top: 8px;
	font-size: 11px;
}

