.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
}

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover	{
	color: #FF6600;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}

#banner {
	width:770px;
	height:230px;
	z-index:3;
}
#pos {
	position:absolute;
	width:1px;
	height:1px;
	z-index:1;
	left: 50%;
	top: 50%;
}
#main {
	background-color: #FFFFFF;
	position:absolute;
	width:770px;
	height:590px;
	z-index:2;
	left: -385px;
	top: -295px;
}
#content {
	position:absolute;
	width:540px;
	height:340px;
	z-index:3;
	left: 230px;
	top: 250px;
	overflow: auto;
}
#navi {
	position:absolute;
	width:230px;
	height:340px;
	z-index:4;
	top: 250px;
	background-image: url(images/wmda_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#titel {
	position:absolute;
	width:770px;
	height:230px;
	z-index:5;
	background-image: url(images/bg_titel.gif);
}