 * { 
	margin: 0;
	padding: 0;
 }
 img {
	border: none;
}
.cls {
	clear: both;
	display: block;
}
#topdiv {
	background-color: transparent;
	position: fixed;
	display: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
}
 /* Schrift und Hintergrund Browserseite */
html body { 
	background-color: #8C1F25;
	background-image: url(../img/body-hgr.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: verdana,geneva,Arial,sans-serif;
	font-size: 1em;
}
 
 a:link, a:visited, a:active {
	text-decoration :underline;
	color: black;
 }
  
 a:hover {
	color: #9b141a;
 }
  
 /* Schrift und Hintergrund Seite */
#site {
	background-color: transparent;
	background-image: url(../img/site-hgr.png);
	background-repeat: repeat-y;
	color: #000000;
	margin: 0px auto;
	width: 947px;
	padding-left: 26px;
	padding-right: 26px;
	min-height: 97%;
}

 /* Schrift und Hintergrund Kopf */
#head {
 	height: 255px;
}
#bdb-logo {
	position: absolute;
	margin-left: 670px;
	width: 220px;
	height: 145px;
	top: 175px;
	z-index: 100;
}

#spacer {
	height:12px;
	background:transparent;
}
#fuss {
	background-color: transparent;
	background-image: url(../img/fuss-hgr.png);
	background-repeat: repeat-y;
	color: #000000;
	margin: 0px auto;
	width: 947px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 10px;
	height: 25px;
	font-size: 0.6em;
	text-align: center;
}
 /* +++ Positionierung, Navigation, Schrift und Hintergrund im Kopf-Bereich +++ */
#nebennavi {
	background-color: transparent;
	font-size: 0.8em;
	float: right;
	width: 285px;
	margin-right: 24px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#nebennavi a {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}
#nebennavi a:hover {
	color:#8C1F25;
}
#nebennavi .menu-current a {
	color:#8C1F25;
}
#nebennavi ul, #hauptnavi ul, #subnavi ul {
	list-style: none;
}
 
#nebennavi li, #hauptnavi li {
	width: auto;
	display: inline;
}
#nebennavi li.menu-last {
	border-left: 1px solid #000000;
}
#nebennavi li.menu-first {
	border-right: 1px solid #000000;
}
#hauptnavi {
	height: 38px;
	background-color: #8E2127;
	font-size: 0.9em;
	text-align: left;
	padding-left: 30px;
}
/*
#hauptnavi a {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 48px;
	border-left: 1px solid #ffffff;
}
#hauptnavi a:hover {
	background-color: #A54D52;
	padding-right: 10px;
	margin-right: -5px;
}
#hauptnavi .menu-current a, #hauptnavi .menu-parent a {
	color:#ffffff;
	background-color: #A54D52;
	padding-right: 10px;
	margin-right: -5px;
}
#hauptnavi .menu-last a {
	border-right: 1px solid #ffffff;
	padding-right: 10px;
}

#hauptnavi .menu-current.menu-last a {
	padding-right: 10px;
	margin-right: 0px;
}
#hauptnavi .menu-last a:hover {
	background-color: #A54D52;
	padding-right: 10px;
	margin-right: 0px;
}
*/
#subnavi {
	background-color: #A54D52;
	position: absolute;
	top: 68px;
	margin-left: 335px;
	text-align: left;
	font-size: 0.7em;
	border-left: 1px solid #ffffff;
	
}
#subnavi a {
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
	padding: 10px;
}
#subnavi .menu-current a {
	color: #F3C7CB;
}
#subnavi a:hover {
	color: #F3C7CB;
}
/* +++++++++++++++++++++++++++ */
#header_menu {
	position: absolute; 
	margin-left: 20px;
	background: transparent;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu  {
	z-index: 10; 
	clear: both;
}
#nav {
	width: 100%;
	height: 38px;
	background-color: transparent;
	text-align: left;
	margin: 0px auto auto auto;
	border-top: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 0.96em;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left; 
	color: #ef7500; 
	text-align: center; 
	font-weight: normal;
	border-left: 1px solid #ffffff;
}
#nav ul li.menu-last {
	border-right: 1px solid #ffffff;
}
#nav ul li a {
	display: block; 
	background-color: transparent; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 5px;
	padding-top: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../img/navitrenn.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background-color: #a54d52; 
	/*border-color: #fff; */
	color: #ffffff;
}
#nav li a:active, #nav ul li a.active {
	background: transparent; 
	/*border-color: #fff; */
	color: #f0841a;
}
/* Current page Customisations*/

#nav li.menu-parent a {
	color: #ffffff;
}
#nav  li.menu-current a {
	color: #ffffff;
	background-color: #a54d52;
}
#nav  li.menu-expand.menu-parent a {
	color: #ffffff;
	background-color: #a54d52;
}
#nav li.menu-child a {
	color: #999999;
}
#nav li.menu-sibling a {
	color: #ffffff;
}


ul#header_menu li.menu-first a{
	background-image: none;

}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute; 
	width: 13em; 
	margin-top: 0px; 
	display: none; 
	text-transform: none; 
	background-color: #a54d52;		
	border-top: 0; 
	font-size: 100%;
}
#nav .menu li ul li {
	width: 13em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 13em; 
	padding: .6em .2em .6em 1em;
	background-color: #a54d52;
	background-image: none;
	color: #ffffff; 
	border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a {font-size: 0.8em;}
#nav .menu li ul a:hover {
	color: #F3C7CB; 
	background-color: #a54d52; 
	border: 0; 
}
#nav .menu li ul li {
	border-right: none;
}
#nav li.menu-expand ul li.menu-current a {
	color: #F3C7CB;
}
/* Show and hide */
#nav .menu li:hover ul, 
#nav .menu li a:focus ul, 
#nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul { 
	display: none;
}
#nav .menu li:hover ul ul, 
#nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, 
#nav .menu li li:hover ul, 
#nav .menu li.subMenu ul, 
#nav .menu li li.subMenu ul {
	display: block;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a { 
	width: 11.5em; 
	padding: .6em .1em .6em .4em; 
	background: #c6c6c6; 
	color: #fff; 
}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* +++ Positionierung, Schrift und Hintergrund Hauptteil +++ */
#content {
	background-color: transparent;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	width: 578px;
	font-size: 0.7em;
	line-height: 1.4em;
}
#content h1 {
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.1em;
	font-size: 1.6em;
}
#content h2 {
	margin-bottom: 4px;
	margin-top: 12px;
	font-size: 1.1em
}
#content p {
	margin-bottom: 8px;
}
#content a {
	color: #A54D52;
	text-decoration: underline;
}
#content a:hover {
	color: #A54D52;
	text-decoration: none;
}
#content a.toplink {
	background-color: transparent;
	background-image: url(../img/pfeiltop.gif);
	background-repeat: no-repeat;
	font-size: 0.76em;
	text-decoration: none;
	height: 14px;
	padding-left: 13px;
}
#content ul  a,
#content ol  a {
	color: #000000;
}
#content ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
}
#content ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
/* + Startseite + */
.bodyclass18 #content h2 {
	margin-top: 2px;
	margin-bottom: 10px;
}
.bodyclass18 #content img {
	margin-right: 15px;
	margin-top: 5px;
	float: left;
}
.bodyclass18 table.ansprech {
	margin-top: 3em;
	margin-bottom: 2em;
	border-top: 1px dotted #000000;
	padding-top: 0px;
}
.bodyclass18 #content table.ansprech td {
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bodyclass18 #content table.ansprech p {
	margin-bottom: 0px;
}
/* ++ wbProfiles ++ */
#mod_profiles {
	margin-top: 20px;
}
#tou_legend {
	display: none;
}
#block-3  .fbfieldset  ol {
	border: none !important;
}
.rssfeed {
	display: none;
}
#mod_profiles .item_name, #mod_profiles .cat_name {
	text-align: left;
}
#mod_profiles .fright {
	float: left;
}
#mod_profiles .fright form {
	width: 100%;
	margin-left: 10px;
}
#mod_profiles .rounded {
	padding: 5px;
}
#mod_profiles .title {
	font-size: 1.1em;
}
#mod_profiles .info { 
	padding: 5px;
}
#mod_profiles div.info {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #BBC3BA;
}
#explain {
	display: none;
}
/* Register */
#mod_profiles .item_count {
	font-size: 0.9em;
	margin-top: 5px;
	font-weight: bold;
}
#mod_profiles label.fblabel, 
#mod_profiles span.fblabel { 
	margin-right: auto;
	width: auto;
	text-align: left;
}
#mod_profiles span.fblabel a {
	color: #A54D52;
}
#mod_profiles span.fblabel a:hover {
	color: #A54D52;
	text-decoration: underline;
}
#mod_profiles form,  
#mod_profiles select, 
#mod_profiles textarea { 
	float: left;
}
#mod_profiles input { 
	float: right;
}
h1.fright {
	display: none;
}
#mod_profiles div.rounded {
	border: none;
	text-align: center;
	/*display: none;*/
}

#mod_profiles div.box.rounded {
	border: 1px solid #CCCCCC;
}
#mod_profiles form {
	margin-top: 10px;
}
#mod_profiles fieldset.fbfieldset li.fbtypecheckbox span { 
	display: block;
	margin-bottom: 10px;
	margin-right: -5px;
	padding-right: 15px;
	width: 90%;
	float: left;
}
li.fbtypeselect {
	display: none;
}
#mod_profiles span.fbrequired {
	width: 20px !important;
}
#mod_profiles .fbrequired {
	font-weight: normal;
	font-size: 0.9em;
}
#mod_profiles div.fbicon.fbrequired { 
	position:absolute;
	margin-top:750px;
	/*bottom: 0px;*/
	margin-left: 400px;
} 
#mod_profiles input.fbbutton {
	float: left;
	margin-left: 5px;
}
#mod_profiles input.fbradio {
	margin-left: 5px;
}
fieldset.fbfieldset legend.fblegend {
	color: #757575;
}
/* #mod_profiles .additionals {
	margin-top: 0px;
	padding-top: 0px;
}
*/
#mod_profiles input#item_elink_1 {
	float: left;
}
#mod_profiles input#item_elink_2 {
	margin-right: 255px;
}
#mod_profiles .hinweis-bdb {
	text-align: left;
	margin-top: 15px;
	font-size: 1.16em;
	font-weight: bold;
	/*color: #A54D52;*/
}
#block-0 ol { padding-top: 60px; }

#mod_profiles .info-bdb {
	padding-left: 30px;
	font-size: 0.86em;
	font-weight: normal;
	color: #FF0000;
	line-height: 1.2em;
	position: absolute;
	top: 490px;
	width: 550px;
}
select#sort {float: left;}
.fright label {float:left}
p.hinweis-bdb a:hover {
	text-decoration: underline !important;
}
#breadcrumb {
	display: none;
}
#options {
	display: none;
}
#mod_profiles div#item_nav {
	border-top: 0px;
}
li.fbtypecheckbox input.fbcheckbox { 
	margin-left: 10px;
	margin-right: 420px;
}
#mod_profiles .icons {
	text-align: left;
}
#mod_profiles .klein {
	font-size: 1em;
}
#mod_profiles .shadow { 
	box-shadow: none;
}
#mod_profiles div.nav_pages { 
	width: 100%;
	/*display: none;*/
}
#mod_profiles .nav_pages span {
	padding-left: 5px;
	padding-right: 5px;
}
#facebook_like {
	float: left;
}
#mod_profiles div.error, 
#mod_profiles div.fberror {
	display: none !important;
}
#mod_profiles .current {
	font-weight: bold; 
	color: #FF0000;
}
/* ++ Accordion ++ */
#accordion {
	font-size: 0.96em;
	margin-bottom: 20px;
}
#accordion p {
	padding-left: 5px;
}
#accordion h3 {
	font-weight: bold;
	padding-left: 5px;
}
#accordion .ui-accordion-header-icon {
margin-left: -5px;
}
/* + Startseite + */
div.mod_anynews {
	border-top: 1px dotted #000000;
	padding-top: 10px;
}
/* +++ Positionierung, Schrift und Hintergrund Newsteil +++ */
#news {
	width: 285px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: left;
	float: left;
	font-size: 0.7em;
}
#news a, #news a:visited {
	color: #92353A;
	text-decoration: underline;
}
#news a:hover {
	text-decoration: none;
}
#news p {
	padding-left: 20px;
	padding-right: 15px;
	margin-bottom: 5px;
}
#news .umbr {
	float: left;
	padding-right: 0px;
}
#news h1 {
	background-color: #808080;
	background-image: url(../img/news_h1-hgr.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 23px;
	font-size: 1em;
	padding-top: 7px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#news .mod_anynews img {
	width: 245px;
	height: 163px;
	margin-bottom: 5px;
	
}
#news div.mod_anynews img {
	display: block;
}
#news div.mod_anynews {
	border-top: none;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
}
#news div.mod_anynews p {
	padding-left: 0px;
	padding-right: 0px;
}

.bodyclass3 #news #erste-news {
	display: none;
}
/* News wbProfiles */
#news #breadcrumb,
#news span.rssfeed,
#news td.pic,
#news #options,
#news #mod_profiles h1,
#news .cat_name,
#news #mod_profiles img,
#news .beschreibung {
	display: none;
}
#news .rounded {
	border: none;
	padding: 0px;
}
#news .info {
	padding: 0px;
}
#news .item_count {
	margin-top: 0px;
}
#news .fright {
	float: left;
}
#news #mod_profiles,
#news #mod_profiles td,
#news #mod_profiles th {
	margin: 0px;
	padding: 0px;
	/*height: 15px;*/
}
#news #mod_profiles {
	float: left;
	width: auto;
	overflow: hidden;
	height: 30px;
	margin-top: -10px;
}
#news .zaehler {
	background-color: #92353A;
	color: #ffffff;
	font-size: 2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.fb-like {
	margin-left: 20px;
}