body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	}
table{
	margin: 0px;
	width: 400px;
	border: 0px;
	vertical-align: top;
}
td{
	padding: 2px;
}
li{
	list-style-type: square;
}
a:link {
	color: #235769;
}

a:visited {
	color: #235769;
}
.fett{
	font-weight: bold;
	color: #235768;	
}
.klein{
	font-size: 80%;	
}
.achtung{
	color:#F60;
	font-weight: bold;
	}
	
	
h1{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content{
	background-image: url(images/bgk.jpg);
	width: 800px;
	border: 1px solid #481529;
	margin: 60px 0px 0px 50px;

}
#kopf{
	width: 800px;
	border: 0px;
	margin: 0px;
	background-image: url(images/bgk.jpg);
	height: 70px;
}
#menue_u{
	width: 800px;
	border: 0px;
	margin: 0px;
	background-image: url(images/bgm.jpg);
	height: 20px;
	font-size: x-small;
	text-align: right;
	vertical-align: middle;
}
#mitte{
	width: 800px;
	margin: 0px;

}

#menue{
	float: left;
	width: 170px;
	margin: 100px 0px 0px 1px;
	display: inline;
	height: 500px;
}

#text{
	width: 550px;
	margin: 30px 0px 0px 210px;

}
#fusszeile{
	width: 800px;
	clear: both;
}

#bild{
	position: absolute;
	visibility: visible;
	z-index: 99;
	left: 20px;
	top: 15px;
	right: 0px;
	bottom: 0px;
	height: 219px;
	width: 225px;
}
#error{
	width: 550px;
	margin: 0px 0px 0px 210px;
	color: #FF3300;
	font-weight: bold;

}