body {
	margin: 0px;
	padding: 0px;
	color:#636363;
	font: Arial, Helvetica, sans-serif;
}

a {
	color:#666;	
	text-decoration:none;
}

b {
	color:#666;	
	text-decoration:none;
}

#layout{
	width: 950px;
	position: absolute;
	left:50%;
	margin-left:-475px;
	font: Arial, Helvetica, sans-serif;
}


#header_neu {
	background-image: url(images/header.jpg);
	height: 117px;
	width: 950px;
	
}

#menu {
	width:950px;
	height:29px;   
}

#menu ul {
	display:inline;
	list-style:none;
	width:950px;
	height:29px;
	position:relative;
}

#menu ul li {
	float:left; 
	text-align:center; 
}

#menu ul li.home a {
	width:85px; 
	height:29px; 
	display:block; 
	background:url(images/home_btn_n.jpg); 
	text-decoration:none;
}

#menu ul li.home a:hover {
	width:85px; 
	height:29px;
	background:url(images/home_btn_mo.jpg);
}

#menu ul li.museen a {
	width:89px; 
	height:29px; 
	display:block; 
	background:url(images/museen_btn_n.jpg) 0 0 no-repeat #fff; 
	text-decoration:none;
}

#menu ul li.museen a:hover {
	width:89px; 
	height:29px;
	background:url(images/museen_btn_mo.jpg);
}

#menu ul li.maltechniken a {
	width:122px; 
	height:29px; 
	display:block; 
	background:url(images/maltechniken_btn_n.jpg) 0 0 no-repeat #fff;  
	text-decoration:none;
}

#menu ul li.maltechniken a:hover {
	width:122px; 
	height:29px;
	background:url(images/maltechniken_btn_mo.jpg);
}

#menu ul li.navi_rest {
	width:654px; 
	height:29px; 
	display:block; 
	background:url(images/navi_rest.jpg) 0 0 no-repeat #fff; 
}

#content {
	width:950px;
	height: 600px;
	background:url(images/content_mitte.jpg);

	
}

#content_i {
	background: url(images/content_mitte.jpg);
	padding: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#footer {
	width:950px;
	height:30px;
	background:url(images/content_unten.jpg);
	margin-bottom:0px;

}

#footer ul{
	display:inline;
	list-style:none;
	width:0px;
	height:30px;
	margin-left: 0px;	
	position:bottom;
	padding: 0px;
	text-align:center; 
	}

#footer ul li a{
	color:#a6a6a6;
	margin-top:10 px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin-left: 20px;
	}

#footer ul li a:active{
	color:#878787;
	}
	
#footer ul li a:hover{
	text-decoration:none;
	color:#878787;
	}
#pic {
	left:30%;
	top:40%;
	position:absolute;
}


	
	
