/* standard */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: url("img/bg.gif") repeat;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}

.logo a {
	background: #F5F5F5 url(img/logo.gif) no-repeat; display: block; height: 87px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 1px double #EEE; 
	/*border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; */
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 770px; 
	height: auto;
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #FFF;
	border-right: 1px solid #CECECE; 
	border-top: 0px solid #fe8001;  /*#E5E5E5; */
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 22px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE; 
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

.activemenu a {
	background: #EEE;
	border-right: 1px solid #CECECE; 
	border-top: 0px solid /*#E5E5E5; */
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 22px;
}

.activemenu a:hover {
	background: #EEE;
	color: #888;
}

/* content */
.content {
	/*background: #F5F5F5;*/
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: 1.4em sans-serif,Arial;
	color: #888;
	text-transform: uppercase;
}

.content h2 {
	margin: 0;
	font: 1.0em sans-serif,Arial;
	text-decoration: underline;
	color: #888;
}

.content p {
    line-height: 20px;
	margin: 3px 0 6px; color: #888;
}

.content a {
	color: #888;
	text-decoration: underline;
}

.item {
	/*background: #FCFCFC; */
	padding: 10px;
}

/* formular */
.formular {
 	width:48em
}
.ebene {
 	clear: both;
 	padding: 2px 0
}
.label {
	 float:left;
	 padding:3px 0 0 0;
 	width:6em;
 	color: #888;
}
.feld{
 	float:left;
 	width:30em
} 
.submit{
 	clear: both;
 	margin:0.2em 0 0 6em
}
.feldbreite{
	background: #F5F5F5;
	border: 1px solid #CCC; 
	font:1em sans-serif,Arial;
	color: #888;
	overflow:auto;
	width:30em
}
img#line{
	vertical-align: bottom;
}

/* footer */
.footer {
	padding: 5px;
	border: 1px double #EEE; 
	background: #FFF;
	color: #888;
} 

.footer a {
	color: #888;
	text-decoration: none;
} 