/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Standard Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

* {
	padding:0;
	margin:0;
}


body {
	font-family:Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	background-color:#e6e7e8;

}


h1 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	margin:0px;	
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#000;	
	padding-bottom:10px;
	margin:0px;	
}

p {
	margin-bottom:14px;
	margin-left:1px;
}


.clearer {
	clear:both;
}

/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Link Definitions
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

a:link,
a:visited {
	color: #377dc2; 
	text-decoration: none;

}

a:hover,
a:active {
	color: #377dc2;
	text-decoration: none;
	
}



/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Login und Debug
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#login {
	width:780px;
	margin:2px auto 0 auto;
	text-align:right;
	color: #000; 
	font-size:10px;
}

#debug {
	width:780px;
	margin:2px auto 0 auto;
	color: #000; 
	font-size:10px;

}


/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Site Layout
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.spezial_table {
	margin:-20px -30px -20px -30px;
}

#wrapper {
	
}

#top {

	height:115px;
	background-image:url(../images/layout/ozb/titel_mitte.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#titel_willkommen {
	float:left;
	height:115px;
	width:420px;
	background-image:url(../images/layout/ozb/titel_willkommen.gif);
	
}

#titel_ozb {
	float:right;
	background-image:url(../images/layout/ozb/titel_ozb.gif);
	width:240px;
	height:115px;

}

#navigation_wrapper {

	background-color:#f0e4cf;
}

#navigation {

	width:780px;
	height:24px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;	
	background-color:#f0e4cf;
	margin-left: auto;
	margin-right: auto;	



}

#content_wrapper {

	background-color:#999999;

}

#content {
	width:720px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;	
	background-color:#e6e7e8;
	margin-left: auto;
	margin-right: auto;	
	padding:20px 30px 20px 30px;

}

#content ul {
	padding-left:16px;
}

#bottom_wrapper {
	border-top:solid 1px #fff;
	background-color:#f0e4cf;
}

#bottom {
	width:780px;
	height:60px;
	background-color:#999999;
	margin-left: auto;
	margin-right: auto;		
}


/*
/////////////////////////////////////////////////////////////////////////////////////////
// Drop Down CSS von http://www.seoconsultants.com/css/menus/horizontal/
/////////////////////////////////////////////////////////////////////////////////////////
*/


#navigation ul {

	list-style-type:none;
	padding-left:10px;
	
}


#navigation .li_ebene_1 {
	float:left;	
	position:relative;
	
}


#navigation .a_ebene_1:link,
#navigation .a_ebene_1:visited {
	display:block;
	font-size:12px;
	line-height:24px;
	color:#000;
	padding-left:17px;
	padding-right:17px;
	font-weight:bold;
	margin-bottom:2px;

}

#navigation .a_ebene_1_active:link,
#navigation .a_ebene_1_active:visited,
#navigation .a_ebene_1_active:hover {
	color:#000;
	z-index:100;
}



#navigation .ul_ebene_2 {
	position:absolute;
	z-index:500;
	top:24px;
	left:0px;
	display:none;
	margin-left:-2px;
}



#navigation .li_ebene_2 {
	float:none;
	position:relative;
	
	/* Wenn keine breite macht IE Problem */
	width:130px;
	/* Wenn keine höhe macht IE Problem */
	height:18px;	
		
	background-color:#f0e4cf;

	/*
	opacity: 0.9;
    filter: alpha(opacity=90); 	
	*/
	padding-left:10px;
	border-top:1px solid #f4efe6;
}



#navigation .li_ebene_2_active {
	background-color:#f0e4cf;
}


#navigation .a_ebene_2:link,
#navigation .a_ebene_2:visited {
	display:block;
	font-size:11px;
	line-height:18px;
	color:#000;
}

#navigation .a_ebene_2:hover {
	color:#111;

}

#navigation .a_ebene_2_active:hover {
	color:#111;
}

#navigation .a_ebene_2_active:link,
#navigation .a_ebene_2_active:visited {
	color:#000;
	
}


/* Drop Down definitionen */

#navigation li:hover ul ul,
#navigation li li:hover ul ul,
#navigation li li li:hover ul ul,
#navigation li li li li:hover ul ul {
	display:none;
}

#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul {
	display:block;
}




