@charset "utf-8";
/* Author: Fabian Gehrs */

/* CSS Document */

html {height:100%; background-color:#f0faff;}
body {color:#000000;font-size:12px;font-family:Verdana;}
div  {color:#000000;font-size:12px;font-family:Verdana;}

a:link		{color:#000000; font-size:12px/14px; font-family:Verdana; text-decoration:underline;}
a:visited	{color:#000000; font-size:12px/14px; font-family:Verdana; text-decoration:underline;}
a:hover	{color:#000000; font-size:12px/14px; font-family:Verdana; text-decoration:none;}

#main {
	width:900px;
	margin: 0 auto;
	background-color:#ffffff;
}
#box {
	position:absolute;
	width:868px;
	/*height:1280px;*/
	top:118px;
	/*background-repeat:no-repeat;
	background-position:center;
	background-image:url(sonnenblumen.gif);*/
	background-color:#ffffff;
	padding:15px;
	border:2px #3B7878 solid;
	border-style:outset;
	border-top:none;
}
/* Header und Inhalt */
#header_top {
	position:absolute;
	width:858px;
	/*height:46px;*/
	height:61px;
	background-color:#ff9933;
	padding:20px;
	padding-top:5px;
	font-size:40px;
	color:#ffffff;
	text-align:center;
	border:2px #3B7878 solid;
	border-style:outset;
	border-bottom:none;
}
#header_bottom {
	position:absolute;
	width:894px;
	height:18px;
	top:96px;
	background-color:#295353;
	padding:2px;
	border:2px #3B7878 solid;
	border-style:outset;
	border-top:none;
	border-bottom:none;
	color:#ffffff;
	/*padding-left:50px;*/
	font-size:12px;
	text-align:center;
}
#blume {
	position:absolute;
	width:51px;
	height:111px;
	padding-left:5px;
}
#blume2 {
	position:relative;
	float:right;
	width:51px;
	height:111px;
	padding-right:25px;
}
/* Module links */
#lernen {
	position:absolute;
	width:126px;
	height:92px;
	left:15px;
	background-color:#f0faff;
	padding:5px;
	border:2px #3B7878 solid;
	border-style:outset;
}
/* Module rechts */
#login {
	position:absolute;
	width:118px;
	height:118px;
	right:15px;
	background-color:#f0faff;
	padding:10px;
	border:2px #3B7878 solid;
	border-style:outset;
}
#sonne {
	position:absolute;
	width:128px;
	height:132px;
	right:15px;
	background-color:#f0faff;
	padding:5px;
	border:2px #3B7878 solid;
	border-style:outset;
}
#kontakt {
	position:absolute;
	width:128px;
	height:128px;
	right:15px;
	bottom:15px;
	background-color:#f0faff;
	padding:5px;
	border:2px #3B7878 solid;
	border-style:outset;
	font-size:10px;
}

/* Content */
#content {
	position:relative;
	width:514px;
	/*height:1336px;*/
	left:155px;
	background-color:#d4f1ff;	
	padding:20px;
	border:2px #3B7878 solid;
	border-style:outset;
}
/* Im Content */
#bestellung {
	position:relative;
	width:492px;
	/*height:100px;*/
	/*height:275px;*/
	/*bottom:20px;*/
	/*left:20px;*/
	background-color:#f0faff;
	padding:10px;
	border:2px #3B7878 solid;
	border-style:outset;
}

