@charset "utf-8";
/* CSS Document */

body {
	background-color: #9bbb59;
}
#top_navi a {
	background-image: url(images/li_hgruen.png);
	background-repeat: no-repeat;
}
#side_navi {
	display: none;

}
a {
	color: #030303;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#text {
	text-align: center;
	line-height: 1.5em;
	color: #030303;
	width: 780px;
}
#slogan {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	color: #030303;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topbutton {
	clear: both;
}
#form1 {
	padding-top: 30px;
	padding-bottom: 20px;
}
#formular td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 10px;
}
#telefon {
	width: 200px;
}
#betreff {
	width: 200px;
}
#nachricht {
	width: 300px;
}
#name {
	width: 200px;
}
#e-mail {
	width: 200px;
}
#button {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	background-image: url(images/bar_hgruen.png);
	background-repeat: no-repeat;
}
.red {
	color: #FF0000;
}
