body {
	background-color: #529e2e;
	font-family: sans-serif;
}

a {
	color: #4444FF;
	font-weight: bold;
	text-decoration: none;
}

div#kopf {
	margin-top: 20px;
	margin-left: 20px;
}

div#inhalt {
	margin-top: 20px;
	margin-left: 30px;
	width: 765px;
	padding: 20px;

	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	
	font-size: small;
}

div#kontakt {
	margin-top: 10px;
	margin-left: 30px;
	width: 765px;
	padding: 2px;
	text-align: right;
	font-size: x-small;
	font-weight: normal;
}

h1 {
	font-size: x-large;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
}

h2 {
	font-size: normal;
	text-transform: uppercase;
	color: green;
	font-weight: bold;

.largelink {
	font-size: normal;
}

