
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: "lucida sans", helvetica, arial;
   color: #7D7D7D;
}

body{
	margin-left: 100px;
}

h1{
	background: url( img/header.jpg );
	width: 700px;
	height: 100px;
	margin-top: 2px;
	margin-left: -10px;
	margin-bottom: 10px;
	text-indent: -1000px;
}


h3{
	color: #73b328;
	font-family: "lucida sans", helvetica, arial;
	font-size: 27px;

}

#musik h3{
	color: #7D7D7D;
	font-weight: bold;
    font-size: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h2{
	color: #73b328;
	font-family: "lucida sans", helvetica, arial;
	font-size: 27px;
	margin-bottom: 4px;
}

#termine h2{
	width: 200px;
    margin-left: 20px;
}

p{
	margin-bottom: 10px;
	width: 594px;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#navigation{
	float: right;
	margin-right: 20px;
}

#navigation li{
	list-style: none;
	width: 250px;
}

#navigation li a{
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "lucida sans", helvetica, arial;
	font-size: 18px;
	border-bottom: 1px #e9e9e9 solid;
}

#navigation li a:hover{
	background-color: #f8f8f8;
}

.nodisplay{
	display: none;
}

.date{
	font-size: 15px;
	color: #000000;
	display: block;
}

.date strong{
	font-weight: normal;
	color: #000000;
	
}

#content{
	float: left;
}

#termine{
	float: right;
	width: 240px;
	clear: right;
	margin-top: 30px;
	margin-right: 20px;
	border: 1px #e9e9e9 solid;
	padding: 5px;
}

#termine p{
	width: 200px;
    margin-left: 20px;
}


fieldset{
	border: 0;
}

.center{
	text-align: center;
}

label{
	float: left;
	width: 150px;
}

input,textarea{
	border: 1px #e9e9e9 solid;
	background-color: #E9E9E9;
	width: 400px;
}

#termine input{
	border: 1px #e9e9e9 solid;
	background-color: #E9E9E9;
	width: 200px;
}

textarea{
	height: 300px;
}

