@charset "utf-8";
/* CSS Document */

html, body, #leftBG, #rightBG{
  height:100%;
  min-height:100%;
}

#rightBG{
	background-image:url(pics/balken-back-rechts.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#leftBG{
	background-image:url(pics/balken-back-links.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#container{
	margin:0 auto;
	width:960px;
	background-image:url(pics/middle.jpg);
	background-repeat:repeat-y;
	min-height:100%;
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4b2540;
	background-color:#281c27;
	background-image:url(pics/linie-back.jpg);
	background-repeat:repeat-x;
}

h1{
	font-size:19px;
	color:#4b2540;
	padding-bottom:5px;
	margin:0;
}

h2{
	font-size:16px;
	color:#4b2540;
	margin:0;
}

br{
	line-height:18px;
}

p{
	font-size:10px;
}

span{
	font-size:13px;
	font-weight:bold;
}

strong{
	font-size:12px;
	font-weight:bold;
}

a{
	color:#4b2540;
	text-decoration:none;
}

#top {
	background-image:url(pics/top.jpg);
	height:220px;
	width:960px;
}

#middle{
	background-image:url(pics/middle.jpg);
	width:960px;
	height:inherit;
}

#left{
	width:660px;
	float:left;	
	padding:5px 0 20px 50px;
}

#left .text a{
	color:#918d91;
}

#left .text a:hover{
	color:#4b2540;
}

.text-balken{
	background-image:url(pics/text-balken.jpg);
	background-repeat:no-repeat;
	height:23px;
	position:relative;
	left:-28px;
}

.text{
	margin-right:80px;
}

.bilderrahmen{
	
	height:202px;
	width:185px;
	float:right;
	margin-left:25px;
}

.punkte{
	border-top:1px dotted #4b2540;
	margin-right:220px;
	margin-bottom:18px;
}

.punkte-unten{
	border-top:1px dotted #4b2540;
	margin-right:220px;
	margin-top:18px;
}

#right{
	padding-top:5px;
	width:250px;
	float:left;
}

.navi-balken{
	background-image:url(pics/balken-verlauf-hoch-2.jpg);
	height:407px;
	width:16px;
	float:left;
}

#navigation, #navigation ul{
	list-style-type:none;
}
#navigation, #navigation ul, #navigation li{
	margin:0;
	padding:0;
}

#navigation{
	
	color:#4b2540;
	width:178px;
	margin-left:40px;
}


#navigation ul{
	border-top:1px solid #d1d0d1;
	margin-top:5px;
}

#navigation li{
	color:#4b2540;
	padding-left:12px;
	font-size:12px;
	padding-top:0;
	padding-bottom:0;
	border:none;
}

#navigation .hauptpunkt{
	font-size:15px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-left:-13px;
	border-bottom:1px solid #d1d0d1;
	margin-right:20px;
	margin-bottom:5px;
}

#navigation li:hover{
	background-image:url(pics/drop-down-balken.jpg);
	background-repeat:no-repeat;
}

#navigation .aktiv{
	font-size:16px;
	font-weight:bold;
	background-image:url(pics/navi-ornament.jpg);
	height:25px;
	background-repeat:no-repeat;
	border:none;
	margin-right:0;
}

#adv{
    color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:block;
}

#adv a{
	color:#CCCCCC;
	font-size:9px;	
}

.clear{ clear:both }
