
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a #nav {
	text-decoration:none;
	color:#000;
	}

a {
	text-decoration:none;
	color:#03C;
	}


body {
	background-image:url(top.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}


#header {
	float: none;
	margin-top: 20px;
}


#container {
	height: auto;
	width: 762px;
	float: none;
	margin: auto;
	padding: 0px;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	margin: auto;
	height: 30px;
	width: 740px;
	padding-top:5px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#nav ul li {
	background-image:url(button1.png);
	float:left;
	height:18px;
	width: 98px;
	display: inline;
	padding: 6px;
	margin-right:5px;
}


#nav ul li a:hover {
	background-image:url(button1hover.png);
	float:left;
	height:18px;
	width: 98px;
	display: inline;
	padding: 6px;
	border:none;
	margin:-6px;
	}


strong {
	font-weight: bold;
}


.klein {
	font-size:12px;
	}

#container #maincontent ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: normal;
	font-style: italic;
	list-style-type: square;
	font-size: 15px;
}

#container #maincontent_large ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: normal;
	font-style: italic;
	list-style-type: square;
	font-size: 15px;
}



#maincontent {
	margin: 0px;
	height: 1500px;
	width: auto;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-right: 90px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-size: 16px;
	margin-bottom:20px;
	background-repeat: no-repeat;
}





h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

hr {
	border:#FFF 1px dotted;
	margin: 30px 0;
	}


h2 {
	font-size:16px;
	margin-top:15px;
	margin-bottom:10px;
	}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 10px;
}

p {
	margin-bottom: 10px;
	}
	
#news {
	border: #FFF 2px dashed;
	padding: 15px;
	margin-top: 30px;
	}
	
#footer {
	margin-top:25px;
	padding-top:5px;
	border-top:#FFF 2px dotted;
	font-size:11px;
	color:#000;
	text-align:center;
	}
