DIV#layout {
	background : #FFFFCC;
	filter : alpha(opacity=80);
	opacity : 0.8;
	width : 800px;
	height : 450px;
	position : absolute;
	top : 5%;
	left : 20%;
	zoom : 1;
	border : outset 4px #CC6666;
	padding : 4px;
}
DIV#title {
	font-size : 40px;
	position : absolute;
	width : 800px;
	height : 70px;
	margin-left : 0px;
	margin-top : 10px;
	background:url("011.gif") repeat-x left bottom;
}
DIV#subtitle {
	font-size : 20px;
	position : absolute;
	top : 10px;
	left : 500px;
	width : 300px;
	height : 0px;
}
DIV#menue {
	background:url("blueten2.gif") repeat-y top right;
	position : absolute;
	width : 150px;
	height : 370px;
	margin-left : 0px;
	margin-top : 80px;
}
#menue A{text-decoration: none}

DIV#centercontent{
	background:url("blueten2.gif") repeat-y top right;
	position : absolute;
	width : 460px;
	height : 370px;
	margin-left : 160px;
	margin-top : 80px;
}
DIV#rightcontent{
	position : absolute;
	width : 200px;
	height : 370px;
	margin-left : 630px;
	margin-top : 80px;
}
DIV#content{
	position : absolute;
	width : 800px;
	height : 370px;
	margin-left : 0px;
	margin-top : 80px;
	overflow : auto;
}
UL.menuelist{
	padding : 0px;
	margin : 0;
	list-style-type : none;
	line-height : 2.3em;
}
UL.linklist{
	padding-left : 0px;
	margin : 0;
	list-style-type : none;
}
.linklist UL{
	padding-left : 0px;
	margin : 0;
	list-style-position : inside;
	list-style-type : square;
}
P.textfield{
	width:400px;
	height:100px;
	overflow:auto;
}
BODY {
	background : url("52_3.jpg") 100% 100% no-repeat fixed;
	color : #786058;
}
A:link{color:#98857d}
A:visited{color:#402840}
A:hover{background:#ffff40}
A:active{color:#808080}
