@charset "utf-8";


/* Container */

#banner {
	margin-top:40px;
	width:900px;
	height:200px;
}

#container {
	margin:auto;
	width:900px;
}

#content {
	float:left;
	width:900px;
	background:url(../media/bg_content.gif) repeat-y;
	font-size:12px;
}

#footer {
	margin-bottom:20px;
	float:left;
	width:900px;
	height:20px;
	padding-top:25px;
	background:url(../media/bg_footer.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

#navigation {
	float:left;
	width:900px;
	background:url(../media/bg_content.gif);
}

#navigation a {
   	float:left;
	padding:7px 0 0 0;
	height:23px;
	width:109px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#ffffac;
	background:url(../media/bg_navigation.gif);
}

#navigation a:hover, #navigation a:focus {
	background-position:0px -30px;
	font-weight:bold;
}

#navigation .current {
	background-position:0px -60px;
}

#navigation li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#navigation ul {
	padding:0;
	margin:0 0 0 11px;
}

#subnavigation li {
	padding:1px 0 0 18px;
	background:url(../media/list.gif) no-repeat;
	background-position:left;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}


/* Klassen */

.big {
	font-size:20px;
	font-weight:bold;
}

.border {
	border:1px solid #6e9653;
}

.both {
	clear:both;
	float:left;
	width:100%;
}

.button {
	float:right;
	margin:10px 0 0 25px;
}

.formbutton	{
	margin:0 0 0 135px;
}

.half1 {
	float:left;
	width:49.9%;
}

.half2 {
	float:right;
	width:49.9%;
}

.hotspot {
	float:right;
	padding:0 50px 0 0;

}

.important {
	color:#ff0000;
}

.input {
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.label {
	float:left;
	margin:2px 10px 0 0;
	width:125px;
	font-size:11px;
	text-align:right;
}

.left {
	float:left;
	padding:25px 35px 25px 37px;
	width:155px;
}

.main {
	float:left;
	padding:25px 0 25px 35px;
	width:595px;
}

.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


/* Variablen */

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
}

a:focus, a:hover {
	color:#006600;
}

form, h1, h2, li, p, ul {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	background:url(../media/bg_body.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	cursor:default;
}

h1 {
	margin:0 0 20px 0;
	padding:0 0 2px 0;
	font-size:16px;
	color:#6e9653;
	border-bottom:1px solid #6e9653;
}

h2 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#6e9653;
}

img {
	border:none;
}

fieldset {
	padding:0 0 30px 0;
	border:none;
}