body {
	margin: 0;
	padding: 0px 0px 35px 0px;
	background: #000000 url() no-repeat;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #a2978d;
}

a {
	text-decoration: none;
	color: #a2978d;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 150%;
}

p.text {
	font: 13px Arial, Helvetica, sans-serif;
	width: 400px;
	line-height: 150%;
	border-left: 1px solid #a2978d;
	border-bottom: 1px solid #a2978d;
	padding: 10px;
}

p.navi {
	font-weight: normal;
	text-transform: uppercase;
	color: #c38121;
	font-family: "Calibri", "Trebuchet MS", "Arial", sans-serif;
}

.navi_hl {
	font-weight: normal;
	text-transform: uppercase;
	color: #c38121;
	font-family: "Calibri", "Trebuchet MS", "Arial", sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #c38121;
	font-family: "Calibri", "Trebuchet MS", "Arial", sans-serif;
}

h1 {
	font-size: 16px;
	letter-spacing: 5px;
}

h2 {
	font-size: 12px;
	letter-spacing: 3px;
}

h3 {
	font-size: 1.6em;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #c38121;
}

audio {
	width: 500px;
}

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}
	

#wrapper {
	width: 100%;
	padding-top: 35px;
}

#screen {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	}

#header {
	width: 800px;
	height: 170px;
	margin: 0 auto;
	background: #000000 url(mein_kind_logo.jpg) repeat-x;
}

#navi{
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background-color: #000000;
}

#hero {
	width: 800px;
	height: 230px;
	margin: 0 auto;
	background: #000000 url(mein_kind_mic.jpg) repeat-x;
	border-top: 20px solid #000000;
	border-right: 0px solid #3f4030;
	border-left: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

#page {
	width: 800px;
	background-color: #000000;
	margin: 0 auto;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #3f4030;
	border-left: 0px solid #FFFFFF;
	border-bottom: 20px solid #000000;
}

#content {
	background: #000000 url() no-repeat;
	float: left;
	width: 500px;
	padding-top: 4.0em;
	padding-right: 40px;
}

#contentwide {
	background: #000000 url() no-repeat;
	float: left;
	width: 800px;
	padding-top: 4.0em;
}

#sidebar {
	float: right;
	width: 260px;
	padding-top: 4.0em;
}
#footer {
	width: 800px;
	height: 230px;
	clear: both;
	margin: 0 auto;
	background: #000000 url() no-repeat;
	border-top: 1px solid #a2978d;
	border-right: 0px solid #3f4030;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #3f4030;
}