/**
  CI-Farben

    #999999 // grau
    #ababab // helleres grau
    #c9c9c9 // hellereses grau
    #325599 // blau
    #2c93c5 // BMW Logo Blau

**/


body{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
    font-size: 12px;
    color: #000000;
}

/** mittlere Überschrift - schwarz **/
h1{
	color:#000000;
	font-size:18px;
}

/** kleine Überschrift - schwarz **/
h2{
	color:#999999;
	font-size:12px;
	font-style:inherit;
}

/** große Überschrift - hellgrau **/
h3{
	color:#c9c9c9;
	font-size: 20px;
	padding: 13px 0px 0px 15px;
	margin-top: -1px;
}
/** mittlere Überschrift - kleine Überschrift grau **/
h4{
	color:#999999;
	font-size:18px;
}

h5{
	color:#000000;
	font-size:11px;
	line-height: 130%;
}

/** Überschrift - SeitenNamenHalter **/
h6{
	color:#ffffff;
	font-size: 20px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/** Top Halter**/
#top {
	background-image: url('layout/navi.gif');
	background-repeat: repeat-x;
	height: 110px;
	width: 970px;
}



/** Navigation **/

#navi{
	background-image:url('layout/nav_shadow_left.gif');
	background-repeat:no-repeat;
	float:left;
	height: 50px;
	width:460px;
	padding: 48px 0px 0px 20px;
}


#navi ul
{
    margin: 0px;
    padding: 0px;
	color:#FFFFFF;
}


#navi li
{
    font-size: 13px;
    display: inline;
}

#navi li a
{
    padding-left: 1px;
	padding-right: 4px;
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#navi li a:hover
{
    color: #325599;
    text-decoration: none;
}

/** Bilder **/

#images{
	background-image:url('layout/nav_shadow_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	margin-left:470px;
	height:110px;
}


#images #biker_1{
	width:150px;
	height:110px;
}
#images #logo{
	width:118px;
	height:110px;
}
#images #biker_1{
	width:150px;
	height:110px;
}
#images #komplett {
	width:469px;
	height:110;
}

#content_holder{
	clear:both;
	margin-top: -8px;
	width: 970px;
}
	
#content{
	float:left;
	padding-top: 0px;
	width: 750px;
}

#sidebar_right{
	background-image:url(layout/sidebar_right_bgcolor.gif);
	background-repeat:repeat;
	margin-left: 803px;
	height: 500px;
	width: 136px;
}

#veranstaltungen_top{
	background-color: #ababab;
	margin-left: 10px;
	width: 270px;
	height: 40px;
	padding: 0px 0px 0px 0px; 
}

#tourenplan_top{
	background-color: #ababab;
	margin-left: 10px;
	width: 210px;
	height: 40px;
}

#impressum_top{
	background-color: #ababab;
	margin-left: 10px;
	width: 150px;
	height: 40px;
}	

/** SeitenNamenAnzeige **/

/** Seitenname Dynamisch**/
#sidenameholder_dynamic{
	margin-top: -5px;
	margin-left: 0px;
	height: 50px;
}

#leiste{
	margin-top: 10px;
	width: 2px;
	height: 600px;
	margin-left: 90%;
	background-color:#999999;	
}