/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #fff;	
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
select {
	width: 145px;
}

img {
	border: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
}
a.subnavi {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.subnavi:hover {
	color: #000000;
	text-decoration: underline;
}
a.helmlink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.helmlink:hover {
	color: #000000;
	text-decoration: underline;
}

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Positionierung */

/* Leinwand */
#screen {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -491px;	
	width: 980px;
	border: 1px solid #666666;	
	
}
/* Logo */
#logoStart {
	position: absolute;
	left: 380px;
	top: 234px;
	width: 240px;
	height: 65px;	
}

#logo {
	position: absolute;
	top: 3px;
	left: 353px;
	width: 272px;
	height: 98px;
}
#topNavi {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 980px;
	height: 28px;
	text-align: center;
}
#topNaviStart {
	position: absolute;
	top: 332px;
	left: 0px;
	width: 980px;
	height: 28px;
	text-align: center;
}
#content {
	position: relative;
	margin-top: 150px;
	width: 850px;
	left: 65px;
	min-height: 450px;
}
#jahreszahl {
	position: absolute;
	top: 380px;
	left: 437px;
	width: 108px;
	height: 37px;
}
#textStart {
	position: relative;
	padding-top: 540px;
	margin-bottom: 10px;
	top: 0;
	left: 220px;
	width: 540px;	
}
#fusszeile {
	position: relative;
	width: 850px;
	left: 65px;
	border-top: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	color: #999;
	font-size: 11px;
}
#fusszeile a {
	text-decoration: none;
	color: #999;
}
#fusszeile a:hover {
	text-decoration: underline;
}
.helmNaviBottom {
	position: relative;
	width: 850px;
	left: 65px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	border-top: 4px solid #e95d0f;
}
#hgBottomStart {
	margin-top: 10px;
	height: 63px;
	margin-bottom: 30px;
	width: 980px;
	background-image: url(../_img/hg_bottom_start.jpg);
	background-repeat: no-repeat;
}
#helmgross {
	position: absolute;
	top: 180px;
	left: 500px;
	width: 430px;
	height: 360px;
}
#produktbeschreibungBox {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #e95d0f;
	width: 350px;
}
#piktoBox {
	margin-top: 10px;
	margin-bottom: 10px;
}

#buttonNew {
	position: absolute;
	top: 220px;
	left: 430px;
	width: 91px;
	height: 90px;
}
#buttonGermany {
	position: absolute;
	top: 570px;
	left: 640px;
	width: 246px;
	height: 66px;
}
.imgTermine {
	display: block;
	margin-right: 4px;
	float: left;
}
.breaker {
	clear: both;
}
