@charset "UTF-8";
body {
	background-color: #ef385f;
	margin:0px;
}
* {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#580013;
	line-height:17px;
}
#mutter {
	width: 460px;
	margin: 0 auto;
	background-color: #c72b4c;
	background-image:url(../p/Fuss.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:150px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	-webkit-box-shadow: 0px -4px 4px #911B3A;
	-moz-box-shadow: 0px -4px 4px #911B3A;
	box-shadow: 0px -4px 4px #911B3A;

}
#navigation {
	width: 400px;
	margin-top:30px;
	margin-left:30px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:5px 0px 7px 0px;
	color:white;
	font-weight:normal;
}
#navigation a {
	color:white;
}
#navigation a.aktiv {
	color:black;
}
.weiss {
	color: white;
}
.media {
	margin-left:30px;
	margin-top:20px;
}
img { border:none; }
#mutter img, #mutter object, #mutter embed { 	-webkit-box-shadow: 0px 0px 4px #911B3A;
	-moz-box-shadow: 0px 0px 4px #911B3A;
	box-shadow: 0px 0px 4px #911B3A;
}
.textbox {
	width: 400px;
	margin-top: 10px;
	margin-left: 30px;
}
.textboxPadding {
	width: 400px;
	margin-top: 10px;
	margin-left: 30px;
	padding-top:5px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p strong {
	color:white;
}
p em {
	color:white;
	font-style:normal;
	font-weight:normal;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
	color: white;
	margin-bottom: 10px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: black;
}
.kopf {
	width: 400px;
	padding-top: 50px;
	margin-left: 30px;
}
.kopf h1, #notiz h1 {
	font-size:22px;
	margin-top: 0px;
	margin-bottom: 3px;
}
#notiz {
	margin-left: -430px;
	position: absolute;
	left: 50%;
	top: 50px;
	text-align: right;
	width: 170px;
}

#kufoe {
	width:150px;
	height:50px;
	position:absolute;
	top:70px;
	right:20px;
}
#kufoe img {
	width:150px;
	height:50px;
}
