/* eric meyer's css reset - FINGER WEG */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #003E59;
	background: #F1F1F1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* FB-Styles */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	margin: 0 auto 20px auto;
	width: 800px;
	padding: 0 12px;
	overflow: hidden;
	background: #FFF url(../gfx/fb_body_bg.gif) repeat-y left;
}
.header {
	height: 187px;
	background: #FFF url(../gfx/fb_header_de.jpg) no-repeat;
	border-bottom: 3px solid #00679D;
	overflow:hidden;
}
#header_de {/*header deutsch und englisch*/
	background: url(../gfx/fb_header_de.jpg);
}
#header_en {/*header deutsch und englisch*/
	background: url(../gfx/fb_header_en.jpg);
}
a#homelink {
	display: block;
	height: 0px;
	width: 200px;
	padding-top: 187px;
	float: left;
}
#lang_select {
	padding: 150px 10px 0 0;
	height: 186px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
}
#menu {
	width: 199px;
	background: #00679D;
	margin: 0 0 0 1px;
	float: left;
}
#menu ul li h1, #support_button {
	height: 43px;
	width: 186px;
	background: #BCD94E url(../gfx/fb_menu_header_bg.gif) repeat-x;
	color: #003E59;
	font-weight: bold;
	font-size: 13px;
	line-height: 43px;
	padding: 0 0 0 14px;
	margin: 0 0 3px 0;
}
#menu ul li ul li {
	height: 20px;
	width: 200px;
	margin: 0 0 3px 0;
}
#menu ul li ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	width: 177px;
	padding: 0 0 0 23px;
	background: #2F86B5;
}
#menu ul li ul li a:hover {
	color: #BCD94E;
	background: #024F71 url(../gfx/fb_menu_bg.gif) repeat-x;
}
#menu ul li ul li#menu_item_selected a {
	color: #BCD94E;
	background: #024F71 url(../gfx/fb_menu_selected.gif) no-repeat right;
	width: 189px;
}
* html body #menu ul li ul li a { /* ie6 displays wrong menu background on the right, this fixes it but sacrifices 3d-effect on menu items*/
	background: #2F86B5 url(../gfx/fb_menu_ie_hack.gif) repeat-y right;
	width: 189px !important;
}
* html body #menu ul li ul li a:hover { /* ie6 displays wrong menu background on the right, this fixes it but sacrifices 3d-effect on menu items*/
	background: #2F86B5 url(../gfx/fb_menu_ie_hack2.gif) no-repeat right;
	width: 189px !important;
}
* html body #menu { /* ie6 displays wrong menu background on the right, this fixes it but sacrifices 3d-effect on menu items*/
	background: #00679D url(../gfx/fb_menu_ie_hack.gif) repeat-y right;
}
#support_button {
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding: 43px 0 0 0;
	width: 200px;
	text-decoration: none;
	background: url(../gfx/fb_support.gif) no-repeat left top;
	color: #202020;
	text-align: center;
}
#support_button:hover, #support_button_big:hover {
	background-position: left -43px !important;
}
#support_button_big {
	height: 0px !important;
	width: 257px;
	font-weight: bold;
	font-size: 13px;
	line-height: 43px;
	padding: 43px 0 0 0;
	display: block;
	text-decoration: none !important;
	background: url(../gfx/fb_support_big.gif) no-repeat top;
	color: #202020 !important;
	text-align: center;
	overflow: hidden;
}
#support_button_en {
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding: 43px 0 0 0;
	width: 200px;
	text-decoration: none;
	background: url(../gfx/fb_support_en.gif) no-repeat left top;
	color: #202020;
	text-align: center;
}
#support_button_en:hover, #support_button_big_en:hover {
	background-position: left -43px !important;
}
#support_button_big_en {
	height: 0px !important;
	width: 257px;
	font-weight: bold;
	font-size: 13px;
	line-height: 43px;
	padding: 43px 0 0 0;
	display: block;
	text-decoration: none !important;
	background: url(../gfx/fb_support_big_en.gif) no-repeat top;
	color: #202020 !important;
	text-align: center;
	overflow: hidden;
}
p.support_project {
	position: absolute;
	bottom: 0px;
}
p.ext_link {
	margin-bottom: 2px;
}
#content {
	width: 556px;
	float: left;
	font-size: 12px;
	padding: 10px 22px 10px 22px;
}
* html body #content {
	overflow: hidden;
	margin: 0 0 0 -13px;
}
#content p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
#content p.back, #content p.pagination {
	text-align: right;
	clear: both;
}
#content p.fotonav {
	text-align: center;
	clear: both;
}
#content p.pagination a, #content p.back a, #content p.pagination span, #content p.fotonav a {
	border: 1px solid #C6C6C6;
	padding: 2px 4px 2px 4px;
}
#content p.pagination a:hover, #content p.back a:hover, #content p.fotonav a:hover {
	border: 1px solid #DA3328;
	text-decoration: none;
}
#content p.foto {
	text-align: center;
}
#content p.multi_foto {
	background: #EEE;
	overflow:hidden;
	padding: 7px 0 7px 0;
	text-align: center;
}
#content strong {
	font-weight: bold;
}
#content em {
	color: #DA3328;
	font-weight: bold;
}
#content a {
	color: #DA3328;
	font-weight: bold;
	text-decoration: none 
}
#content a:hover {
	text-decoration: underline 
}
#content h2 {
	background: #024F71 url(../gfx/fb_h2_bg.gif) no-repeat;
	color: #FFF;
	width: 551px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 7px;
}
.columns h2 {
	background: #024F71 url(../gfx/fb_h2small_bg.gif) no-repeat !important;
	width: 264px !important;
}
#hilite h2 {
	background: #024F71 url(../gfx/fb_h2head_bg.gif) no-repeat !important;
	width: 264px !important;
}
#content h4 {
	color: #202020;
	background: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	line-height: 1.5em;
	border-bottom: 1px solid #C6C6C6;
	clear: both;
}
#content h1 {
	color: #202020 !important;
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 3px 0;
	line-height: 1.2em;
}
#content h1 a {
	color: #202020 !important;
}
#content h3 {
	color: #848484;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
#content ul {
	margin: 0 0 15px 25px;
	line-height: 1.5em;
	list-style-image: url(../gfx/fb_content_li.gif);
}
#content .form input, #content  form select, #content .form textarea {
	width: 350px;
	margin: 0 0 10px 0;
	border: 1px solid #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
#content input {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
#content form {
	margin: 0 auto 0 auto;
	padding: 15px;
	width: 350px;
	background: #EEE;
	color: #333;
}
#content .reply {
	padding: 15px;
	color: #333;
}
#content #positive {
	background-color: #BCD94E;
}
#content #negative {
	background-color: #DA3328;
	color: #FFF;
}
.artikel3 {
	overflow: hidden;
	margin: 0 0 15px 0;
}
.artikel img,.artikel3 img {
	border: 2px solid #00679D;
	float: left;
	margin: 3px 10px 4px 0;
}
.artikel2 img {
	float: left;
	margin: 4px 10px 4px 0;
}
.foto img {
	border: 2px solid #00679D;
}
.multi_foto img {
	border: 2px solid #00679D;
	margin: 2px;
}
.columns {
	overflow: hidden;
}
.no_columns {
	margin: 24px 0 0 0;
}
.left_column {
	width: 265px;
	padding: 14px 10px 0 0;
	float: left;
}
.right_column {
	width: 271px;
	padding: 14px 0 10px 10px;
	float: left;
}
.right_column#hilite {
	background: #FFF url(../gfx/right_column_bg.gif) no-repeat 10px 13px;
	position: relative;
	height: 308px;
}
.right_column#hilite p, .right_column#hilite h1, .right_column#hilite h3 {
	padding: 0 6px;
}
.right_column_bg {
	width: 270px;
	padding: 14px 0 10px 10px;
	float: left;
	background: #FFF url(../gfx/right_column_bg.gif) no-repeat center;
	overflow: hidden;
}
#fb_statement {
	margin-top: -14px; 
}
#footer {
	padding: 2px 0 33px 199px;
	text-align: center;
	color: #848484;
	font-size: 11px;
	width: 625px;
	margin: 0 -12px;
	clear:both;
	background: url(../gfx/fb_footer_bg2.gif) no-repeat bottom;
}
#footer a {
	color: #848484;
	font-weight: normal;
	text-decoration: none 
}
#footer a:hover {
	text-decoration: underline 
}
select, input, textarea {
	font-size: 12px;
}
hr {
	border: 0;
	width: 557px;
	color: #C6C6C6;
	background-color: #C6C6C6;
	height: 1px;
	margin: 0 auto 15px auto;
	clear: both;
}
td {
	line-height: 1.5em;
	padding: 0 15px 10px 0;
}
tr > td:first-child {
	font-weight: bold;
}
#content p.teaser {
 font-weight: bold;
}
#content i {
 font-style: italic;
}
.clear
{
	clear:both;
}