* {
    margin: 0;
    padding: 0;
}
#wrapper {
    position: relative;
	width: 700px;
    margin: 0 auto;
}
.aufgaben {
	font-weight: bold;
	margin-bottom: 3px;
}
.absatz {
	margin-bottom: 10px;
	text-align: justify;
}
ul {
	margin: 0 0 10px 16px;
}
a {
	text-decoration: none;
	color: #000000;
}
.clear {
	clear: both;
	height: 0;
}
/* ################################################## */
#rahmen  {
	width: 700px;
	font-family: arial, helvetica, sans-serif;
    font-size: 13px;
	border: 1px solid #9e9e9e;
	background-color: #f1f1f1;
	line-height: 140%;
}
@media screen {
	#rahmen {
		border: 0px;
		box-shadow: 4px 4px 10px #cccccc;
	}
}
#oben {
	height: 360px;
	overflow: hidden;
}
#oben img {
	border: none;
}
#mitte {
	border-top: 3px solid #004b96;	
	padding: 10px 25px;
}
#headlinekasten {
	margin: 15px 0;
	text-align: center;
	color: #004b96;
	line-height: normal;	
}
.headline {
	font-size: 32px;
	font-weight: bold;
}
.subline {
	font-size: 18px;
	padding-top: 5px;
	font-weight: bold;
}
#unten {
	background: url(bilder/unten_linie_web.jpg) no-repeat 0 0;
	padding: 10px 25px;
}
#unten a {
	float: right;
	color: #004b96;
	font-weight: bold;
	padding: 0 2px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;		
}
#unten a:hover {
	background-color: #f2b30e;
}
