
body {
	background: #8cc222;
	margin:0;
	padding:0;
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

a { color: #8CC222; text-decoration: underline;}
a:link { color: #8CC222; text-decoration: none; }
a:visited { color: #8CC222; text-decoration: none; }
a:hover { color: #ffffff; background: #8CC222;text-decoration: none; }
a:focus { color: #8CC222; text-decoration: none; }
a:active { color: #8CC222; text-decoration: none; }

/******************** menu ********************/

ul#navigation {
	height: 24px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	text-indent: 0px;
	border: 0px;
	overflow: hidden;
}

ul#navigation li {
	height: 24px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px;
}

/******************** main ********************/


#logoheader {
	height: 132px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#layout {
	position: absolute;
	left: 160px;
	top: 190px;
	margin: 0;
	padding: 0;
	width: 501px;
}

#content {
	clear: both;
	padding: 20px 20px 5px 20px;
	background: #ffffff;
	margin: 0;
}

#container {
	width: 501px;
}

#contentbottom {
	height: 24px;
	width: 501px;
	overflow: hidden;
	background: #ffffff url(../gfx/back_ecke.jpg) bottom right no-repeat;
	margin: 0;
	padding: 0;
}

#pagetopper {
	height: 30px;
	width: 501px;
	padding: 0;
	margin: 0;
}

#footer {
	width: 501px;
	margin-top: 5px;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}

#footer a { color: #ffffff; text-decoration: underline;}
#footer a:link { color: #ffffff; text-decoration: underline; }


/******************** text ********************/

td {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.breadcrumb {
	font-size: 10px;
	color: #555;
}

.breadcrumb  a { color: #AAAAAA; text-decoration: underline;  }
.breadcrumb a:link  { color: #AAAAAA;}
.breadcrumb a:visited  { color: #AAAAAA;}
.breadcrumb a:hover  { color: #AAAAAA; }
.breadcrumb a:focus  { color: #AAAAAA; }
.breadcrumb a:active { color: #AAAAAA; }

h1 {
	color: #555555;
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 20px 0 30px 0;
}
h2 { color: #7baa1d; font-size: 14px; font-family: "trebuchet MS", arial, sans-serif; font-weight: bold; margin: 20px 0 -10px; padding: 0; }
.hline {
	border-bottom: #aaaaaa 1px solid;
	width: 90%;
	line-height: 4px;
	height: 4px;
	margin: 5px 0px 5px 0px;
}

.errortext {
	background-color: #ffeded;
	border-top: 1px solid #DF080C;
	border-bottom: 1px solid #DF080C;
	padding: 4px;
}

/******************** formulare ********************/

form {
	margin:0;
	padding:0;
}

input checkbox{
	text-align:middle;
}

.selected {
	background-color: #?555555;
	color: #ffffff;
}

.button {
	color: #ffffff;
	font-size: 11px;
	font-weight:normal;
	line-height: 12px;
	font-family: "trebuchet MS", arial, sans-serif;
	background-color: #DF080C;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}

.form {
	color: #333333;
	font-size: 10px;
	font-weight:normal;
	line-height: 12px;
	font-family: "trebuchet MS", arial, sans-serif;
	background-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: #555555
}

.formerror	{
	color: #ffffff;
	font-size: 10px;
	font-weight:normal;
	line-height: 12px;
	font-family: "trebuchet MS", arial, sans-serif;
	background-color: #DF080C;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}
