/* Body-Tag Anpassungen */
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#D9E0E5; / geändert auf #000000 knutti 30.12.2007*/
	background-color:#000000;
/*auskommentiert knutti 30.12.2007*/
/*	background-image:url(../images/background_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0px;*/
}

/* Seiteninformationenen */
TABLE#site {
	height:100%;
}
TABLE#site TD#placeholder_left {
	width:0px;
}
/*dummerweise die vorangehende klammer auch auskommentiert, was zum firefox-problem führte, am 4.4.2008 korrigiert / knutti*/
/*auskommentiert knutti am 30.12.2007*/
/*TABLE#site TD#shadow_left {
	width:18px;
	background-image:url(../images/shadow_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}*/
TABLE#site TD#middle {
	vertical-align:top;
	
}
TABLE#site TD#middle TABLE#middle {
	height:100%;
	width:713px;
}
TABLE#site TD#middle TABLE#middle TD#logo {
	/*logo oben links ausgewechselt knutti am 30.12.2007*/
	background-image:url(../images/logo_1.gif);
	background-repeat:no-repeat;
	width:182px;
	height:161px;
}
TABLE#site TD#middle TABLE#middle TD#header {
	background-color:#FFFFFF;
	/*background-image:url(../images/header.jpg);
	background-repeat:no-repeat;*/
	width:531px;
	height:161px;
}
TABLE#site TD#middle TABLE#middle TD#menu {
	background-image:url(../images/menu_repeat.gif);
	background-repeat:repeat-y;
	width:182px;
	vertical-align:top;
	padding-left:1px;
}
TABLE#site TD#middle TABLE#middle TD#content {
	width:531px;
}
TABLE#site TD#middle TABLE#middle TD#content TABLE#content {
	width:531px;
	height:100%;
	background-color:#ffffff;
}
TABLE#site TD#middle TABLE#middle TD#content TABLE#content TD#title {
	background-image:url(../images/content_title.jpg);
	background-repeat:no-repeat;
	width:531px;
	height:30px;
	padding-left:10px;
}
TABLE#site TD#middle TABLE#middle TD#content TABLE#content TD#content {
	vertical-align:top;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}
TABLE#site TD#middle TABLE#middle TD#content TABLE#content TD#content DIV#content {
	width:511px;
}
TABLE#site TD#middle TABLE#middle TD#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:712px;
	height:83px;
}
TABLE#site TD#shadow_right {
	width:267px;
	background-image:url(../images/shadow_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100%;
}
TABLE#site TD#placeholder_right {

}