/* colors */
/*

red:        9F0B23
darkgrey:   2F2F2F
mediumgrey: 868686
lightgrey:  e7e7e7

*/


/* reset */
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	display:block;
}


/* standard */
body {
	background-color: #FFF;
	background-image: url(../bilder/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	font-size:12px;
}
a{
	color:#2F2F2F;
	text-decoration:none;
}
a:hover{
	color:#9F0B23;
	text-decoration:underline;
}
h2{
	font-size:12px;
	margin-bottom:6px;
}
p{
	padding:0px;
	margin:0px;
	display:block;
	padding-bottom:10px;
	line-height:18px;
	text-align:justify;
}

/* Page Layout */
#container {
	width: 750px;
	margin-top: 20px;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	min-height:1004px;
	overflow:hidden;
}
#container .inner {
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	
}
#global{
	text-align:right;
	display:block;
	width:100%;
	font-size:10px;
	color:#868686;
	height:20px;
}
#global a{
	color:#868686;
}
.logo img {
	border:0px;
	width:170px;
	height:30px;
}
.header, #intro{
	border:solid 1px #2F2F2F;
	width:588px;
	height:200px;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #f0f0f0;
	background-image: url(../bilder/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.clear{
	clear:both;
	width:100%;
	display:block;
	height:10px;
	font-size:10px;
}
#sidebar{
	width:100px;
	float:right;
}
#content{
	float:left;
	width:588px;
}
.lefthome p{
	font-size:14px;
	line-height:22px;
}
.left_2{
	float:left;
	width:220px;
}
.left_3{
	float:left;
	width:340px;
}
.left_4{
	float:left;
	width:460px;
}
.right_1{
	float:right;
	width:100px;
}
.right_2{
	float:right;
	width:220px;
}
.right_3{
	float:right;
	width:340px;
}
.right_1 img, .right_2 img, .right_3 img{
	border:solid 1px #2F2F2F;
	background-color: #f0f0f0;
	background-image: url(../bilder/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
}


/* menues */
.menu, .menu_sub{
	height:241px;
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu_sub{
	border-top:solid 1px #2F2F2F;
}
.menu li{
	height:19px;
	border-bottom:solid 1px #FFF;
}
.menu_sub li{
	height:20px;
}
#sidebar ul li a{
	width:100%;
	display:block;
	font-weight: bold;
	padding-top:3px;
	color:#868686;
	text-decoration:none;
}
#sidebar ul li a:hover{
	color:#9F0B23;
}
#sidebar h3{
	font-size:12px;
}
.menu li.linie{
	border-bottom:solid 1px #2F2F2F;
}
#sidebar .menu li h3 a, #sidebar .menu_sub li.selected a{
	color:#9F0B23;
}
.menu_pic{
	width:100%;
	border:0px;
}
.menu_pic a {
	display:block;
	color:#868686;
	font-size:11px;
}
.menu_pic a img:hover{
	border:solid 1px #9F0B23;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.menu_pic .spacer{
	height:16px;
	width:16px;
}
.menu_pic .img{
	width:100px;
}




#footer{
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
	font-size:10px;
	line-height:14px;
}
#footer .red, #footer .red a{
	color:#9F0B23;
}
#footer.home{
	font-size:14px;
	line-height:18px;
}

/* formulare */
.standardform{
	width:320px;
	border:0;
	float:right;
	margin-right:5px;
}
.standardform td{
	padding-bottom:10px;
}
.eingabe{
	width:100%;
	background:#e4e4e4;
	border:solid 2px #e4e4e4;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.eingabe:focus{
	background:#fff;
}
.button{
	float:right;
	background-color: #FFF;
	background-image: url(../bilder/senden.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 0;
	padding-right:10px;
}
#Nachricht{
	overflow:auto;
}
#from{
	margin-bottom:10px;
}



/* sonstiges */
#map{
	width: 340px;
	height: 350px;
	border:solid 1px #2F2F2F;
}
#map img{
	background-image: none;
	background-color:transparent;
}
#directions{
	clear:both;
	margin-top:10px;
}
ul.sitemap li{
	list-style-image: url(../bilder/senden.gif);	
}
ul.sitemap li li{
	list-style-image: url(../bilder/bullet.gif);	
}
ul.liste1 li{
	list-style-image: url(../bilder/senden.gif);
	margin-bottom:10px;
	line-height:18px;
	text-align:justify;	
}
.red{
	color:#FF0000;
}
p.error{
	border:solid 1px #9F0B23;
	text-decoration:blink;
	color:#9F0B23;
	padding:10px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
