body {
	margin: 0;
	padding: 0;
	background-color: #B0B0B0;
	background-image:url(body_back.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 12px;
}

#main {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 632px; 
	margin-left: -316px;
	background-image:url(main_back.gif);
}

#top {
	width: 632px;
}

#line1 {
	top: 0px;
	margin-left: 6px;
	width: 620px;
	background-color: #FFFFFF;
}

#line2 {
	top: 0px;
	margin-left: 6px;
	width: 620px;
	background-color: #F9F9F9;
}

#nav {
	margin-left: 6px;
	width: 620px;
	height: 24px;
}

#content {
	top: 0px;
	margin-left: 6px;
	width: 620px;
	background-color: #F9F9F9;
}

#bottom {
	width: 632px;
	height: 7px;
	background-image:url(bottom_back.gif);
}

#meta {
	valign: top;
	background-color: #B0B0B0;
	text-align: right;
}


#meta a {
	font-family: Arial;
	font-size: 9px;	
	color: #FFFFFF;
	margin-top: -3px;
	margin-right: 8px;
	text-decoration: none;
}


#nav a {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav td.link {
	width: 88px;
	valign: middle;
	text-align: center;
	background: #00579A;
}

#nav td.active {
	width: 88px;
	valign: middle;
	text-align: center;
	background: #509ED3;
}

#nav td.pixel {
	width: 1px;
	background-color: #FFFFFF;
}

#content h3 {
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	color: #00579A;	
}

#content p {
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}


#content td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


#content td.small {
	font-size: 9px;
}

#content td h3 {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	color: #00579A;	
}

#content td p {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}

#content .p {
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}

#content a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2A7EB7;
	text-decoration: none;	
}

#content a:hover {
	text-decoration: underline;
}

#content .copy_new {
	font-family: Arial;
	font-size: 12px; 
	color: #FF9900; 
	font-weight: bold;
}

#content p.regel {
	font-family: Arial,; 
	font-size: 30px; 
	color: #108500;
}

#content select {
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #888888;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#content input {
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #888888;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


#content input.submit {
	width: 100px;
}

#content textarea {
	width: 400px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #888888;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#content ol li {
	margin-left: 8px;
}


*html #content ol li {
	margin-left: 14px;
}

#content ul li {
	margin-left: 6px;
}


*html #content ul li {
	margin-left: 6px;
}

#content ol.kein li {
	margin-left: -22px;
}

*html #content ol.kein li {
	margin-left: -17px;
}

#content p.tipp {
	margin: 1px 0 0 5px;
	font-weight: bold;
	font-size: 20px;
}