@charset "UTF-8";
/* imports */
@import url("reset.css");
@import url("general.css");
@import url("navigation.css");
@import url("formate.css");



/* Seitenaufbau */
div#container {
	position: relative;
}

	div#page {
		background: url(../images/bg_page.png) no-repeat right 124px;
		width: 823px;
		margin: 0px auto;
		position: relative;
		z-index: 100;
		padding: 50px 0 0px
	}
		p#logo { 
			margin-left: 40px
		}
		
		div#shortnav {
			background: #fff;
			padding: 8px 0 8px 40px;
			width: 769px
		}
		div#shadow {
			width: 823px;
			border-left: 1px solid #fff;
			background: url(../images/shadow.png) repeat-y top right;
			float: left;
		}
		div#navigation {
			position: relative;
			background: #fff;
			width: 807px
		}
			div#bio {
				background: url(../images/logo-bio.png) no-repeat;
				position: absolute;
				right: 25px;
				top: -68px;
				width: 81px;
				height: 67px;
			}
				div#bio a { 
					display: block;
					width: 81px;
					height: 67px;
					text-indent: -9999px
				}
			
			div#bioland {
				background: url(../images/logo-bioland.png) no-repeat;
				position: absolute;
				right: 115px;
				top: -68px;
				width: 102px;
				height: 68px;
			}
				div#bioland a { 
					display: block;
					width: 102px;
					height: 68px;
					text-indent: -9999px
				}
		
		div#main { 
			background: #fff;
			float: left;
			clear: both;
			width: 800px;
			padding: 0 4px 20px;
		}
			
			div#lmargin {
				background: url(../images/border.gif) top left no-repeat; 
				width: 190px; 
				float: left;
				padding: 1px 0 0;
				border-bottom: 1px solid #fff;
			}
			
			div#sidebar { 
				width: 135px; 
				float: left;
				padding: 0 0 40px 20px;
			}
			div#content {
				background: url(../images/border_content.gif) no-repeat right top;
				width: 423px;
				padding: 0 30px 40px 0;
				float: left;
				
			}
		
		div#footer {
			background: url(../images/bg_footer.png) no-repeat;
			clear: both;
			padding-top: 56px;
			height: 27px;
			color: #525252;
			position: relative;
		}
			div#footer span.copyright { position: absolute; right: 30px; top: 56px }
			div#footer a.kwl { 
				background: url(../images/arrow-right.png) no-repeat left 2px;
				color: #525252;
				padding-left: 12px;
				margin-left: 3px
			}
			
			div#footer a.top {
				display: block;
				margin: 0px 0 0 22px;
				padding-left: 10px;
				color: #3e6130;
				text-decoration: none;
				float: left
			} 
			
/* Editieransicht */
body.edit div#navigation { padding: 20px 0 20px }
body.edit div#navigation ul.navigation_showLevel1 ul { top: 40px  }
body.edit {}


/* Druckansicht */
body.print div#page { width: 600px; position: relative }
	body.print div#content { margin: 0 }
	
div#printheader { 
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: 1em 
}
	div#printheader a.button { 
		position: absolute;
		top: -20px;
		right: 0;
		background: url(../images/icon_print.png) no-repeat 5px 3px;
		padding-left: 30px 
	}		

