/* filename: /css/biohonig_gen.css
   version 1.01 - 2006-04-15
   kontakt at manderbachmedia dot de */


/* display href after link
#content a[href]:after { 
	text-decoration: none;
	content: " [" attr(href) "] ";
	font-size: 11px;
}
 */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
}

#printinfo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#printinfo p {
	font-size: 11px !important;
	color: #000;
}


#footer, #navmain, #colLeft, #header, #logo {display: none;}

#center {
	/*
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	*/
}


/*       content     */
#content {
	z-index: 1000;
	/*
	position: absolute;	
	top: 200px;
	left: 0px;
	*/
	margin-top: 150px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #493848;
}

#contentwrapper {
	/*
	background: #fff url("/img/bg_content.gif") repeat-y;
	padding: 10px 30px 30px 210px;
	*/
}

#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  5px 15px;
}

#footer table {
	color: #999;
	font-size: 1em;
}

#footer a {
	color: #999;
}

#slidediv {padding: 0;
	height: 280px;
	width: 105px;
	overflow: auto;
}
#slidediv a {
	width: 70px;
	margin-bottom: 2px;
}

#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;
}
#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 {
	z-index: 1100;
	position: absolute;
	left: 260px;
	top: 157px;
	padding-top: 3px;
	height: 50px;
}

#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 #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.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: 0px;
}

#logo {
	z-index: 1000;
	position: absolute;
	left: 600px;
	top: 6px;
	width: 150px;
	height: 100px;
}

.floatRight {
	float: right;
}

.red {
	color: #f00;
}
.bgred {
	background-color: #f00;
}

.imgRight {
	float: right;
	margin: 0 0 10px 15px;
}

.hiddeninfo {
	position: absolute;
	top: 100px;
	left: 350px;
	z-index: 1100;
	visibility: hidden;
	padding: 3px;
	background: #fff;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}

/* 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;
}
