body{
	background-image:url(background.jpg);
	/*background-repeat:repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
/*Container*/
#master{
	position:relative;
	margin: 0px auto;	
	width:1200px;
	background-color:#FFFFFF;
}
#head{
	margin-top:0px;
	background-image:url(head.jpg);
	height:210px;
	background-color:#FFFFFF;
}

#left{
	float:left;
	width:188px;
	height:300px;
	background-image:url(menu.jpg);
	background-repeat:no-repeat;
}
#right{
	float:left;
	position:relative;
	/*top:-157px;*/
	width:870px;
	background-color:#FFFFFF;
	min-height:600px;
	font-family:Sans-serif;
	font-size:100%;	
}
#right-text{
	width:860px;
	margin:5px;
	
}
#werbung{
	float:right;
	width:120px;
	margin-right:10px;
}
#feed{
	clear:both;
	background-image:url(feed.jpg);
	height:52px;
}

/*Menüs*/
/* oberes Menü */
#menu_oben{
	position:absolute;
	margin-top:10px;
	margin-left:5px;
	display:block;
}
#menu_oben a:link, #menu_oben a:visited {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	color: #000000;
	text-decoration: none;
	font-size:80%;
	/*font-variant:small-caps;*/
	font-family:sans-serif;	
}
#menu_oben a:hover{
	/*border-top: 1px solid #CCCCCC;
	background-color: #E3E3E9;
	background-image: none; */
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
/* mittleres Menü*/
#menu_mitte{
	position:absolute;
	margin-top:40px;
	margin-left:190px;
	color:#FFFFFF;
}
#menu_mitte a:link, #menu_mitte a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size:90%;
	padding: 0px 5px 0px 5px;
}
#menu_mitte a:hover{
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
/*linkes Menü*/
#menu_links{
	margin-left:5px;
	margin-top:5px;
}
#menu_links a:link,#menu_links a:visited  {
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	color: #000000;
	text-decoration: none;
	font-size:90%;
	font-variant:small-caps;
	font-family:sans-serif;	
}
#menu_links a:hover{
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}


