*{
	margin:0;
	padding:0;	
}

body{
	background:url('../images/bg.jpg');
}

#page{
	width:100%;
	height:auto;
}

#page1{
	width:1000px;
	height:auto;
	margin:20px 0px 20px 0px;
	background:url('../images/bg_white.jpg');
	border-style:solid;
	border-width:1px 1px 1px 0px;
	border-color:black;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#notice{
	height:200px;
	width:200px;
	position:absolute;
	top:40px;
	right:inerhit;
	margin-left:650px;
	background:url('../images/zettel.gif') no-repeat;
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	padding:30px 13px 5px 13px;
}

#banner{
	background:url('../images/banner.jpg') no-repeat;
	height:180px;
	width:100%;
	background-color:#291936;
	border-style:groove;
	border-width:0px 0px 4px 0px;
	border-color:white;
}

#topmenue{
	background-color:#291936;
	color:white;
	margin:20px 0 20px 0;
	border-width:1px 0 1px 0;
	border-style:solid;
	border-color:white;
	
}

#main{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

#main_menue{
	float:left;
	height:100%;
	width:180px;
	padding-left:6px;
}

.menue_top{
	width:100%;
	height:29px;
	background:url('../images/menue_t.gif') no-repeat;
	border-width: 0 1px 0 0;
	border-color:white;
	border-style:solid;
}

.menue_middle{
	width:179px;
	background-color:#291936;
	border-width:0 1px 0 1px;
	border-color:white;
	border-style:solid;
	color:white;
}

.menue_boddom{
	width:100%;
	height:29px;
	background:url('../images/menue_b.gif') no-repeat;
	border-width: 0 1px 0 0;
	border-color:white;
	border-style:solid;
}

#main_inhalt{
	float:left;
	height:auto;
	padding:10px 0 10px 0;
	margin-left:10px;
	width:803px;
	background-color:white;
	display:inline;
}

#main_inhalt_inhalt{
	float:left;
	height:100%;
	width:606px;
	margin-right:6px;
	padding-left:5px;
	display:inline;
}

#main_inhalt_right{
	float:left;
	height:100%;
	width:180px;
	margin-top:10px;
	margin-right:6px;
	display:inline;
}

#fuss{
	height:auto;
	width:100%;
	text-align:center;
	background-color:#291936;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:white;
	margin:20px 0 20px 0;
	color:white;
}

.box_top{
	width:163px;
	background-color:#660066;
	color:#ffffff;
	padding-left:20px;
}

.box_middle{
	width:181px;

	border-style:dashed;
	border-color:#660066;
	border-width:0px 1px 1px 1px;
}


