body {
	margin: 0px;
	padding: 0px;
	color: #2289E1;
	font: normal 14px/160% Arial, Helvetica, sans-serif;
	background-color: #DDEEB5;
	background-image:url(img/bg.png);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	font-size: 16px;
	color: #A9B70A;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 { font-size: 22px; 
	font-weight: bolder; 
	margin-bottom: 30px;
	margin-top: 51px;
}

h3 {
	font-size: 16px;
	font-weight: bold; 
	margin-top: 30px;
	margin-bottom: 15px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
}

#nav {
	background: url(img/nav_bg.png);
	background-repeat:repeat;
	/*min-height: 500px;*/
	height: 750px;
	overflow:visible;
	position: absolute;
	width: 250px;
	left: 0;
	top: 0;
}

#nav a {
	display: block;
	padding: 0 20px 15px 30px;
	margin: 0 0 0 0 ;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	background-image: url(img/nav_a.gif);	
	background-repeat: no-repeat;
	background-position: 0 2px;
	/*line-height:100%;*/
	}
	
#nav #skipnav{
	display: none;}
	
#nav a:hover, #nav a.active {
	color: #2289E1;
	background-image: url(img/nav_active.gif);
	background-repeat: no-repeat;
	}


#nav ul {
	display: block;
	padding: 0 0 0 0;
	margin: 25px 0 0 0;
	list-style-type: none;
	font-size: 16px;
}
	
#nav ul ul  {
	padding: 0 0 0 16px;
	margin: 0;
}

#content {
	width: 470px;
	padding: 30px 15px 40px 15px;
	margin-left: 250px;
}

#content img {
	padding-bottom: 5px;
}

#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content li {
	padding: 0 0 0 20px;
	background-image: url(img/bullet.png);	
	background-repeat: no-repeat;
	background-position: 0 5px;
}
	
/*Rechte Seite und Bild*/
#marginal {
	width: 250px;
	
	position: absolute;
	top: 0px;
	left: 750px;
}

#marginal_text {
	min-height: 220px;
	padding: 15px;
	background: #ECEF8A;
	height: 220px;
	overflow:visible;}
	
#marginal_text2 {
	min-height: 220px;
	padding: 15px;
	background: #F5F7C4;
	height: 220px;
	overflow:visible;}

#marginal_img {
	height: 250px;}
	
#marginal_img dl{
	margin: 0;
	}
	
#logo {
	height: 250px;}

#logo img {
	margin-top: 20px;}
	
#logo hr {
	display: none;}

.logo {
	margin-left: 50px;
	margin-top: 15px;}

a:link, a:visited, a:focus {
	text-decoration: underline;
	color: #A9B70A;}
	
a:hover {text-decoration: none;}
	
#marginal a:link, #marginal a:visited, #marginal a:focus {
	color: #2289E1;}

/* Formulare */

fieldset{
	border:0;}

label {
	display:block;
	float: left;
	width:150px;
	text-align:right;
	margin-right: 5px;}
	
.checkbox {
	width:250px;}

input, textarea{
	width:150px;
	border-color: #8E9A26;
	border-width: 1px;
	margin-bottom: 5px;
	} 
	
textarea, input[name=strasse], input[name=ort], input[name=e-mail]{
	width:300px;} 

input[type=submit]{
	margin-left:150px;
	margin-top:15px;}
	
input[type=checkbox]{
	width: 15px;
	margin-right: 95px;}
	
input[type=radio] {
	width: 15px;
	margin-left:100px;}
	
form div{
	clear: both;} 
	
#error{
	width: 450px;
	color: #FF0000;
	background: #ECEF8A;
	padding: 0 5px 0 5px;
	margin-bottom:15px;}
	
#confirmation{
	width: 450px;
	color: #2289E1;
	background: #ECEF8A;
	padding: 15px 5px 15px 5px;
	margin-bottom:15px;}
	
/* Tabelle */
table{
	border-collapse: separate;}

table p.bodytext {
	padding: 0;
	margin: 0;}

th, td {
	padding: 5px;}
	
th {
	background-color: #BFCF0C;
	color: #FFF;}
	
td {
	background-color: #E2E752;}
