#headerm {
	height: 90px;
	background: url(images/gitarre_header.gif) no-repeat 0px 0px;
	background-color: #DF7400;
}

#menuleiste    { 
	background-color:#d9c8b6;
	position: absolute; 
	z-index: 7; 
	top: 90px; 
	left: 0px; 
	width: 100%; 
	height: 23px;
}
#abschluss { 
	background-color: #aaa; 
	position: absolute; 
	z-index: 5; 
	top: 113px; 
	_top: 102px; 
	left: 0px; 
	width: 100%; 
	height: 1px;
}

#sitetitle  {
	position: absolute; 
	z-index : 9;
	color: #900; 
	width : 200px;
	height : 48px;
	top : 26px;
	left : 69px;
}

#menu {
	font: bold 11px/100% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif ;
	position: absolute; 
	z-index: 10; 
	top: 90px; 
	left: 14px; 
	width: 90%; 
	height: 18px;
}

#menu ul {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	white-space: nowrap;
} 

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#menu a, #menuselected a {
	color: #333;
	height: 17px;
	padding: 6px 8px 0 6px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: none;
}  
#menuselected a {
	color: #fff;
	background: #DF7400;
} 
#menu a:link {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

#menu a:hover, #menu a:active  {
	color: #fff;
	background: #900000;
	border-bottom: none;
}
#menuselected {
	color: #fff;
	background: #DF7400;
	height: 17px;
	padding: 6px 8px 0 6px;
	display: block;
	text-align: left;
}

#maincontainer {
	width:768px;
 	color: #333;
 	margin-right:auto;
	margin-left:auto;
	padding-top: 40px;
	text-align:left;
	z-index: 0;
}
a.img {
	text-decoration: none;
	border-bottom: none;
	background: none;
}

img {
	text-decoration: none;
	border: none;
	background: none;
}
img a:link {
	text-decoration: none;
	border-bottom: none;
	background:none;
}


