.submenu_head{
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding: 0px;
	overflow: hidden;
}

.submenu_h1{
	background: transparent;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 10px; 
}

/*Überschrift in der Navigation*/
a.submenu_h1_link, a.submenu_h1_link:visited{
	background: transparent;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: 13px;
	left: 20px;
}

a.submenu_h1_link:hover { 
	text-decoration: underline; 
}


/*Unterüberschrift in der Navigation*/
a.navi_subheadline, a.navi_subheadline:visited{
	font-family: Verdana;
	font-size: 11pt;
	color: #b84d3b;
	text-decoration: none;
}

a.navi_subheadline:hover {
	text-decoration: underline; 
}

.submenu_img{
	margin-top: 10px;
}

.submenu_body{
	background-image: url(img/body.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	overflow: hidden;
}

.spacer{
	padding: 8px 15px 20px 20px;
}


