* {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
}

a:link {text-decoration:underline;} 
a:visited {text-decoration:underline;} 
a:active {text-decoration:underline;} 
a:hover {font-weight:700;text-decoration:underline;}
h1,h2,h3{padding: 10px; text-align:center;}
p {padding: 10px;}
	
body {
	width: 100%;
	color: #563e22;
	background-color: #F1F5DE;
}

#kopf{
	text-align: center;
	margin:	1em auto;
	}

.main{
	border: thick red double;
	margin-top: 0.5em;
	padding: 1em;}
	
.breit{
/*	border: #000066 dotted thin;*/
	text-align:center;
	padding: 0.5em;
	}

.links{
	border: #000066 dotted thin;
	padding: 1em;
	float: left;
	}

.middle1{text-align: center;}	
.middle2{
	border: #660066 dotted thin;
	margin: 0px auto;
	padding: 1em;
	}

.rechts{
	border: #000066 dotted thin;
	max-width: 500px;
	width:	30%;
	padding: 1em;
	float: right;
	}
