/* CSS Document */
body {
	background-color:#D3D3D3;
	}
h1 {
	font-size: 45px;
	font-family: arial;
	color:#1C1C1C;
	text-align:center;
}
a:link { font-weight:bold; color:#4a4a4a; text-decoration:none; }
a:visited { font-weight:bold; color:#242424; text-decoration:none; }
a:hover { font-weight:bold; color:#404040; text-decoration:none; }
a:active { font-weight:bold; color:#636363; text-decoration:underline; }

#wrapper {
	width:100%;
	float:left;
}

#kasten1 {
	width:20%;
	float:left;
}

#kasten2 {
	width:80%;
	float:left;
}

.kasten {
	padding-right:200px;
}

ul {
	list-style-type:square;
	color:000000;
	font-weight:bold;
	size:10px;
}