/*	Baumedienzentrum
	www.baumedienzentrum.de

	© 2007 veloton ohg
	www.veloton.de
--------------------------------------------------
	bmz - blau: #032D57
	klub - rot: #CC0000
	
	grau / braun: #585858
*/


#vheader {
	background-image:url(../_images/bg_blue.jpg);
	background-repeat:repeat-x;
	height:130px;
	text-align:center;
	margin-bottom:10px;
	padding:0;
	clear:both;}

#inside_in img {
	border:0px;
	margin:0px;
}

#inside_in a {
	color:#032D57;
	font-weight:normal;
	text-decoration:underline;
	line-height:17px;}

#inside_in a:hover {
	color:#000000;
	text-decoration:underline;
}
	
/** bmz-blau **/
h1 {
	font: bold 15px Arial, Verdana,  Helvetica, sans-serif;
	line-height: 20px;
	color: #032D57;
}
/** klub-rot**/
h2 {
	font: bold 15px Arial, Verdana,  Helvetica, sans-serif;
	line-height: 20px;
	color: #CC0000;
}

strong: color: #032D57;
	
	
a {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	color: #032D57;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #032D57;
	text-decoration: underline;
}

a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}