@import url(nav.css);
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 1.2em;
	background: #ffffff url(img/bg.gif) repeat-x left center fixed;
}

/* global
----------------------------------*/
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 1.4em;
}
form, input, select, textarea {
	margin: 0px;
	padding: 0px;
	display: inline;
}
form p {
	margin: 0px 0px 1px 0px;
	padding: 0px;
}
input, select, textarea {
	border: 1px solid #636467;
	padding: 3px 0px 0px 0px;
	line-height: 1.2em;
	background-color: #FFFFFF;
}
form p {width: 200px;}
form p input, form p select {width: 180px;}
form p input.fclear {width: auto;}
form p .submit {padding-left: 10px;}
form p textarea {width: 380px;}

input.fclear {border: none; background: none;}

.right {float: right;}
.left {float: left;}
.spacer {clear: both; font-size: 2px; line-height: 2px;}
.clear {clear: both;}
.hidden {visibility: hidden;}
a, a:link, a:hover, a:active, a:visited {color: #636467; text-decoration: none;}
a.active, a.active:link, a.active:hover, a.active:active, a.active:visited {font-weight: bold;}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 1.4em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}

p, li {
	margin-top: 0px;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
h2.noSpace, h3.noSpace, p.noSpace {margin-bottom: 0.4em;}
.black {color: #000000;}
.blue {color: #0065AB;}

/* png support
----------------------------------*/
img {
   /*behavior: url(http://www.bio-nahrung.at/pngbehavior.htc);*/
}

/* page, main
----------------------------------*/
#page, #logo, #imgLeft, #imgLeftBg, #contentLeftBg, #contentLeft, #contentBg, #content, #callBack {
	position: absolute;
}
#page {
	top: 111px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #D1D3D4;
}
#logo {
	left: 808px;
	top: -98px;
}
#main {
	position: relative;
	height: 367px;
	border-bottom: 1px solid #D1D3D4;
}
/* content
----------------------------------*/
#imgLeft {
	width: 492px;
	height: 369px;
}
#contentBg {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #D1D3D4;
}
#content {
	top: 28px;
	left: 528px;
	width: 452px;
}
#content ul, #pageWindow ul {
	margin: 0px 0px 1.4em 0px;
	padding: 0;
}
#content ul li, #pageWindow ul li {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background: url(img/li_blue.gif) no-repeat left center;
}
/* callBack
----------------------------------*/
#callBack {
	top: 301px;
	left: 750px;
	width: 188px;
	height: 66px;
	background-color: #BCBDC0;
}
#callBack form {}
#callBack input {float: left;}
#iCallback {
	width: 148px;
	height: 15px;
	margin-left: 10px;
	padding: 0px;
	line-height: 1.25em;
	border: 1px solid #0065AB;
	background-color: #F3F3F4;
}
#bCallback {
	border: 0px none;
	padding: 0px;
}
#callBack img {
	display: block;
	clear: both;
}
