BODY {

}

#roterBereich {
		position:absolute;
		top:60px;
		left:10%;
		width:682px;
		padding:0px;
		margin:0px;
		border: 2px solid #FF221E;
		background-color : #D8FFCB;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13px;
		margin-bottom : 10px;
	}
	#blauerBereich {
		position:absolute;
		top:230px;
		left:170px;
		width:120px;
		padding:0px;
		margin:0px;
		border:0px solid #000066;

	}
	h1 {
		font-family:Arial,sans-serif;
		font-size:13pt;
		font-weight: bold;
		color: Red;
	}
	table {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	a{
		color : Red;
		text-decoration : none;
	}
	A:HOVER {
	text-decoration : underline;
	}

li{
	list-style-type : disc;

