* {margin:0px; padding:0px;}

body
{
	background-color:#666;
}

#ContentBox
{
	width:650px;
	height:650px;
	margin:30px auto 30px auto;
	background-color:#fff;
	border:solid 5px #81C062;
}
#Header
{
	display:block;
	width:610px;
	height:80px;
	margin:20px 20px 10px 20px;
	background:url(monosound.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#Header ul
{
	
}
#Header li
{
	display:inline;
	list-style-image: none;
	list-style-type:none;	
	text-align:center;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
}
#Header a
{
	display:block;	
	width:80px;
	height:18px;
	float:right;
	border:solid 2px #81C062;
	margin:0px 0px 0px 5px;
	text-align:center;
	color:#527A3E;
	padding-top:4px;
	text-decoration:none;
}
#Header a:hover
{
	border:solid 2px #B36912;
	background-color:#B36912;
	color:#F5E2CD;
}
#PageContent
{
	display:block;
	width:600px;
	height:500px;
	margin:0px 20px 0px 20px;
	color:#527A3E;
	font-family:verdana,arial,sans-serif;
	font-size:9pt;
	line-height:1.4em;
	background-image:url(ear.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}
#PageContent p
{
	width:340px;
	margin:10px 0px 10px 0px;
}
#PageContent p.Bolder
{
	font-weight:bold;
}
#PageContent p.Klein
{
	font-size:7pt;
}
#PageContent ul
{
	margin:20px 0px 20px 10px;
}
#PageContent li
{
	display:block;
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 14px;
	margin:5px 0px 5px 0px;
}
#PageContent ul.Laut
{
	width:300px;
	margin:20px 0px 20px 0px;
}
#PageContent li.Laut
{
	display:block;
	width:300px;
	background-image:url(sound.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	margin:10px 0px 10px 0px;
}	
#PageContent a.Reverse
{
	color:#527A3E;
}
#PageContent a:hover.Reverse
{
	color:#C97614;
}

#PageContent a
{
	color:#C97614;
	text-decoration:none;
}
#PageContent a:hover
{
	color:#C97614;
	text-decoration:underline;
}
#Footer
{
	display:block;
	width:610px;
	height:30px;
	margin:10px 20px 10px 20px;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
	text-align:right;
	color:#527A3E;
}
#Footer a
{
	color:#C97614;
	text-decoration:none;
}
#Footer a:hover
{
	color:#C97614;
	text-decoration:underline;
}

