/* ++++++++++++++++++++++++++++++++++++++++++
CSS-Vereinbarungen fuer Projekt Bienenfarm
copyright 2006 by Stephan Wagner, FM-Computer
+++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
	overflow:hidden;
}
/* was canceled
#div_body {
	width:99%;
	height:99%;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
*/
/* +++++++++ die 3 Grundboxen +++++++++ */
/* the Header-Box */
#div_header {
	width:100%;
	height:120px;
	margin:0px;
	padding:0px;
	text-align:center;
}
/* the Content-Box */
#div_content {
	width:99%;
	overflow:auto;
	height:65%;
	z-index:1;
}
/* the Footer-Box */
#div_footer {
	width:100%;
	height:60px;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	background-image:url("../img/footer_wiese2.jpg");
	background-repeat:repeat-x;
	background-position:left bottom;
}

/* +++++++++ die Elemente-Boxen +++++++++ */
/* Elemente-Boxen im Header-Block */
#div_header_logo {
	width:159px;
	height:100px;
	margin-top:5px;
	margin-left:5px;
	background-image:url("../img/logo.gif");
	float:left;
}
#div_header_info {
	width:400px;
	height:80px;
	margin-top:15px;
	margin-left:5px;
	float:left;
}
#div_header_slogan {
	width:300px;
	height:80px;
	margin-top:5px;
	margin-right:5px;
	float:right;
}
/* Elemente-Boxen im Content-Block */
#div_content_nav {
	width:159px;
	margin-top:5px;
	margin-left:5px;
	/*border:1px dotted maroon;*/
	float:left;
}
#div_content_main {
	height:380px;
	width:500px;
	margin:5px;
	margin-left:20px;
	/*border:1px dotted red;*/
	float:left;
}
#div_content_sec {
	width:180px;
	height:380px;
	margin-top:5px;
	margin-right:5px;
	/*border:1px dotted #c90;*/
	float:left;
}
/* Elemente-Boxen im Footer-Block */
