/*
* ./position.css
* Usage: bfo position style sheet
*
* Copyright (C)2007 bfo <mailto: >
*
* Last modification: 2007-12-04 13:00
*******************************************************************************/


body {
	background-color: #e0dfdb;
	background-image: url(bg_page.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-center {
	text-align: center;
}

.container {
	background-color: #ffffff;
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1000px;	/* fullsize */
}

.column {
	float: left;
	padding: 0;
	margin: 0;
}

.logo {
	width: 1000px;
	height: 123px;
	background-color: #ffffff;
	padding-bottom: 1px;
}

#logo {
	width: 1000px;
	height: 123px;
	background-image: url(bfo_flashhead_1_8.jpg);
	background-repeat: no-repeat;
}

.span-left {
	width: 204px;
	background: #ffffff;
	/*
	border: 1px solid Red;
	border-right: 2px solid Red;
	border-bottom: 2px solid Red;
	*/
	margin: 0;
	padding: 0;
}

.navi-top {
	width: 796px;
	height: 48px;
	background: #b3cd21;
	background-image: url(bg_topnavi.gif);
	background-repeat: repeat-x;
	border-bottom:2px solid #FFFFFF;
}

#top-navigation {
/*	float:left;
	width:100%;*/
	background: #b3cd21 url("bg_topnav.gif") repeat-x top;
	/*margin-top: 0px;*/
}

.search {
	height: 48px;
	/*
	background-image: url(search_bg_002.gif);
	background-position: 0px 0px;
	*/
}

#top-search {
	height: 48px;
	background: #b3cd21;
	background-image: url(bg_topnavi.gif);
	background-repeat: repeat-x;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

#top-search form {
	width: 202px;
	height: 36px;
	padding-top: 12px;
}

/* Searchform innerhalb der Searchbox zurechtruckeln */
.searchform-searchbox {
	float: left;
	/*
	background: #eef1f6;
	*/
	margin-top: 0px;
	margin-left: 10px;
}

.searchinput {
	width: 145px;
	height: 20px;
	margin-top: 6px;
	margin-left: 8px;
	/*border: 1px solid #cccccc;*/
	padding: 0;
}

.seachbtn {
	margin-top: 6px;
	margin-left: 8px;
}

#left-pagetitle {
	height: 88px;
	background: #b3cd21;
	background-image: url(bg_left_pagetitle.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#left-navigation {
	background: #ffffff;
/*
	height: 88px;
	background-image: url(bg_left_pagetitle.gif);
	background-repeat: repeat-y;
*/
}

.navi-right-main {
	width: 249px;
	height: 38px;
	padding: 6px 0 0 0px;
}

.contentcontainer {
	width: 796px;
	padding: 0 0 0 0;
}

.navi-right-sub {
	width: 249px;
	padding: 6px 0 0 0px;
}

.subtitle {
	width: 796px;
	height: 94px;
	padding: 0px 0px 0px 0px;
}

.info-box {
	width: 145px;
	margin-top: 220px;
	padding: 9px 0px 7px 0px;
}

.info-box-kontakt {
	margin: 4px 4px 4px 4px;
}

.navi-right-meta01 {
	position: absolute;
	width: 118px;
	top: 135px;
	left: 874px;
/*
	border: 2px solid #ffffff;
	z-index: 42;
*/
}

.content-1col {
	width: 651px;
	padding: 0 0 0 0;
}

.content-2col-left {
	width: 325px;
	padding: 0px 0px 0px 0px;
}

.content-2col-right {
	width: 326px;
	padding: 0px 0px 0px 0px;
}

.content-3col-left {
	width: 217px;
	/* padding: 0px 9px 0px 2px; */
	margin: 0;
}

.content-3col-middle {
	width: 217px;
	/* padding: 0px 9px 0px 2px; */
	margin: 0;
}

.content-3col-right {
	width: 217px; /* 196px-18px IE6BUG! */
	/* padding: 0px 9px 0px 9px; */
	margin: 0;
}

.footer {
	width: 967px;
	/*
	margin-right: 4px 0px 20px 68px
	*/
}

.hr-footer {
	width: 967px; /*899px;*/
	padding: 9px 0 9px 0;
}

.background-pic01 {
/*
	background-image: url(bg_subtitel_pic_right.jpg);
*/
	background-image: url(bild.php);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

.background-white {
	background: #ffffff;
}

.background-color01 {
	/* green */
	background: #b3cd21;
}

.background-color02 {
	/* light green */
	background: #d8e88f;
}

.background-color03 {
	/* yellow */
	background: #f5bf07;
}

.background-color04 {
	/* not in use */
	background: #eef1f6;
}

/* Clear fix */
.container:after { 
  content:  "."; 
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer {
	text-align: center;
}

#right-navigation {
	padding-left: 6px;
	padding-right: 3px;
}

.debug {
	border: 1px solid Red;
}
