@charset "iso-8859-1";

body {
	background-image: url(../imgs/design/page_hg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 12px;
}

#wrapper {
	width:970px;
	margin:auto;
	padding:0px;
	cursor:default;
}

#body_content {
	width: 960px;
	margin:auto;
	padding:5px;
}
#body_head {
	width: 960px;
	height:55px;
	margin:auto;
	padding:0px;
}
#body_head_left {
	float: left;
}
#body_head_right {
	margin:0px;
	text-align:right;
}

#news_div {
	float:left;	
	width:545px;
}

#menu {
	padding:0px;
	float:left;
	width:200px;
}
#menu_head {
	padding:6px;
	padding-left:8px;
	height:13px;
	background-image: url(../imgs/design/menu_head.png);
	background-repeat: no-repeat;
}
#menu_content {
	background-image:url(../imgs/design/menu_hg.png);
	padding-left:5px;
	line-height:17px;
}
#menu_feed {
	background-image:url(../imgs/design/menu_feet.png);
	height:10px;
}
#menu a {
	color:#000;
	text-decoration: underline;
}
#menu a:hover {
	color:#888;
	text-decoration: underline;
}

#content {
	padding-left:210px;
}
#content_end {
	width:960px;
	background-image:url(../imgs/design/leiste_end.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:19px;
	clear:both;
	margin:auto;
	padding-top:17px;
	text-align:center;
}
#content a {
	color:#039;
	text-decoration: none;	
}
#content a:hover {
	color: #0054A8;
	text-decoration: none;	
}

.headline {
	font-weight: bold;
	display: block;
	padding:4px;
	padding-left:10px;
	background-image:url(../imgs/design/over_all.png);
	background-repeat:no-repeat;
	height:15px;
}
#rubLink {
	padding:5px;	
}
#rubLink:hover {
	background-image:url(../imgs/icons/over_hg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}