html body{
	margin: 0px;
	padding: 0px;
}

body{
	background: #191919;
	text-align: center;
	font: 101%  "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande Unicode", "Lucida Grande", Lucida, "Arial Unicode MS", "Arial Unicode", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	line-height: 1em;
	margin: 0;
	color: #AE2828;
	text-align: left;
}

h1 {
	font-size: 1em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1em;
	margin-bottom: 10px;
}

p {
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.l {
	color: #000000;
	font-size: 0em;
	font-weight: bold;
	padding-top: 123px;
	text-align: left;
              line-height: 1.8em;
	
}

.k {
	color: #000000;
	font-size: 0em;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
	
}

.txtstart {
	margin-bottom: 10px;
	color: #CCCCCC;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 138px;
	padding-left: 0px;
	text-align: left;
}

.txtitalic{
	color: #CCCCCC;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.15em;
}
.txtgross{
	color: #000000;
	font-size: 0.85em;
	line-height: 1.15em;
        	
}
.txtklein{
	color: #CCCCCC;
	font-size: 0.65em;
	line-height: 1.2em;
}

a:link, a:visited{
	color: #CCCCCC;
	text-decoration: none;
	line-height: 1.2em;
}

.durchschuss{
	line-height: 1.8em;
}

a:hover, a:active {color: #b60000;text-decoration: none;}

.nav a:link, .nav a:visited{
	color: #CCCCCC;
	text-decoration: none;
	line-height: 3.22em;
	font-weight: bold;
	font-size: 0.8em;
}
.nav a:hover, .nav a:active {color: #b60000;text-decoration: none;}

#wrapper {
	position : relative;
	width: 900px;
	top: 20px;
}
#header {
	display : none;
}

#header_p {
	position : relative;
	top      : 0px;
	z-index  : 3;
	width: 900px;
	text-align: left;
	padding-left: 25px;
	height: 83px;
}

#linie {
	position : relative;
	top      : 77px;
	z-index  : 3;
	width: 900px;
             	border-bottom: 2px solid #AAAAAA;
	text-align: left;
	padding-left: 25px;
}

#logo {
	position : relative;
	top      : 1px;
	z-index  : 3;
	width: 800px;
	height: 120px;
	border-bottom: 2px solid #CCCCCC;
	text-align: left;
}


#content {
	position : absolute;
	width: 400px;
	left: 2px;
	z-index: 2;
	margin: 25px;
}

#flash{
	position  : absolute;
	left : 440px;8
	width : 300px;
	z-index : 3;
	height: 300px;
	margin-top: 55px;
}

#navigation{
	position  : absolute;
	width : 200px;
	z-index : 4;
	left: 710px;
	text-align: right;
	margin-top: 38px;
}


.forminput{
	color: #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
 } 
 
.formbutton{
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
} 

