@charset "UTF-8";
/* CSS Document */



/*//////////////////GENERELL Text/////////////////////////*/
#website {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

h1 {
	font-weight:bold;
	font-size:18px;
	color: #7AB720;
	line-height:30px;
}

h2 {
	font-weight:bold;
	font-size:18px;
	color: #004b7f;
	line-height:30px;
}

h3 {
	font-weight:bold;
	font-size:18px;
	color: #666666;
	line-height:30px;
}



/*//////////////////GENERELL blue Text/////////////////////////*/
.bNormBlue {	
	color: #004b7f;
}


/*//////////////////GENERELL grey Text/////////////////////////*/
.bNormGrey {	
	color: #666666;
}


/*//////////////////actually open1/////////////////////////*/
.actuallyopen {
	font-weight:bold;
	color: #FFC106;
}

/*//////////////////actually open2/////////////////////////*/
.actuallyopenBlue {
	font-weight:bold;
	color: #004b7f;
}


/*//////////////////actually open2/////////////////////////*/
.actuallyopenGreen {
	font-weight:bold;
	color: #7AB720;
}


/*//////////////////actually open2/////////////////////////*/
.actuallyopenGrey {
	font-weight:bold;
	color: #666666;
}


/*//////////////////actually open2/////////////////////////*/
.actuallyopenPink {
	font-weight:bold;
	color: #ff00b4;
}


/*//////////////////PREIS span/////////////////////////*/
.g0preis {
	font-size:22px;
	color: #FFC106;
	line-height:30px;
}



/*//////////////////Aktuelles/Service/Zubehoer  Text/////////////////////////*/
.g1 {
	font-weight:bold;
	font-size:13px;
	color: #666666;
	line-height:30px;
}



/*//////////////////Liegerad Text/////////////////////////*/
.g1green {
	font-weight:bold;
	font-size:13px;
	color: #7AB720;
	line-height:30px;
}



/*//////////////////Touring Text/////////////////////////*/
.g1blue {
	font-weight:bold;
	font-size:13px;
	color: #004b7f;
	line-height:30px;
}



/*//////////////////MTB Text/////////////////////////*/
.g1yellow {
	font-weight:bold;
	font-size:13px;
	color: #FFC106;
	line-height:30px;
}



/*//////////////////Footer Text/////////////////////////*/

#footerContent {
	text-align:center;
	color:#FFCC00;
	font-size:11px;
	padding-top:5px;
}

