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

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;	
}
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%;
}
h2 {
	margin-left: 50px;
 color: #e2001a;
 font-size: 25px;
 font-weight: normal;
 letter-spacing: 140%;
 line-height: 150%;
}
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 {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Positionierung */

/* Leinwand */
#screen {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;	
}
/* Logo */
#logoStart {
	position: absolute;
	left: 330px;
	top: 130px;
	width: 301px;
	height: 152px;	
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 145px;
}
#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: 800px;
	left: 100px;
	min-height: 450px;
}
#jahreszahl {
	position: absolute;
	top: 380px;
	left: 437px;
	width: 108px;
	height: 37px;
}
#textStart {
	position: relative;
	padding-top: 400px;
	margin-bottom: 50px;
	text-align: center;
	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 #e2001a;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 140%;
	line-height: 150%;
	color: #666;
}
.helmNaviBottom a {
	color: #666666;
	text-decoration: none;
}
.helmNaviBottom a:hover {
color: #000;
}
#hgBottomStart {	
	position: relative;
	z-index: -1;
	top: -15px;
	height: 200px;	
	width: 980px;
	background-image: url(../_img/hg_unten_start.png);
	background-repeat: no-repeat;
}
#helmgross {
	position: absolute;
	top: 180px;
	left: 500px;
	width: 430px;
	height: 360px;
}
#produktbeschreibungBox {
margin-left: 50px;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #e2001a;
	width: 300px;
	color: #000;
	font-size: 12px;
	line-height: 140%;
}
#produktbeschreibungBox ul {
	margin: 0 0 1em 8px;
}
#produktbeschreibungBox  li {
    margin-left: 10px; 
    line-height: 1.5em;
 }
li a {
	color: #000;
	font-size: 13px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: normal;
}
li a:hover {
	text-decoration: none;
}

#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;
}