body {
	background-color: #f4f4f4;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* background-image: url(http://www.schattwald.net/fileadmin/template/baumgartner/pics/hintergrundlinie.jpg);
	background-repeat: repeat-x; */

}

div
{
	border: 0px solid gray;
	position: relative;


}

#WRAPPER
{
	margin: 20px auto;
	width: 980px;
	height: 450px;
	text-align: left;
}

#HEADER
{
	/* background-color: white; */

}

#MIDDLE
{
	/* height: 450px; */
	width: 980px;
	border: 1px solid #999999;
	background-color: white; 
	/* background-image: url(http://www.schattwald.net/fileadmin/template/baumgartner/pics/berge_hintergrund.jpg);
	background-repeat: no-repeat;*/

}


#MENUE
{
	height: 24px;
	text-align: right;
	width: 970px;
	line-height: 24px;
	padding-right: 17px;
}


#LEFTCONTENT
{
	text-align: left;
	width: 450px;
	height: 450px;
	line-height: 24px;
	padding-right: 17px;
	float: left;
	border: 0px solid gray;
}

#UNTERMENUE
{
	text-align: left;
	width: 490px;
	height: 25px;
	line-height: 25px;
	padding-right: 17px;
	float: left;
	text-transform: uppercase;
	border: 0px solid gray;
}

#UNTERMENUE a
{
	text-decoration: none;
	padding-right: 30px;
}

#CONTENT
{
	float: right;
	/* height: 400px; */
	width: 490px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
	border: 0px solid gray;
	
}

#COPYRIGHT
{
	font-size: 10px;
	clear: both;
	text-align: justify;
	color: #444444;
	width: 978px;
	height: 25px;
	line-height: 25px;

}


h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}


p, td
{
	margin: 5px;
	line-height: 1.8;
	font-size: 12px;
}

#MENUE a
{
	color: black;
	margin-right: 10px;
	text-decoration: none;

}

a
{
	color: black;

}

table
{
	border-collapse: collapse;
}

