/* CSS Document 4 Layout */
#outer_div{
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
}
/*###################### HEADER ##############################*/
#header{
	height: 90px;
	width: 100%;
}
#menu{
	margin-top: 65px;
	float:left;
}
#header_logo{
	background: #ffffff;
	float:right;	
	margin:0;
}
	
/*###################### MIDDLE ##############################*/
/* Flash Bereich */
.flash_object{
	border:none;
}
#left_no_flash,
#left_flash{
	display:none;	
}
#middle #left_no_flash,
#middle #left_no_flash_no_script,
#middle #left_flash{
	position:relative;
	height: 448px;
}
#middle .flash_object{
	
}
#middle{	
	margin-top: 25px;	
}


#middle #left,
#middle .left
{
	float:left;
/*	min-height: 448px;*/
	width: 280px;
/*	background-image: url(../img/submenu/submenu_bg.jpg);	
	background-repeat:no-repeat;	
*/	position:relative;
}
#left .submenu #submenu_top{
	height: 12px;
	overflow: hidden;
	background-image: url("../img/submenu/submenu_bg_top.jpg");
	background-repeat: no-repeat;
}
#left .submenu #submenu_content{
	min-height: 435px;
	background-image: url("../img/submenu/submenu_bg_content.jpg");
	background-repeat: repeat-y;
}
#left .submenu #submenu_bottom{
	height: 12px;
	overflow: hidden;
	background-image: url("../img/submenu/submenu_bg_bottom.jpg");
	background-repeat: no-repeat;
}
#middle #right{
	float: right;
	height: auto;
	width: 533px;
	margin-left: 20px;
}

#middle_content{	/*start.html*/
	float:left;
	width: 230px;
	margin-left: 20px;
	margin-right: 10px;	
	margin-top: 80px;	
}
#middle_right{/*start.html*/
	float: right;
	width: 280px;
}
.content_unterseite{
	float:left;
	width: 540px;
	margin-left: 20px;
}
.submenu{
	padding-left: 0;
	padding-top: 0;
}

.suche{
	height: 116px;
	width: 280px;	
	position:relative;
	margin-top:15px;		
}
.suche .eingabe_suchen{
	position:absolute;
	top: 71px;
	left: 12px;
}
.suche .btn_suche
{	position:absolute;
	top: 66px;
	left: 243px;
}
/*###################### FOOTER ##############################*/
#footer {
	float:left;
	margin-top:45px;	
    color: #9b9a9a;
    font-weight: bold;
    font-size: 14px;
	width:850px;
	}
	
#footer a{
    color: #9b9a9a;
    text-decoration: none;	
	}
	
#footer a:hover{
	color: #b0282c;
	}


/* MENU */

#menu .divider{
    margin: 0 10px;
}
#menu A{
    color: #9b9a9a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

#menu A.open{
    color: #b0282c;
}

#menu A:hover {
    color: #b0282c;
}

