/***********************************************/
/* felbi.css                             */
/* copyright Hans-Jürgen Fuchs, grafux, www.grafux.de  */
/***********************************************/

/***********************************************/
/* HTML styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 116%;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #2A306F;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Stile fuer Layout Ebenen                                 */
/***********************************************/

#wrapper{
	width: 900px;
	background-image:url(../images/backgrounds/site-background.jpg);
	background-repeat:repeat;
	background-position:top left;
	text-align: left;
	margin: 20px auto 0 auto;
}


#logobereich{
	background-color: #F8F4E7;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 900px;
	font-size: 80%;
	font-weight: bold;
	z-index: 1;
}

#navi{
	float: left;
	width: 149px;
	background-color: #eeeeee;
	z-index: 2;
}

#content{
	padding: 10px;
	padding-top: 15px;
	text-align: left;
	width: 570px;
	margin-left: 150px;
	background-color:transparent;
}

#rechte_spalte{
	float:right;
	width: 150px;
	background-color: #eeeeee;
	margin: 0px;
	padding-top: 10px;
}

/***********************************************/
/* Stile in den Ebenen                                  */
/***********************************************/

#content p{
	font-size: 80%;
	font-weight:normal;
	line-height: 125%;
}

#content h1{
	font-size: 110%;
	font-weight: bold;
	color: #2A306F;
}

#content h2{
	font-size: 100%;
	font-weight: bold;
	color: #2A306F;
}
#content h3{
	font-size: 90%;
	color: #2A306F;
}

#content h4{
	font-size: 80%;
	color: #2A306F;
}

#content ul{
	font-size: 80%;
}

#content ul ul{
	font-size: 90%;
}

#content ul ul ul{
	font-size: 90%;
}

/***********************************************/
/* #nav_oben styles                                  */
/***********************************************/

#nav_oben{
	padding: 0px 10px 5px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #F8F4E7;
	color: #cccccc;
	text-align: right;
}

#nav_oben img{
	display: block;
}

#nav_oben a {
	font-size: 70%;
	padding: 0 4px 0 0;
}

/***********************************************/
/* #footer styles                                  */
/***********************************************/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #969696;
	margin-top: -20px;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	text-align:center;
}

/***********************************************/
/* #navi styles                                  */
/***********************************************/

#navi h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #334d55;
	padding-bottom: 5px;
	margin-top: -1px;
 	margin-left: 7px;
	margin-bottom: -17px;
 	border-bottom: 1px solid #cccccc;
}

#navi ul a:link, #navBar ul a:visited {
	display: block;
	}
	
#navi ul {
	list-style: none;
	}
#navi a {
	display: block;
}

#navi a:hover{
	background-color: #dddddd;
	text-decoration: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navi li {
	border-bottom: 10px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navi li {
	border-bottom: 1px solid #cccccc;
	}
	
#navi ul li{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 80%;
	line-height: 117%;
 	color: #334d55; 
 	margin: -5px 0px 5px -15px;
 	padding-top: 3px;
 	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.navi_active {
	color: #333333;
	}

/************** #rechte_spalte styles **************/

#rechte_spalte p{
	font-size: 80%;
	padding: 0 5px 0 5px;
}
#rechte_spalte h1{
	font-size: 90%;
	font-weight: bold;
 	padding: 5px 0px 10px 5px;
}
#rechte_spalte h2{
	font-size: 80%;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

