/* CSS Document */

/* Farben
	hellgrün	#CCCC9A
	dunkelgrün	#9B945D
	dunkelblau	#00314F
*/

body {
	width: 100%;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-color: #CCCC9A;
	text-align: center;
}
#center {
	position: relative;
	width: 900px;
	height: 650px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 100%;
	height: 210px;
	background-image: url(../pictures/basic/bckgrd1.gif);
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	width: 400px;
	height: 25px;
	top: 20px;
	left: 430px;
	text-align: right;
}
#slogan {
	position: absolute;
	width: 237px;
	top: 125px;
	left: 85px;
}
#headertext {
	position: absolute;
	width: 750px;
	height: 30px;
	top: 165px;
	left: 85px;
	/*background-color: #FF9900;*/
}
#content {
	position: absolute;
	width: 750px;
	height: 400px;
	top: 230px;
	left: 85px;
}