html, body{
        padding: 0px;
        margin: 0px;
		background-color: #d3d3d3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #46a12a;
		font-weight: bold;
}


#fbHeader {
	height: 71px;
	background-color: #e5e5e5;
	background-image: url('../img/headerBackground_grey.gif');
	background-repeat: repeat-x;
}



#fbFooter {
	margin-top: 0px;
	background-color: #b7b7b7;
	background-image: url('../img/footerBackground_grey.gif');
	background-repeat: repeat-x;
	
}


#RESOL {
	float: right;
	height: auto;
	margin: 25px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: lighter;
	
}

a {
	text-decoration: none;
	color: #666666; 	
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.fbPaginationMinor {
	color: #46a12a;
	margin-left: 10px;
	margin-right: 0px;
}

#fbContents {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	z-index:01;

}

select {
	height:auto;
	width:auto;
	margin: 5px 5px 5px 5px;
	padding: 4px 4px 4px 4px;
	font: normal 0,5em Verdana, sans-serif;
	color: #666666;
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 

}

#fbMenuButtons {
	margin: 0 auto;
	width: 200px;
}

#fbMenu {
	height: 39px;
	text-align:center;
	margin: 0 auto;
	float:left;
}

#altmsg {
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	visibility: visible;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}



/* Sprachauswahl */

#dropdown {
	float: right;
	background-color: transparent;
	border: none;	
	margin: 5px 25px 0px 0px; 
	padding: 0px 0px 0px 0px;
	
}


.Laenderwahl {
	background: transparent;
	border: 0px solid #dcdcdc;
	padding: 0px;
	margin: 0px 3px 3px 3px;
}


ul#laenderdropdown {
	margin: 0px 0px 3px 0px;
	-moz-border-radius: 5px;
	border: 0px;
	padding: 0px;
	list-style: none;
	height: 18px;
	background: #e5e5e8;
	font: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1em;
	z-index: 9999;
	color: #666666;
	}

ul#laenderdropdown li {
	margin: 0px 0px 3px 0px;
	-moz-border-radius: 5px;
	border: 0px;
	padding: 0px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 17px;
	background: #e5e5e8;
	z-index:9999;
	}

ul#laenderdropdown ul {
	margin: 3px 0px 3px 0px;
	-moz-border-radius: 5px;
	border: 0;
	padding: 0;
	list-style: none;
	display: none; /*WICHTIG !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! AUF None setzen*/
	position: absolute;
	top: 18px;
	left: 0px;
	background: #e5e5e8;
	}

ul#laenderdropdown ul:after /*From IE 7 lack of compliance*/{
	margin: 0px 0px 3px 0px;
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#laenderdropdown ul li {
	float: left; /*For IE 7 lack of compliance*/
	margin: 0px 0px 3px 0px;
	display: block !important;
	display: inline; /*For IE*/
	}


ul#laenderdropdown a {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border: 0px;
	background: transparent;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#laenderdropdown li:hover ul ul,
ul#laenderdropdown li:hover ul ul ul,
ul#laenderdropdown li.iehover ul ul,
ul#laenderdropdown li.iehover ul ul ul {
	display: none;
	}

ul#laenderdropdown li:hover ul,
ul#laenderdropdown ul li:hover ul,
ul#laenderdropdown ul ul li:hover ul,
ul#laenderdropdown li.iehover ul,
ul#laenderdropdown ul li.iehover ul,
ul#laenderdropdown ul ul li.iehover ul {
	display: block;
	}
	
