@charset "utf-8"; /* CSS Document by marcdesign.de */

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
	margin: 20px 0 0 20px;
}

h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 15px;
	text-decoration: underline;
}
	
h2 {
	color: #ccc;
	font-size: 12px;
	margin: 0 0 15px;
	text-decoration: underline;
}

p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 20px;
	text-align: justify;
}

address {
	color: #FFCC00;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
}
address a:link {
	color: #FFCC00;	
}

#con {
	background: url(../pics/bg.jpg) repeat-y;
	margin: 0 auto;
	width: 1000px;
}

#head {
	background: url(../pics/head3.jpg);
	height: 150px;
	position: relative;
}

#con_1 {
	padding: 10px 70px 10px 70px;
}

#fo {
	background: url(../pics/footer.jpg) no-repeat;
	color: #ccc;
	font-size: 10px;
	height: 67px;
	padding: 15px 0 0;
	position: relative;
	text-align: center;
	clear:both;
}

#fo a:link {
	color: #ccc;

}

.mid {
	position: absolute;
	top: 15px;
	left: 910px;
}


/* Navigation */

#nav {
	background: url(../pics/bg_nav.jpg) repeat-x;
	text-align: center;
	margin: 0 0 0 40px;
	padding: 0 0 0 45px;
	position: relative;
	font-size: 18px;
	height: 50px;
	width: 875px;
	z-index: 100;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
}

#nav li a,
#nav li a:visited {
	color: #fff;
	display: block;
	float: left;
	line-height: 50px;
	padding: 0 20px 0 0;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
}

#nav table {
	border-collapse: collapse;
	margin: -1px;
}

#nav li:hover a,
#nav li a:hover {
	border: 0;
	color: #333333;
	text-decoration: none;
}

/* Submenu */
#nav li:hover ul,
#nav li a:hover ul {
	background: #900000;
	border: 1px solid #FFFFFF;
	border-top: 2px solid #900000;
	font-size: 12px;
	height: auto;
	left: 10px;
	top: 48px;
	visibility: visible;
	width: 110px;
}

#nav li:hover ul li a,
#nav li a:hover ul li a {
	background: transparent;
	color: #fff;
	display: block;
	height: auto;
	line-height: 13px;
	padding: 5px;
	text-decoration: none;
	width: 100px;
}

#nav li:hover ul li a:hover,
#nav li a:hover ul li a:hover {
	font-size: 14px;
	text-decoration: none;
}

#nav .cur {
	text-decoration: underline;
}

/* Anmeldeformular */

#left {
	float: left;
	width: 410px;
}

#right {
	float: right;
	width: 410px;
}

#clear {
	clear: both;
	padding: 20px 0 0;
}

form {
  	color: #fff;
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0 0 10px;
}
    
    
legend {
	color: #ccc;
	font-weight: bold;
	padding: 20px 0;
}

label {
	display: block;
	float: left;
	padding: 5px 0;
 	width: 150px;
} 
           
input,textarea {
	background: #fff;
	border: 1px solid #fff;
	margin: 1px 0;
	padding: 3px;
}  
          
input:active, 
input:focus, 
input:hover {
	background: #ccc;
}
input.agb,
label.agb,
span.agb{ 
display:none;
}

