/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/

.b-green {
width:878px;margin:auto;
	margin: 0px 0px 10px 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 10px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

.b-green a, 
.b-green a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	color: #fff;
	text-decoration: none;
	}

.b-green a:hover {
	color: #0027C4;
	text-decoration: none;
	}

.b-green a.selected, 
.b-green a.selected:visited {
color:#F8C707;
	}

.b-green a.selected:hover {
	color: #0027C4;
	text-decoration: none;
	}
	
a.themen, a.themen:hover {color:#c0c0c0;}

