@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: black;
	font-family: Verdana, sans-serif;
}

html, body {
	height: 100%;
	margin: 0;
	paddin: 0;

}

h1 {
	font-size: 15px;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 10px;
        color: black;
}

h2 {
	font-size: 14px;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
	padding-left: 0.5em;
        color: black;
}

h3 {
	font-size: 13px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
        color: black;
}

p {
	padding: 0.5em;
	padding-left: 10px;
        color: black;
}

body {
        background: url(container.jpg) repeat-y center fixed;
	background-color: white;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: black;
	margin: 0;
}

#aussenwrapper {
	height: 100%;
}

#container {
		
	margin: 0pt auto;
	text-align: left;
	width: 830px;
	height: 100%;
        color: black;
}

#top {
	background: url(container.jpg) no-repeat center;
	height: 20px;
	width: 830px;
}

#bottom {
	background: url(container.gif) no-repeat 0 50%;
	height: 25px;
	width: 830px;
}


#header {
	height: 197px;
	background: white;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}

#content {
	color: black;
	margin: 1.5em 2.5em 1.5em 2.5em
}

#menu {
	border-top: 2px solid white;
	background-color: #95b24f;
	padding: 5px 5px 5px 17px;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	/*height: 20px;*/
}

#menu a {
	color: white;
	text-decoration: none
	
}

#menu a:visited {
	color: white;
	text-decoration: none
}

#menu a:hover {
	color: white;
	text-decoration: underline;
}

#menu a:active {
	color: white;
	text-decoration: none
}

ul {
	padding-left: 2em;
}

tr {
	margin: 0;
}

#menu1-level1-no {
	margin: 0;
	padding: 2px;
	background-color: #95b24f;
	color: white;
}

#menu1-level1-no a {
	color: white;
	text-align: left;
}

#menu1-level2-no a {
	color: white;
	text-align: left;
	text-decoration:none;
	
}

#menu1-level2-no {
	margin: 0;
	background-color: #95b24f;
	color: white;
	width: 200px;
	text-align: left;
	padding: 6px;
	border-top: 1px solid white;
}

