@charset "utf-8";
/* HTML Elemente */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	margin: 0;
	text-align: center;
}

body {
	background: white url(../img/header_bg_5kpx.png) no-repeat center top;
}

h1 {
	display: none;
}

img {
	border: none;
}


/* Struktur */
/* Wrapper */
#fb_wrapper {
	background: transparent url(../img/header_topline.png) no-repeat;
	margin: auto;
	padding-top: 4px;
	position: relative;
	text-align: left;
	width: 926px;
}

/* Header */
#fb_header {
	overflow: hidden;
	margin-bottom: 0.75em;
	height: 6em;
}

#fb_header a.fb_logo_link img {
	position: relative;
	top: 20px;
}

/* Sprachmenü */
#fb_languages {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0.3em 0;
}

#fb_languages li {
	display: inline;
	margin-left: 2px;
}

/* Metamenü */
#fb_metamenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px;
}

#fb_metamenu li {
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	margin-left: 1em;
}

#fb_metamenu li a {
	color: #4d4d4d;
	font-size: 0.6em;
	height: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
}

#fb_metamenu li a img {
	margin-right: 0.25em;
}

#fb_metamenu li a:hover,
#fb_metamenu li a:focus {
	text-decoration: underline;
}

/* Hauptmenü */
#fb_mainmenu {
	/*background: transparent url(../img/mainmenu_shadow.png) no-repeat top right;*/
	background: transparent url(../img/mainmenu_trans.png) no-repeat top right;
	height: 2.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 0.4em;
	overflow: hidden;
	position: absolute;
	right: 16em;
	top: 3.24em;
	/*width: 28.125em;*/
	text-align: right;
}

#fb_mainmenu li {
	float: left;
	width: auto;
	overflow: hidden;
}

#fb_mainmenu li,
#fb_mainmenu li a {
	color: #006699;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#fb_mainmenu li a {
	/*background: transparent url(../img/mainmenu.png) no-repeat left top;*/
	background: transparent url(../img/mainmenu_trans.png) no-repeat left top;
	font-size: 1.0em;
	display: block;
	padding: 1.42em 0.9375em 0.4375em 0.9375em;
	
}

#fb_mainmenu li.current,
#fb_mainmenu li.active a,
#fb_mainmenu li a:hover,
#fb_mainmenu li a:focus {
	padding: 1.42em 0.9375em 0.4375em 0.9375em;
	background: transparent url(../img/mainmenu_act_trans.png) no-repeat left top;
	color: white;
}

#fb_mainmenu li a:hover,
#fb_mainmenu li a:focus {
	background: transparent url(../img/mainmenu_hover_trans.png) no-repeat left top;
}


/* Schrift-Größe */
#fb_fontsize {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 11.5em;
	top: 4.35em;
}

#fb_fontsize li {
	float: right;
	margin-left: 0.25em;
}

/* Suche */
#fb_search {
	position: absolute;
	right: 0;
	top: 4.3em;
}

#fb_search form,
#fb_search fieldset,
#fb_search button,
#fb_search button img {
	border: none;
	padding: 0;
	margin: 0;
}

#fb_search button,
#fb_search input {
	float: left;
}

#fb_search button {
	background: transparent;
}

#fb_search input {
	border: none;
	background: #d7d7d7;
	color: #4d4d4d;
	font-size: 0.7em;
	height: 1.2em;
	line-height: 1.0em;
	padding: 0.125em 0.5em;
	position: relative;
	top: 1px;
	width: 12.75em;
}

/* Breadcrumbs */
#fb_breadcrumbs_container {
	margin-bottom: 1em;
	overflow: hidden;
}

#fb_breadcrumbs_header {
	color: #939393;
	font-size: 0.7em;
	font-weight: normal;
	float: left;
	margin: 0 0.4em 0 0;
}

#fb_breadcrumbs {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#fb_breadcrumbs li {
	float: left;
	font-size: 0.7em;
	color: #939393;
}

#fb_breadcrumbs li span {
	margin: 0 0.4em;
}

#fb_breadcrumbs li a {
	color: #939393;
}

/* Content */
#fb_content {
	position: relative;
}

/* Footer */
#fb_footer {
	border-top: 1px solid #d3d3d3;
	clear: both;
	margin: 2.5em 0 1.5em 0;
	padding: 0.5em 0;
	position: relative;
	width: 100%;
}

#fb_footercontent {
	position: absolute;
	right: 0;
}

#fb_copy {
	color: #939393;
	float: left;
	font-size: 0.6em;
}

#fb_footermenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fb_footer li {
	float: left;
	font-size: 0.6em;
	margin-left: 1.5em;
}

#fb_footer li a {
	color: #006699;
	text-decoration: none;
}

/** Allgemeine Klassen **/
h2.fb_structure,
h3.fb_structure,
.hidden,
dfn {
	display: none;
}