/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/bernsteinbiker-bg.jpg" );
 	background-repeat: repeat-x
}

.inhalt {
	background-color: rgb(255,255,255);
 	border: 1px solid rgb(51,51,51);
 	padding-left: 10px;
 	padding-top: 20px;
 	padding-right: 10px
}

.banner-oben {
	border-left: 1px solid rgb(51,51,51);
 	border-top: 1px solid rgb(51,51,51);
 	border-right: 1px solid rgb(51,51,51)
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(9,9,36)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(9,9,36)
}

.inhalt-rechts {
	text-align: center;
 	background-color: rgb(255,255,255);
 	padding-top: 20px;
 	border-top: 1px solid rgb(51,51,51);
 	border-right: 1px solid rgb(51,51,51);
 	border-bottom: 1px solid rgb(51,51,51)
}

.navi-oben {
	border-left: 1px solid rgb(51,51,51);
 	border-top: 1px solid rgb(51,51,51);
 	border-right: 1px solid rgb(51,51,51)
}

.news {
	text-align: center;
 	border: 1px solid rgb(51,51,51)
}
