html body {
	height: 100%;
	background-color: black;
	background-image: url('img/sonne.png');
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	overflow:auto;
}

html body a{
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

html body a:hover{
	text-decoration: underline;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

IMG.bild{
	border-color: white;
	}

DIV.mboxtop {
	width: 206px;
	height: 15px;
	background-image: url('img/mtop.png');
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-right: 100px;
}

DIV.mbox {
	width: 195px;
	background-image: url('img/boxmain.png');
	padding-left: 10px;
	margin-right: 100px;
	line-height: 2;
}

DIV.mbox a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

DIV.mboxsub a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

DIV.mboxsub a:hover {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

DIV.mboxbot {
	width: 206px;
	height: 15px;
	background-image: url('img/mbot.png');
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-right: 100px;
}

DIV.cboxtitel {
width: 540px;
	height: 50px;
	background-image: url('img/ctitel.png');
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;

}

DIV.cboxtop {
	width: 540px;
	height: 20px;
	background-image: url('img/top.png');
	background-repeat:no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

DIV.cbox {
	width: 523px;

	background-image: url('img/boxmain.png');
	line-height: 1.5;
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 10px;
}

DIV.cboxhead {
	font-size: 12pt;
}

TD {
font-size: 10pt;
}

DIV.cbox a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

DIV.cboxbot {
	width: 540px;
	height: 20px;
	background-image: url('img/bot.png');
	background-repeat:no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
