/* filename: /css/biohonig_gen.css
   version 1.01 - 2006-04-15
   kontakt at manderbachmedia dot de */

body {
	margin: 0px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	/*
	height: 100%;
	width: 100%;
	*/
}

#printinfo {
	display: none;
}

#center {
	position: relative;
	top: 1px;
	left: 0;
	/*margin-left: -390px;*/
	width: 100%;
	padding-right: 5px;
	z-index: 1000;
}


/*       content     */
#content {
	z-index: 1000;
	position: absolute;	
	top: 200px;
	left: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #493848;
}

#contentwrapper {
	/*background: #fff url("/img/bg_content.gif") repeat-y;*/
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #FECE6E;
	padding: 10px 50px 30px 230px;
}

#content h1 {
	margin-top: 0px;
	color: #E67026;
	font-size: 1.2em;
}

#content h2 {
	color: #493848;
	font-size: 1em;
}

#content a {
	text-decoration: none;
	color: #E67026;/* #AEAEAD */
}

#content a:hover {
	text-decoration: underline;
	color: #E67026;
}

#footer {
	border-bottom: 5px solid #E67026;
	margin-bottom: 20px;
}

#footer div {
	color: #999;
	font-size: 0.85em;
	margin: 5px  5px  10px 15px;
}

#footer table {
	color: #999;
	font-size: 1em;
}

#footer a {
	color: #999;
}


/* --- slideshow --- */

.flugwidth {
	width: 730px;
}

.imgFlug {
	float: left;
	margin-right: 5px;
}

#slidediv {
	padding: 0;
	width: 100px;
	height: 400px;
	overflow: auto;
}
#slidediv a {
	width: 70px;
	padding-bottom: 2px;
}

#imgdescr2, #imgdescr3, #imgdescr4, #imgdescr5, #imgdescr6, #imgdescr7, #imgdescr8 {
	display: none;
}

#content ul {
 list-style-type: circle;
 color: #999;
}

#content ul li {
	padding-bottom: 5px;
}

#content ul p, #content ul div{
	color: #493848;
}

#content table.angebotstabelle, #content table.kontaktform {
	color: #493848;
	font-size: 0.9em;
}

#content table.angebotstabelle td {
	padding: 5px;
	vertical-align: top;
	background: #eee;
	height: 50px;
}
#content table.angebotstabelle th {
	padding: 5px;
	background: #eee;
}

#content table.kontaktform td {
	padding: 3px 5px 0 0;
	vertical-align: top;
}

.inputmedium {
	width: 145px;
}

.inputtextarea, .inputlarge {
	width: 350px;
}

address {
	font-style: normal;
}



/*    navmain      */

#navmain {float: right;
	z-index: 1100;
	position: absolute;
	left: 0px;
	top: 157px;
	width: 100%;
	padding-top: 3px;
	height: 50px;
	text-align: right;
}

#navmain a {
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin: 0 10px 0 0;
	padding: 3px 6px 3px 6px;
}
#navmain a:hover, #navmain a.act {
	background: #fff;
	border: 1px solid #FECE6E;/* was E67026 */
	padding: 3px 5px 3px 5px;
}


/*       linke spalte     */
#colLeft {
	z-index: 1100;
	position: absolute;	
	top: 243px;
	left: 20px;
	width: 175px;
	font-size: 0.8em;
	color: #493848;
}

#colLeft a {
	display: block;
	text-decoration: none;
	color: #999;/* AEAEAD */
	background: #fff url("/img/bullet_navsub.gif") 0 3px no-repeat;
	padding: 0 0 5px 15px;
}

#colLeft a.act, #colLeft a:hover {
	text-decoration: none;
	color: #493848;
	background: #fff url("/img/bullet_navsub_act.gif") 0 3px no-repeat;
}

#colLeft a.second {
	background: #fff url("/img/bullet_navsub_2.gif") 13px 4px no-repeat;
	padding: 0 0 5px 25px;
}

#colLeft a.secondact, #colLeft a.second:hover {
	background: #fff url("/img/bullet_navsub_act_2.gif") 13px 4px no-repeat;
	color: #493848;
	padding: 0 0 5px 25px;
}


#colLeft a.email, #colLeft a.email:hover {
	background: #fff;
	padding: 0;
}

#colLeft address {
	font-style: normal;
	font-size: 0.85em;
}

/*    sonstiges   */

#header {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 5px;
	height: 200px;
	width: 100%;
	background: #fff url("/img/header_bg.gif") repeat-x;
}


#header #headleft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header #headright {
	float: right;
}


#logo {
	z-index: 1000;
	position: absolute;
	left: 600px;
	top: 6px;
	width: 150px;
	height: 100px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.red {
	color: #f00;
}
.bgred {
	background-color: #f00;
}

.imgRight {
	float: right;
	margin: 0 0 10px 15px;
}
/*
.imgLeft {
	float: right;
	margin: 0 0 10px 15px;
}
*/


.clear {
	clear: both;
}

.hiddeninfo {
	position: absolute;
	top: 100px;
	left: 350px;
	z-index: 1100;
	visibility: hidden;
	padding: 3px;
	background: #fff;
}

/* IE Scrollbars */
body {
  scrollbar-base-color:#FECE6E;
  scrollbar-3dlight-color:#E67026;
  scrollbar-arrow-color:#E67026;
  scrollbar-darkshadow-color:#fff;
  scrollbar-face-color:#fff;/*FECE6E*/
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#E67026;
  scrollbar-track-color:#eee;
}