body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	list-style:none;
}
caption,th{
	text-align:left;
}
.inv{
	display:none;
}

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:url(/pics/body_bg.jpg) #610610 50% 0 repeat-x;
}
#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
	background:url(/pics/wrap_bg.gif) 0 0 repeat-x;
}
#logo{
	position:absolute;
	top:47px;
	left:0;
}
#logo a{
	display:block;
	text-indent:-19999px;
	overflow:hidden;
	width:858px;
	height:41px;
	background:url(/pics/logo.gif);
}
#mainimg{
	position:absolute;
	left:0;
	top:98px;
}
#menu{
	position:absolute;
	top:416px;
	left:0;
}
#menu li, #menu a{
	float:left;
	line-height:1em;
}
#menu a{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 16px 0 0;
	letter-spacing:1px;
}
#menu a.active{
	font-weight:bold;
}
#content{
	width:950px;
	padding:470px 0 20px 0;
	min-height:300px;
}
* html #content{
	height:300px;
}
#content:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}

#content h1{
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
}
#content p, #content ul, #content ol, #content table{
	margin:20px 0;
}
#content ul{
	
}
#content ul.col{
	float:left;
	width:316px;
	margin:5px 0;
}
#content ul li{
	padding:0 0 0 11px;
	background:url(/pics/li.gif) 1px 7px no-repeat;
}
#content a{
	text-decoration:underline;
	color:#fff;
}
#content a:hover{
	text-decoration:none;
}
#content a img{
	border:0;
}
#content .teamSml{
	float:left;
	width:150px;
	font-size:11px;
}
#content .teamSml img{
	display:block;
	border:0;
	margin:0 0 2px 0;
}
#content .teamSml a{
	text-decoration:none;
	float:left;
}
#content .teamBig img{
	float:left;
	margin:0 30px 0 0;
}
#content .teamBig h1{
	margin-top:0;
	padding-top:45px;
}
#content .teamBig ul{
	padding-left:230px;
}
#content .routenplaner{
	float:right;
	width:370px;
	margin:30px 0 0 0;
}
#content input, #content textarea{
	padding:2px;
	background:none;
	color:#fff;
	border:1px solid #fff;
}
#content input.button{
	border:0;
	cursor:pointer;
}
#content input.button:hover{
	text-decoration:underline;
}

#content .kontaktform{
	float:right;
	width:500px;
}
#content .formularlist dt{
	float:left;
	width:140px;
	clear:both;
	height:25px;
}
#content .formularlist dd{
	float:right;
	clear:right;
}
#content .formularlist input, #content .formularlist textarea{
	width:350px;
}
#content .formularlist input.button{
	width:auto;
	float:right;
	margin:4px 0 0 0;
}
#footer{
	clear:both;
	border-top:1px solid #fff;
	padding:1px 0 0 0;
	font-size:10px;
}
#footer #footermenu{
	float:right;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}



/* imgpopup */
#imgp_imgwrap{
	position:absolute;
	background:#eee;
	border:15px solid #fff;
	z-index:131;
	display:none;
}
#imgp_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#imgp_caption{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	color:#000;
	padding:5px 10px;
}
#imgp_close{
	position:absolute;
	right:0;
	top:0;
	width:21px;
	height:21px;
	background:url(/pics/imgpopup/close.gif) #fff 50% 50% no-repeat;
	cursor:pointer;
}
#imgp_prev, #imgp_next{
	position:absolute;
	width:38px;
	height:45px;
	top:50%;
	margin-top:-23px;
	background:url(/pics/imgpopup/arrow.gif) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
#imgp_prev{
	left:0;
	background-position:10px 10px;
}
#imgp_next{
	right:0;
	background-position:-18px 10px;
}
#imgp_prev:hover, #imgp_next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#imgp_prev:hover{
	background-position:10px -25px;
}
#imgp_next:hover{
	background-position:-18px -25px;
}
#imgp_shadow_wrap{
	position:absolute;
	z-index:130;
	display:none;
}
#imgp_shadow_wrap div{
	position:absolute;
}
#imgp_shadow_nw{
	top:0;
	left:0;
	width:87px;
	height:85px;
	background:url(/pics/imgpopup/shadow_nw.png);
}
#imgp_shadow_n{
	height:85px;
	background:url(/pics/imgpopup/shadow_n.png);
	left:87px;
	right:85px;
	top:0;
}
#imgp_shadow_ne{
	top:0;
	right:0;
	width:85px;
	height:85px;
	background:url(/pics/imgpopup/shadow_ne.png);
}
#imgp_shadow_w{
	left:0;
	top:85px;
	bottom:87px;
	width:87px;
	background:url(/pics/imgpopup/shadow_w.png);
}
#imgp_shadow{
	background:url(/pics/imgpopup/shadow.png);
	left:87px;
	right:85px;
	top:85px;
	bottom:87px;
}
#imgp_shadow_e{
	right:0;
	top:85px;
	bottom:87px;
	width:85px;
	background:url(/pics/imgpopup/shadow_e.png);
}
#imgp_shadow_sw{
	bottom:0;
	left:0;
	width:87px;
	height:87px;
	background:url(/pics/imgpopup/shadow_sw.png);
}
#imgp_shadow_s{
	height:87px;
	background:url(/pics/imgpopup/shadow_s.png);
	left:87px;
	right:85px;
	bottom:0;
}
#imgp_shadow_se{
	bottom:0;
	right:0;
	width:85px;
	height:87px;
	background:url(/pics/imgpopup/shadow_se.png);
}

/* ie6  */
* html #imgp_shadow_wrap{
	background:#000;
	filter:alpha(opacity=30);
}
* html #imgp_shadow_wrap div{
	display:none;
}

