body
{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   margin: 0;
   padding: 0;
	line-height:13pt;
	background-color:#fff;
	background-image: url(../grafik/bg.jpg);
	background-attachment: fixed;
}

#allcontent
{
	position: relative;
    width: 800px;
    margin: 0 auto 0 auto;
    background-color: #fff;
	 border-left: 1px solid #DDDDDD;
	 border-right: 1px solid #DDDDDD;
}

#header
{
	background-color: #eee;
	height: 173px;
   margin: 0;
   padding: 0;
	display: block;
}

#header img {
	border: 0;
	margin: 0;
	padding: 0;
}

#container
{
	clear: both;
	float:left;
	width:800px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#ffffff;
}

#textcontent
{
	width:500px;
	padding-left: 45px;
	float:left;
}

#textcontentbreit
{
	width:700px;
	padding-left: 45px;
	float:left;
}

div#top_trenner
{
	width:800px;
	height:40px;
	clear: both;
}

div#spacecontent
{
	width:80px;
	float:left;
}


div#relatedcontent
{
	width: 210px;
	float: right;
	margin-right: 10px;
}

/* tabellen design */
div#tabellencontent
{
	width:650px;
	float:left;
	border: 0px solid red;

}



div#container ul
{
	list-style-image:url(../imgs/list_style_image.gif);
	width: 400px;
}


div#footer
{
	width:800px;
	clear: both;
}

div#footer-design
{
	background-image: url(../grafik/footer_bg.gif);
	background-repeat: repeat-x;

	font-size : 12px;
	color : white;

	font-family : Arial;
	font-weight : normal;

	padding-top:10px;

	text-align:center;
	height: 40px;
}

div#footer-design a
{
	color : white;
	text-decoration:none;
}

div#footer-design a:hover
{
	color : #cc0000;
	text-decoration:none;
}

div#footer-info
{
    display: none;
}

