html, body {
	background: url(images/bg.jpg);
	margin: 5px;
	padding: 0px;
	color: white;
	font-family: Verdana;
	font-size:12px;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

select{
	position: relative;
	display: block;
	border: 1px solid #000;
	margin-bottom: 5px;
}

input{
	position: relative;
	display: block;
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 5px;
}


input.senden{
	left: 0;
	clear: left; /*wichtig */
	width: 19em;
}
textarea{
	position: relative;
	left: 0;
	display: block;
	border: 1px solid #000;
	margin-bottom: 5px
}

h1 {
	color: #4CC522;
	width: 700px;
	margin-left: 5px;
	border-bottom: 1px solid #4CC522;
	font-size:16px;
}

h2 {
	color: black;
	font-size:14px;
}

h3 {
	color: black;
	font-size:14px;
	height: 10px;
}

img{
	border: none;
	text-decoration: none;
}


#main {
	background: url(images/bg1.gif) repeat-y #499D11;
	width: 750px;
	margin: auto;
	border: 2px solid white;
	border-bottom: none;
}

#navi {
	text-align: right;
	padding-right: 5px;
	font-size:16px;
	font-weight: bold;
	color: #4CC522;
	border-bottom: 1px solid black;
}

#navi a {
	text-align: right;
	padding-right: 5px;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navi a:hover{
	color: #4CC522;
	text-decoration: none;
	border-bottom: 1px solid #4CC522;
}

#header {
	width: 740px;
	height: 150px;
	background: url(images/header.jpg);
	padding: 5px;
}

#newsletter {
	width: 200px;
	background: #CCCCCC;
	padding: 5px;
	border:1px solid black;
	float:right;
}

#content {
	background: black;
	padding: 10px;
}

#text {
	background: #999999;
	border: 1px solid #666666;
	padding: 5px;
}

#left{
	padding-right: 5px;
	text-align: justify;
}

#events {
	background: url(images/events.gif);
	padding: 5px;
	border: 2px solid #4CC522;
	color: black;
}

#events a {
	color: black;
	text-decoration: underline;
}

#events a:hover {
	color: black;
	text-decoration: none;
}

#done {
	background-color: #74E800;
	color: black;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}

#error {
	background-color: #9F0000;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}

#info {
	background-color: #F8CB18;
	color: black;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}


#footer {
	color: black;
	background: white;
	padding: 5px;
	font-size:10px;
}