@charset "utf-8";
#top a:hover {
	color: #333333;
	text-decoration: none;
}
#menu {
	font-size: 80%;

}
#menu ul {
	list-style-type: none;
	margin-bottom: -5px;
}


#menu ul li {
	list-style-type: none;
	background-image: url(images/_bg_menu.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	width: 215px;
	background-position: bottom;
	margin-bottom: 5px;
	margin-left: -40px;
}
#menu   ul li a{
	color: #333;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;
	line-height: 25px;
	margin-left: 2px;
}
#menu  ul li a:hover {
	color: #C00;
	text-decoration: none;
	background-image: url(images/_bg_menu-hover.jpg);
	display: block;
	background-position: bottom;
	margin-left: 2px;
	width: 184px;
}
#content li {
	color: #666666;
	font-size: 80%;
}
#content  p  {
	color: #333;
	text-align: left;
	font-size: 80%;
	padding-right: 20px;
}
#content  h1  {
	color: #C00;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 20px;
}
#content  h2  {
	color: #C00;
	font-size: 85%;
	line-height: 20px;
	padding-right: 20px;
}
#content a {
	color: #C00;
	text-decoration: none;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
}


#footer {
	background-color: #C00;

}
#footer a {
	line-height: 25px;
	color: #CCC;
	text-decoration: none;
	margin-left: 20px;
	font-size: 70%;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.formtabelle {
	font-size: 80%;
	width: 500px;
	float: left;
	margin-left: 0px;
}



.formfield {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #C00;
	border-bottom-color: #C00;
	width: 250px;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #036;
}


.imgrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CE0002;
}
.imglinks {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CE0002;
}
