/* CSS für Layout */

/*********************************************************
	HEADER, LOGO, MENU_OBEN
*********************************************************/
#header{
	background:#5a5a5b;
	padding:5px 0 0 0;
	height:96px;
	width:100%;
}


#menu_oben{
	width:963px;
	height:26px;
	margin:40px auto 0px auto;	
	padding:0;
	background:none;
	color:#5a5a5b;
	border-left:3px solid #5a5a5b;
}

#menu_oben a{
	width:107px;
	height:21px;
	display:block;
	font-size:small;
	font-weight:normal;
	padding:4px 0 0 0;
	margin:0 0 0 0px;
	float:left;
	color:#5a5a5b;
	border-top:1px solid #5a5a5b;
	border-right:1px solid #5a5a5b;
	background:url("rsc/navigation_background.gif");
	text-align:center;
	text-decoration:none;
}
#menu_oben a:hover{
	color:#000094;
	cursor: pointer;
}

#logo{
	background:url("rsc/header_final.png") no-repeat;
	margin:0px 0 0px 0px;	
	color:white;
	height:100%;
	width:960px;
}


/*********************************************************
	WRAPPER
*********************************************************/

#wrapper{
	width:960px;
	margin:0 auto 0 auto;
	height:auto;
	border-top:1px solid #5a5a5b;
	border-left:3px solid #5a5a5b;
	border-right:3px solid #5a5a5b;
	border-bottom:1px solid #5a5a5b;
	background:white;
	color:#5a5a5b;	
	padding:0;	
}



/*********************************************************
	CONTENT, LINKE SPALTE, RECHTE SPALTE
*********************************************************/
#content{
	height:auto;
	padding:0;
}

#content img{
	border:0;
}

#linke_spalte{	
	float:left;
	padding:50px 0px 0 0px;
	height:auto;
	width:160px;	
}

#linke_spalte a{
	display:block;
	margin:1px 0 0 0px;
	padding:4px 0 2px 15px;
	background-color:#999;
	width:100%;
	height:17px;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:white;
}

#linke_spalte a:hover{
	background-color:#5a5a5b;
	color:white;
}

#linke_spalte .active_link{
	color:white;
	background-color:#5a5a5a;
}

#linke_spalte .zweite_ebene a{
	text-indent:2.5em;
	background-color:#797979;
	color:white;
}



#mittlere_spalte{	
	height:auto;
	border-left:1px dotted #5a5a5b;
	border-right:1px dotted #5a5a5b;
	width:520px;
	margin:0 0 0 186px;
	padding:17px 20px 40px 20px; 	/*IE*/
	font-size:0.75em;
	color:#5a5a5b;	
}

#mittlere_spalte table{

	font-size:1em;
}

#mittlere_spalte h1{
	width:100%;
	font-size:1.6em;
	font-weight:bold;	
	color:#3f77dd; /*#000094;*/
	margin:0px 0 30px 0;
	padding:10px 0 0 0;
	border-bottom:1px double #3f77dd;
}
#mittlere_spalte h2{
	font-size:1.1em;
	font-weight:bold;
}
#mittlere_spalte p{
	margin:0px 0 10px 0px;
	padding:0;
}

#rechte_spalte{	
	float:right;
	height:auto;
	width:200px;	
	padding:0px 0 30px 0;
	margin:35px 10px 0 0;
	font-size:0.67em;
}
#rechte_spalte p{
	height:auto;	
	border:1px solid #0aade1;
	border-top:0;
	width:172px;
	overflow:hidden;
	padding:15px 10px 15px 10px;
	margin:-3px 0 0 10px;
}
#rechte_spalte h1{
	color:#5a5a5b;
	font-weight:bold;
	font-size:1em;
	width:100%;
	height:22px;
	text-align: left;
	padding:3px 0px 0px 18px;
	margin:18px 0 0px 10px;
	background:url("rsc/rechte_spalte_reiter.jpg") no-repeat;	
}

#rechte_spalte_inhalte{
	margin:-18px 0 0 0;	
}


/*********************************************************
	Suchbox
*********************************************************/
#suche{
	border:1px solid #0aade1;
	height:auto;
	width:192px;
	margin:15px 0 40px 10px;
	overflow:hidden;
}
#suche form{	
	padding:10px 0 6px 6px;
	margin:0 0 0px 0;
}
#suche h1{
	padding:5px 0 0 5px;
	margin:0;
	background-position:-1px -1px;
}
#suche form input{
	background:white;
	width:85px;
	height:24px;	
	padding:0 0 0 0;
	border:1px solid #6fceee;
	margin:0px 0 0 0;
}



/*********************************************************
	FOOTER
*********************************************************/

#footer{
	height:0px;
	width:100%;	
	margin:0px 0 0 0;	
	padding:0 0 0px 0;
	background:none;
}



/*********************************************************
	SPECIAL CONTENT
*********************************************************/


#angebotspakete{
	width:100%;
	padding:0px 0 0 0px;
	margin:0 0 0 0;
}

#angebotspakete img{
	
}
.box img{
	margin:0 0 9px 0;
}

.box a img{
	text-decoration:none;
}
.box{
	float:left;
	height:150px;
	margin:0 0 0 0.7em !important;
	margin:0 0 0 0.7em;

}
#box1{
	margin:0 !important;
	margin:0 0 0 0em;
}

.pfeil{
	font-style:bold;
	color:#6fceee;
}

label{
	width:200px;
	float:left;
	display:block;
}