/* CSS Document */
body {
	background-color: #FFCC00;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#rahmen {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	height:100%;
	border: 1px solid #FFCC00;
	background-image:url(../images/gridders1_08.gif);
	background-repeat:no-repeat;
	min-height: 1200px;

	}
#navigation {
	width: 250px;
	margin: 240px 0 0 0;
	float:left;
	}
#content {
	width: 450px;
	margin-top: 240px;
	margin-left:270px;
	margin-right:200px;
	padding-left: 20px;
	border-left:#FF9900 1px solid;
	min-height: 400px;
	}
#multiusearea {
	width: 190px;
	margin: 240px 10px 0 20px;
	float:right;
	padding-left: 20px;
	border-left:#FF9900 1px solid;
	}
#news {
	margin-top: 0px;
	}
#links {
	margin-top: 20px;
	}
#shop {
	margin-top: 20px;
	}
#footer {
	width:100%;
	height:40px;
	margin-bottom:30px;
	bottom:0;
	margin-top: 40px;
	border-top:#FF9900 solid 1px;
	vertical-align:middle;
}

