html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
	background-image: url(/templates/pics/bg.png);
	background-repeat: repeat;
	
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 15px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 15px 25px;
}
ul {
	margin: 0 0 15px 15px;
}
li { line-height: 15px; }
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #00B300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 17px;
	color: #45BC0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 15px 15px 15px;
	padding: 0;
	line-height: 25px;
	font-size: 17px;
	color: #00B300;
	font-weight: normal;	
}
h2 {
	color: #5D5D5D;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
}
h3 {
	color: #00B300;
	font-weight: bold;
	font-size: 11px; 
}
h4 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/* Schriftarten */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vsuper {
	vertical-align: top;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbottom {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tright { text-align:right; }
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}
/* Seitenaufbau Startseite */
#main-container {
	width: 900px;
	height: 500px;
	overflow: visible;
	position: relative;
}
html>body #bg, html>body #main-container {
	height: auto;
	min-height: 500px;
}

/* Navigation */
/* Hauptnavigation */
.nav, .nav ul, .nav li { margin: 0; padding: 0; list-style-type: none;  }
.nav { margin: 10px 0 0 0; }
.nav li { display: block; float: left; height: 24px; line-height: 24px; background-image: url(/templates/pics/nav.png); background-position: right 0px; background-repeat: no-repeat; padding: 0 13px; }
.nav li.navLi5 { background-image: none; }
.nav a:link, .nav a:visited, .nav a:active, .nav a:hover {
	color: #676766;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 43px;
	float: left;
}
.nav a:hover {
	color: #00B300;
}
.nav-a a:link, .nav-a a:visited, .nav-a a:active, .nav-a a:hover { color: #00B300; }
 
