body {
	background-image: url(img_allg/hintergrund_grau.jpg);
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a { 
	color: #dd710e;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.schriftweiss {
	color: #FFF;
}
#hintergrund_top {
	background-image: url(img_allg/hintergrund_top.jpg);
	background-repeat: repeat-x;
	min-height: 900px;
	min-width: 100%;
	margin: 0 auto;
}
#hintergrund_mitte {
	background-image: url(img_allg/hintergrund_mitte.png);

	background-repeat: repeat-y;
	width: 970px;
	margin: 0 auto;
	left: 50%;
	padding-left:10px;
	padding-right:10px;
}
#topmenue {
	background-image:url(img_allg/hintergrund_topmenue.jpg);
	background-repeat: repeat-x;
	width:960px;
	height:65px;
	padding-top:10px;
	padding-left:10px;
	word-spacing:1.4em;
	font-weight: bolder;
}
#topmenue li {
	float:left;
	margin-top: -10px;
	margin-left: -30px;
	margin-right:50px;
	list-style-type: none;
}
#topmenue li a{
	color: #CCC;
}

.imageautoscroll ul li a img{
	border-style: none;
}

#topmenue li a:hover{
	color: #dd710e;
}
#footer {
	background-image:url(img_allg/footer_abschluss.png);
	background-repeat: repeat-x;
	height: 20px;
	width:950px;
	padding-top:20px;
	padding-left:10px;
	padding-right: 10px;
}
#footer a{
	font-size:11px;
	margin-right:10px;
}

#main_content {
	padding: 15px;
}

#footer_schatten {
	width: 990px;
	
	height: 50px;
	margin: 0 auto;
	left: 50%;
	background-image:url(img_allg/footer_schatten.png);
	font-size:10px;
	text-align:right;

}

.startseitenbox_rechts {
	float:left;
	width: 337px;
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	padding: 8px;
	margin-right:25px;
	margin-bottom:25px;
}
.startseitenbox_bild {
	margin: -8px;
}

.startseitenbox_links {
	float:left;
	width: 502px;
	border-left: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	padding: 8px;
	margin-right:25px;
}

.breiterrand {
	border: 25px solid #363636;
	margin-bottom: 15px;
}

#navi_links {
    float: left;
    width: 380px;
}

.navigation_links {
    font-weight: bolder;
}

.navigation_links a {
    color: #fff;
}

#content_schmal {
    float: left;
    width: 550px;
}

hr {
    color: #3B3B3B;
    background-color: #3B3B3B;
    border: 0;
    height: 1px;
    width: 98%;
}

input, textarea {
    background-color: #CCC;
    border: 0;
    padding: 2px;
    margin-top: 2px;
    /*-moz-border-radius:5px;*/
}

input[type=radio] {
    background-color: #161616;
}


input:hover, textarea:hover {
    background-color: #DDD;
}

.gmnoprint {
	color:#000;
}
