/*
* ./bfo_main.css
* Usage: bfo main style sheet
*
* Copyright (C)2007 bfo <mailto: >
*
* Last modification: 2007-12-04 13:00
*******************************************************************************/


.usb {
	visibility: hidden;
}

/*
TOP-NAVIGATION
*/
#top-navigation ul {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#top-navigation li {
	float:left;
	background: url("btn_top_nav_left_both.gif") no-repeat left top;
	margin: 0px;
	padding: 0 0 0 9px;
	/*list-style: none;
	display:inline;*/
}

#top-navigation li.first {
	float:left;
	background: url("btn_top_nav_left_both_first.gif") no-repeat left top;
	margin: 0px;
	padding: 0 0 0 7px;
	/*list-style: none;
	display:inline;*/
}

#top-navigation a {
	float: left;
	display: block;
	width: .1em;
	background:url("btn_top_nav_right_both.gif") no-repeat right top;
	/* padding: 17px 15px 15px 5px; */
	padding: 17px 15px 15px 5px;
	font: italic 13px Georgia, serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	white-space:nowrap; /* Wenn Men�eintr�ge aus mehreren Worten bestehen bricht der IE6 auch dann um, wenn der Platz ausreichend w�re (ff2.0.0.x kommt auch ohne aus) */
}

#top-navigation > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top-navigation a {float:none;}
/* End IE5-Mac hack */

#top-navigation a:hover {
	color:#000000;
}
#top-navigation #first-level-activ {
	background-position:0 -150px;
	border-width:0;
}
#top-navigation #first-level-activ a {
	background-position: 100% -150px;
	padding-bottom: 15px;
	color: #000000;
}
#top-navigation li:hover, #top-navigation li:hover a {
	background-position:0% -150px;
	color:#000000;
}
#top-navigation li:hover a {
	background-position:100% -150px;
}

.pagetitle  h1 {
	color: #ffffff;
	text-align: right;
	padding: 36px 10px 0 0;
}

.pagesubtitle  h1 {
	color: #000000;
	text-align: left;
	padding: 36px 0 0 15px;
}

/*
SUB-NAVIGATION
*/

#subnavi ul {
	font: bold 12px Arial, sans-serif;
	background-color: transparent;
	text-align: right;
	padding: 0 0 0 0;
	margin: 2px 5px 0 0;
}
#subnavi li {
	font: bold 12px Arial, sans-serif;
	width: 202px;
	background-color: #deeb9f;
	list-style: none;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #ffffff;
}

#subnavi li.aktiv {
	font: bold 12px Arial, sans-serif;
	width: 202px;
	background-color: #b3cd21;
	color: #ffffff;
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 2px solid #ffffff;
}

span.li-activ{
	/* JPDebug */
	font: bold 12px Arial, sans-serif;
	
	background-color: #b3cd21;
	margin: 0 18px 0 0;
}

#subnavi a {
	font: bold 12px Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 18px 0 0;
}

#subnavi a:link, #subnavi a:visited {
	/*background-color: #f5bf07;*/
	color: #000000;
}

#subnavi a:hover, #subnavi a:focus {
	/*background-color: #ffffff;*/
	color: #F5BF07;
}

/*
content-normal
*/
#content-normal {
	padding: 14px 24px 14px 24px;
}

/*
FOOTER-NAVIGATION
*/
.footer{
	font: normal 12px sans-serif;
	color: #acd000;
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 6px solid #DFE9A0;
}
#footer-navigation ul {
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer-navigation li {
	background-color: transparent;
	color: #acd000;
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline;
}

#footer-navigation a {
	font: normal 12px sans-serif;
	color: #acd000;
	text-decoration: underline;
	padding: 0.2em 0.5em; /*
	display: block;
	float:left;
	width: 9.7em;
*/
}

#footer-navigation a:link, #footer-navigation a:visited {
	color: #acd000;
}

#footer-navigation a:hover, #footer-navigation a:focus {
	color: #000000;
}

/*
META-NAVIGATION
*/
#meta-navigation {
	font: italic 10px Georgia, serif;
	color: #002b80; /* #003beb meta-navi*/
	width: 100%;
	padding: 0 0 0 2px;
}
#meta-navigation ul {
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
}

#meta-navigation li {
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline;
}

#meta-navigation a {
	font: italic 10px Georgia, serif;
	color: #002b80;
	text-decoration: none;
/*
	padding: 0 0 0 0.6em;
	display: block;
	float:left;
	width: 9.7em;
*/
}

#meta-navigation a:link, #meta-navigation a:visited {
	color: #002b80;
}

#meta-navigation a:hover, #meta-navigation a:focus {
	color: #003beb;
}

/*
META-NAVIGATION-PREIS-CALL
*/
#meta-navigation_preis_call {
	/*
	font: italic 12px Georgia, serif;
	color: #000000;
	*/
	width: 100%;
	padding: 0 0 0 2px;
}
#meta-navigation_preis_call ul {
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
	/*
	list-style-image:url(ul_dot_18x18.gif);
	*/
}

#meta-navigation_preis_call li {
	border: 2px solid #ffffff;
	background-color: #f5bf07;

	margin: 3px 0 0 0;
	list-style: none;
	/*
	background-image: url(ul_dot_18x18.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;

	list-style-image:url(ul_dot_18x18.gif);
	display:inline;
	*/
}

#meta-navigation_preis_call a {
	font: italic 12px Georgia, serif;
	color: #000000;
	text-decoration: none;
/*
	padding: 0 0 0 0.6em;
	display: block;
	float:left;
	width: 9.7em;
*/
}

#meta-navigation_preis_call a:link, #meta-navigation_preis_call a:visited {
	color: #000000;
}

#meta-navigation_preis_call a:hover, #meta-navigation_preis_call a:focus {
	color: #ffffff;
}


#content-date {
	margin: 0 0 0 2px;
	font-size: 10px;
}

#content-print {
	margin: 0 0 0 8px;
	font-size: 10px;
}
#top2-breadcrumbs {
	margin: 0 0 0 2px;
	font-size: 12px;
}
#top2-breadcrumbs a {
	color: #666666;
}
#top2-breadcrumbs a:hover {
	color: #000000;
}

/* Contentstyles */
table.contenttable {
	border: 0;
	padding: 0px;
	margin: 0px;
	margin-top: 1em;
}
.contenttable td  {
	width: 50%;
	padding-right: 10px;
	}

th, td {
	border: 0;
	padding: 0px;
	margin: 0px;
	
}
table.contenttable-1 th, table.contenttable-1 td {
	border-top: 1px solid #a6c61b;
	padding: 8px;
	vertical-align: top;
	width: auto;
}

/* Formmailer Callback Service */
form#mailform {
	width: 500px;
	border: 1px solid #dddddd;
	padding: 5px 20px 5px 20px;
}
div.csc-mailform-field {
	width: 100%;
}
label {
	display: block;
	width: 200px;
}
#mailformnachricht, #mailformname, #mailformfirma, #mailformposition, #mailformtel {
	right: 20px;
}


/* Special formatting for price tables */
table.price {
	margin-bottom: 3px;
}

tr.odd, tr.even { 
	height: 2em;
	vertical-align: middle; }
tr.odd { 
	background-color: #a5c71b; 
}
tr.even { 
	background-color: #d8e88f; 
}

td.left, td.right { padding: 20px 0px 15px 0px; }
td.left { 
	width: 85%; 
	padding-left: 20px;
}
td.right { 
	width: 10%; 
	padding-right: 20px;
}
