body	{
	height: 100%;
	margin: 0px;
	background-color: #000000;
}

td	{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input, textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000066;
}

#main	{
	position: absolute;
	height: 500px;
	width: 100%;
	top: 50px;
	left:0px;
	background-image: url(../img/bg_hor.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#windberg	{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left:0px;
	background-image: url(../img/windberg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#blume	{
	position: absolute;
	bottom: 0px;
	right:0px;
}

#logo	{
	position: absolute;
	top: 51px;
	left:0px;
}

#content	{
	position: absolute;
	top: 80px;
	left:70px;
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #000066;
	filter: Alpha(Opacity=80); 
	-moz-opacity:0.8;
	opacity: 0.8;
	
}

#content table	{
	width: 100%;
}

.navigation	{
	background-color: #cccccc;
	padding: 3px;
	border-bottom: 1px solid #000066;
}

.navigation a	{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;

}

.text	{
	padding:10px;
}

.image	{
	padding: 3px;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}

