/*	Autor: Michael Winter, Onlinewerft GmbH  
	www.winterdienst.info, www.onlinewerft.de */



.futsch1 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px; 
	overflow:hidden; 
	display:inline;
}

.futsch2 { 
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px;
}

.unsichtbar	{ 
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0; 
}



/* Allgemein: */

html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 86%;
	color: #333;
	background-color: #06570A;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

p { 
	line-height: 160%;
}

.clear {
	clear: both;
}

/* Typo */

h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.3em;
}


/* Layout */

#oben {
	
}

#mitte {
	border: #fff solid;
	border-width: 1px 0 1px 0;
	background: transparent url(/pics/layout/ffb/bg_mitte.gif) repeat-y;
	background-position: center;
	background-color: #fff;
}

#unten {
	
}

#oben_innen {
	margin: 0px auto;
	padding: 0;
	width: 900px;
}

#mitte_innen {
	text-align:left;
	margin: 0px auto;
	padding: 0;
	width: 900px;
}

#unten_innen {
	margin: 0px auto;
	padding: 0;
	width: 900px;
}

#unten_innen_hp {
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin: 0px auto;
	padding: 24px 191px 0 191px;
	width: 538px;
	background: transparent url(/pics/layout/ffb/liege_hp.gif) no-repeat;
	background-position: bottom right;
}

#unten_innen_hp p.startseite {
	font-size: 95%;
	font-weight: normal;
}

#navigation {
	float: left;
	width: 180px;
	color: #004000;
}


#inhalt {
	float: left;
	width: 572px;
	background-color: #ccc;
	border: #fff solid;
	border-width: 0 1px 0 1px;
	padding: 18px;
	overflow:hidden;
}

#bilder_hp {
	float: left;
	background-color: #ccc;
	border: #fff solid;
	border-width: 0 1px 0 1px;
}

#nav_rechts {
	float: left;
	width: 92px;
	padding: 18px 0 0 18px;

}

/* Links Lauftext */

#unten_innen_hp a:link, #unten_innen_hp a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

#unten_innen_hp a:active, #unten_innen_hp a:hover {
	color: #fff;
	border: #fff solid;
	border-width: 0 0 1px 0;
}

#inhalt a:link, #inhalt a:visited {
	text-decoration: none;
	color: #004c19; 
	font-weight: bold;
}

#inhalt a:active, #inhalt a:hover {
	text-decoration: underline;
}

/* Links Navigation */

#navigation ul a {
	font-weight: bold;
	padding: 4px 0 3px 26px;
	display: block;
}

#navigation ul li.ebene2 a {
	font-weight: bold;
	padding: 3px 0 4px 36px;
}

#navigation ul li.ebene2aktiv a {
	font-weight: bold;
	padding: 3px 0 4px 36px;
}

#navigation a {
	color: #004c19; 
	display: block;
	text-decoration: none;
	background: transparent url(/pics/layout/ffb/nav_bg.jpg) no-repeat 0px -100px;
}

#navigation a:hover {
	background: transparent url(/pics/layout/ffb/nav_bg.jpg) no-repeat 0px 0px;
}

#navigation ul {
	font-size: 1.2em;
}

#navigation .ebene1 a:hover {
	background: transparent url(/pics/layout/ffb/nav_bg.jpg) no-repeat 0px 0px;
}

#navigation .ebene1aktiv a {
	background: transparent url(/pics/layout/ffb/nav_bg.jpg) no-repeat 0px 0px;
}

#navigation .ebene2 {
	font-size: 0.8em;
}

#navigation .ebene2aktiv  {
	font-size: 0.8em;
}

#navigation .ebene2aktiv a {
	background: transparent url(/pics/layout/ffb/nav_bg.jpg) no-repeat 0px 0px;
}

#navigation a:hover, #currentpage a {
	
}

#navigation li {
	border: solid #fff;
	border-width: 0 0 1px 0;
}

#navigation ul, #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*===================  ONLINEWERFT - Ergänzungen =================== */

div.ContentBox {
 	width:580px; 
 	float:left;
}

div.ContentBox p {
 	width:auto; 
	font-family: Bookman Old Style, Times, serif;
	font-size: 95%;
}


div.BildBoxSeitenVerweis {
 	width:172px; 
 	float:left; 
 	padding-top:5px; 
 	padding-bottom:5px;
}



div.BildBoxSeitenVerweis a img.norollover {
	border:solid 1px #FFFFFF;
}

div.BildBoxSeitenVerweis a img.rollover {
	border:solid 1px #f3a632;
}

div.BildBoxSeitenVerweis a.SeitenverwRollover {
	text-decoration: underline;

}

div.BildBoxSeitenVerweis a.SeitenverwNoRollover {
	text-decoration: none;
}


div.BildBoxSeitenVerweis a {
 	text-decoration: underline;
}



div.ContentBox p.AbsatzBildText {
	width:auto; 
	color:#5C5C5C; 
	font-weight:bold;
	font-family: Arial;
	font-size: 110%;
}


div.BildBoxAbsatz {
	width:580px; 
 	float:left;
}



div.AbsatzBild {
	width:303px;
	float:left;
	
}

div.AbsatzBildText {
	width:230px;
	float:left;
	vertical-align:bottom;
}

/*---- BildBoxReGesamt ----*/

div.BildBoxReGesamt {
	width:62px; 
	float:left;
	overflow:hidden;
}


div.BildBoxReGesamt img {
	margin-bottom:10px;
}

div.BildBoxReGesamt a img.borderOrange {
	border:solid 1px #000000;
}

div.BildBoxReGesamt a:hover img.borderOrange  {
	border:solid 1px #f3a632;
}


div.BildBoxReGesamt img.borderWhite {
	margin-bottom:10px;
	border:solid 1px #FFFFFF;
}
