/* IMS Seitengestalter CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}
html,body{
	color:#000;
	font-size:0.9em;
	font-family:verdana;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url('/images/bg.jpg');
	background-color:#f5f5f5;
}
a{
	text-decoration:none;
	color:#e76415;
}
a:hover{
	color:#000;
}
p{
	padding-bottom:10px;
}
.cB{
	clear:both;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
li{
	margin-left:20px;
}
.red{
	color:red;
}
#rahmen{
	margin:auto;
	width:1158px;
	background-color:#dcdcdc;
}
#tableRahmen{
	float:left;
	width:998px;
	border:1px solid #6c6c6c;
	border-top:0px solid #6c6c6c;
	background-color:#fff;
}
#mapDiv{
	width:728px;
	height:520px;
	border:1px solid #000;
	float:right;
	margin-right:30px;
}
#header{
	height:190px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url('/images/header.jpg');
}
#left{
	padding-top:20px;
}
#content{
	padding-top:20px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url('/images/headerBottom.jpg');
}
#googleBox{
	float:right;
	margin-right:30px;
	margin-top:180px;
}
#settings{
	background-color:#fff;
	padding-left:10px;
	padding-top:10px;
	width:195px;
	min-height:78px;
	/*border-radius-topright:10px;
	border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	background-image:url('images/web/naviBG.png');
	background-repeat:no-repeat;


}
#settings li{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	color:#fff;
}
#settings li a{
	color:#fff;
}
#left{
	width:210px;
}
.box {
	display:block;
}
.box h1{
	clear:both;
	display:block;
	font-size:100%;
	padding:5px;
	padding-left:15px;
	margin-bottom:10px;
	color:#fff;
	background-color:#a865a8;
	background-image:url('/images/ecken.png');
	background-position:right;
	background-repeat:no-repeat;
}
h2{
	color:#fff;
	font-size:100%;
	margin-left:25px;
	margin-bottom:10px;
	margin-right:30px;
	padding:5px;
	padding-left:15px;
	background-color:#a865a8;
	background-image:url('/images/ecken.png');
	background-position:right;
	background-repeat:no-repeat;
}
h2 div{
	background-image:url('/images/ecken2.png');
	background-position:left;
	background-repeat:no-repeat;
}
a.nav {
	display:block;
	padding-left:15px;
	background-image:url('/images/web/arrow.gif');
	background-repeat:no-repeat;
	background-position:5px 2px;
	font-weight: bold;
	color:#000000;
	clear:both;
	margin-top:10px;
}
a.nav small {
	display:block;
	font-size:90%;
	font-weight:normal;
	color:#666666;
	margin-bottom:10px;
}
.subnav{
	display:none;
	padding-left:0px;
}
.subnav a{
	color:#000;
	padding-left:15px;
	background-color:#e8e8e8;
	background-image:url('/images/subnav_ecken.png');
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	width:190px;
	display:block;
	margin-bottom:2px;
}
.subnav a .on{
	color:#000;
	font-weight:bold;
}
#tipps{
	background-image:url('/images/magnifier_left.png');
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left;
}

