BODY, TABLE, TD, DIV, A, INPUT, TEXTAREA, H1, H2, H3, H4, H5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#ffffff;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
} 

hr{
	background-color:#ff0000; /* Mozilla 1.4 */
	color:#ff0000; /* IE 6 */
	border: #ff0000; /* Opera 7.11 */
	height: 2px; /* in Opera f?r die Anzeige n?tig, in Mozilla f?r die einheitliche H?he */
}

table#site {
	height:641px;
}

table#site td#header {
	background-image: url(../images/header_img.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:1074px;
}
table#site td#header_fade {
	background-image: url(../images/header_fade.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:269px;
}

table#site tr#contentpart {
	/*height:641px;*/
	/*background-color:#663333;*/
}
table#site tr#contentpart td#menu {
	vertical-align:top;
	text-align:right;
	width:162px;
	height:516px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
}
table#site td#address {	
	width:162px;
	height:126px;
	background-image: url(../images/bg_address.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-size:10px;
}
table#site td#address A {
	font-size:10px;
}	

table#site tr#contentpart td#bar_left {
	width:51px;
	background-image: url(../images/bar_left.jpg);
	background-repeat:no-repeat;
	height:641px;
}
table#site tr#contentpart td#content {
	vertical-align:top;
	width:619px;
	height:641px;
	background-image: url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
}
div#content {
	height:541px;
}
table#site tr#contentpart td#bar_right {
	width:52px;
	background-image: url(../images/bar_right.jpg);
	background-repeat:no-repeat;
}
table#site tr#contentpart td#news {
	vertical-align:top;
	width:190px;
	height:641px;
	background-image: url(../images/bg_news.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
}
table#site tr#contentpart td#space_r {
	width:269px;
	height:641px;
	background-image: url(../images/news_fade.jpg);
	background-repeat:no-repeat;
}

table#site tr#bottom td#menu_b {
	width:162px;
	height:44px;
	background-image: url(../images/menu_b.jpg);
	background-repeat:no-repeat;	
}
table#site tr#bottom td#bar_l_b {
	width:51px;
	height:44px;
	background-image: url(../images/bar_l_b.jpg);
	background-repeat:no-repeat;	
}
table#site tr#bottom td#content_b {
	width:619px;
	height:44px;
	background-image: url(../images/content_b.jpg);
	background-repeat:no-repeat;	
}
table#site tr#bottom td#bar_r_b {
	width:52px;
	height:44px;
	background-image: url(../images/bar_r_b.jpg);
	background-repeat:no-repeat;	
}
table#site tr#bottom td#news_b {
	width:190px;
	height:44px;
	background-image: url(../images/news_b.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	color:#964D66;
	padding-top:5px;
	vertical-align:top;
}
table#site tr#bottom td#news_b A{
	color:#964D66;
	font-size:9px;
}
table#site tr#bottom td#space_b {
	width:269px;
	height:44px;
	background-image: url(../images/space_b.jpg);
	background-repeat:no-repeat;
}

input, textarea, select {
	color:#005091;
}