/* CONTENT */
#container_left {
	position: absolute;
	top:136px;
	left:0px;
	width:160px;
	margin-bottom:1px;
	}

#container_middle {
	position:relative;
	width:615px;
	margin-left:180px;
	}
	
#container_boxen {
	width:615px;
	padding-top:10px;
	}

#container_content {
	position:relative;
	margin-top:20px;
	margin-left:180px;
	width:615px;
	height:50px;
	background:url(../img/navi/line_horizontal.gif) top repeat-x;
	}

#container_content2 {
	margin-top:20px;
	width:615px;
	height:90px;
	background:url(../img/navi/line_horizontal.gif) top repeat-x;
	}

#logo {
	margin-top:60px;
	}

/* LEFT NAVI */	

.navi_left_top {
	border-top: 1px solid #A1A1A1;
	height:2em;
	width:160px;
	}
	
	
#navleft ul {
	margin: 0;
	padding: 0;
	width:160px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#a1a1a1;
	}

#navleft li {
	margin: 0 0 3px 0;
	width:160px;
	}

#navleft a {
	display: block;
	padding: 6px 2px 2px 35px;
	width: 123px;
	background: url(../img/navi/pfeil_down.gif) no-repeat;
	}

#navleft a:link, #navleftlist a:visited {
	color:#a1a1a1;
	text-decoration: none;
	}
	
#navleft a:hover {
	background: url(../img/navi/pfeil_hover.gif) no-repeat;
	color: #000;
	}
	
#active a:link, #active a:visited, #active a:hover {
background: url(../img/navi/pfeil_hover.gif) no-repeat;
color: #000;
}
	
/* MAIN NAVI */

#main_navi {
	padding:0;
	margin:0;
	width:616px;
	}
	
#navlist {
	padding: 4px 7px;
	margin: 3px 0;
	border-bottom: 1px solid #a1a1a1;
	font: 12px Arial, Helvetica, sans-serif;
	}

#navlist li	{
	list-style: none;
	margin: 0;
	display: inline;
	}

#navlist li a {
	padding: 4px 0.7em;
	margin-left: 2px;
	border: 1px solid #a1a1a1;
	border-bottom: none;
	background:url(../img/navi/menu_verlauf.gif) repeat-x bottom;
	text-decoration: none;
	color:#000;
	}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }
#navlist li a:hover { color: #a1a1a1; }

	
/*BOX*/
	
#LBox_container {
	position: relative;
	padding:0 10px;
	width:385px;
	}

#RBox_container {
	position:relative;
	float:right;
	clear:lef;
	width:190px;
	padding-left: 9px;
	background: url(../img/navi/line_vertical.gif) left repeat-y;
	}

#RBox {
	background: #D2D2D2;
	}	
	
#RBox_Header {
	width:190px;
	height:5px;
	}
	
#RBox_Middle {
	background:url(../img/box/verlauf.gif) top repeat-x;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	padding:0 10px;
	
	/* CSS HACK */
	width: 190px;	/* IE 5.x */
	width/* */:/**/168px;	/* Other browsers */
	width: /**/168px;
	}
	
#RBox_Footer {
	width:190px;
	height:5px;
	}

#RBox_Middle img, #RBox_Middle p {
	margin-left:5px;
	}	

/*CONTENT*/
	
	
#list {
	margin-top: 5px;
	padding:0;
	list-style:none;
	}

.list a {
	width:150px;
	display: block;
	margin-top: 15px;
	padding: 0px 0px 3px 10px;
	background: url(../img/pfeil.gif) no-repeat;
	}

.list a:link, .list a:visited {
	color:#000;
	text-decoration: none;
	}
	
.list a:hover {
	background: url(../img/pfeil_g.gif) no-repeat;
	color: #a1a1a1;
	}
	
.list_kl a {
	width:160px;
	display: block;
	margin-top: 5px;
	padding: 0px 0px 3px 10px;
	background: url(../img/pfeil.gif) no-repeat;
	}

.list_kl a:link, .list_kl a:visited {
	color:#000;
	text-decoration: none;
	}
	
.list_kl a:hover {
	background: url(../img/pfeil_g.gif) no-repeat;
	color: #a1a1a1;
	}

#content2 {
	position:absolute;
	width:345px;
	left:10px;
	padding-bottom:10px;
	}
	

/*FOOTER*/

#footer {
	position:relative;
	margin-bottom: 1em;
	width: 795px;
	height: 70px;
	}
	
#FooterR {
	float:right;
	width:610px;
	height:5px;
	border-top: 1px solid #A1A1A1;
	padding: 5px 5px 0 0;
	}
	
#FooterL {
	left:0;
	width:155px;
	height:5px;
	border-top: 1px solid #A1A1A1;
	padding: 5px 0 0 5px;
	margin-right:20px;
	}
	
#footer_txt {
	color:#a1a1a1;
	float:right;
	}

.navi_left_bot {
	position:relative;
	float:left;
	clear:right;
	left:0;
	padding: 5px 0 0 5px;
	height:2em;
	width:155px;
	}	
