* {
	padding: 0;
	margin: 0;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: white;
	font-size: 62.5%;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 980px;
	border: 1px solid #999999;
	min-height: 550px;	
	/*background: url(/images/logos_back.gif) no-repeat bottom right;*/
}


#top {
	position: absolute;
	background: url(/images/banner_top.jpg);
	width: 980px;
	height: 139px;
}


#top-fanny  {
	width: 380px;
	height: 129px;
}

#top-fanny {
	position: absolute;
	right: 20px;
	top: 93px
}

#navi {
	height: 25px;
	position: absolute;
	top: 127px;
	left: 20px;
	padding-top: 5px;
}

#navi a {
	font-size: 1.2em;
	color: white;
	background: #D782B3;
	border: 1px solid white;
	padding: 2px 8px;
	text-decoration: none;
}

#navi span {
	font-size: 1.2em;
	color: white;
	background: #4A8541;
	border: 1px solid white;
	border-top: 1px solid white;
	padding: 4px 8px;
}

strong {
	font-weight: bold;
}

a {
	color: #336633;
	
}

h1 {
	font-size: 2.5em;
	color: #006633;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 180px;
}


h2 {
	font-size: 1.4em;
	color: #006633;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	color: #006633;
	margin-bottom: 8px;
}

#content {
	width: 830px;
	margin-left: 20px;
	margin-top: 20px;
}

#inner_content {
	padding: 20px; 
	min-height: 400px;
}

#inner_content p {
	font-size: 1.2em; 
	line-height: 1.5em;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 12px;
	background: url(images/bullet.GIF) no-repeat 0px 3px;
}

dd {
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-left: 10px;
}


fieldset {
	margin-top: 5px;
	border: 1px solid #336633;
	padding: 5px; 
}

fieldset fieldset {
	width: 442px;
	float:left;
	margin-right: 10px;
	height: 8.4em;
}

label {
	display: block;
	margin: 2px 0;
	font-size: 1.1em;
}

legend {
	color: #336633;
	font-size: 1.1em;
}

input {
	border: 1px solid #336633;
	background: transparent;
	margin-right: 5px;
}
input[type=radio]{
	vertical-align: top;
	margin: 1px 0;
}
input.box {
	border: none;
	margin-right: 2px;
}

input.submit {
	background: #336633;
	color: white;
	font-size: 1.2em;
	padding: 2px;
}

a.schalter {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

#footer {
	margin-top: -91px;
	text-align: right;
}