/* 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;
	}



#logo {
	margin-top:60px;
	}
	
.navi_left_top {
	border-top: 1px solid #A1A1A1;
	height:2em;
	width:160px;
	}
	
/* 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:275px;
	height:720px;
	}

#RBox_container {
	position:relative;
	float:right;
	clear:lef;
	width:306px;
	height:700px;
	padding-left: 9px;
	background: url(../img/navi/line_vertical.gif) left repeat-y;
	}

#RBox {
	background: #D2D2D2;
	margin-top:25px;
	}	
	
#RBox_Header {
	width:306px;
	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 20px;
	
	/* CSS HACK */
	width: 306px;	/* IE 5.x */
	width/* */:/**/264px;	/* Other browsers */
	width: /**/264px;
	}
	
#RBox_Footer {
	width:306px;
	height:5px;
	}

#RBox_Middle img, #RBox_Middle p {
	margin-left:5px;
	}	

/*FORMULAR*/

label.left {
    float: left;
    text-align: left;
    width: 5.5em;
    margin-right: .3em;
	}

input[type=text], select {
    float: left;
	}

input.right {
    float:    left;
    width:    auto;
    clear:    both;
    margin-left: 8.3em;
    margin-right: .3em;
}

input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
    margin-left: 7.3em;
	}

form br {
    clear:    both;
	}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
    cursor:    pointer;
	}

form {
    line-height:1.7em;
	}

.formu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	}
	
.Button {
	background-color:#D2D2D2;
	color:#000;
	border:0px solid #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1.2em;
	padding-left: 15px;
	background:url(../img/pfeil.gif) no-repeat;
	}		


/*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;
	}	
