@import url(inc_common.css);
@import url(inc_flashheading.css);
@import url(inc_csc.css);
@import url(inc_htmlarea.css);
@import url(inc_news.css);
@import url(inc_gallery.css);


/*
 * Reset
 */
#margin, #header, #headercenter, #headertop, #headerbottom, #headercenter div, #flashheader,
#main, #leftcol, #background, #linkleft, #linkright, .startseite .imageborder, .startseite .imageborder img,
#mainnav, #mainnav ul, #mainnav li, #mainnav img,
#metanav, #metanav ul, #metanav li,
#footer, .description, #logo, #content, #content_full, #motorradlogos, #siteby {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
    background: transparent;
    text-align: left
}

#mainnav ul, #metanav ul {
	list-style-position: outside;
	list-style-type: none;
}

#moho_logo {
	position:absolute;
	z-index:1;
	left:330px;
	margin-top:10px;
}
#moho_logo img {
	border:0;
}

/*
 * Margin
 */
#margin {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	z-index:10;
	background: #fff;
}

#siteby {
	margin: 5px auto 0 auto;
	width: 960px;
	text-align: right;
	z-index:10;
	color: white;
}
#siteby a {	color: white; }

/*
 * Header
 */

#header {
	position: relative;
}

#headertop, #headercenter, #headerbottom{
	position: relative;
	z-index: 1;
}

#headertop{
	height: 150px;
	background: url(../images/back_header.gif) repeat-x;
}

#headercenter {
	height: 189px;
	border-top: 1px solid white;
}

#headerbottom {
	height: 5px;
	border-top: 1px solid white;
}

#background  {
	width: 350px;
	height: 189px;
}

.motorrad #background  { background: url(../images/back_header_center_motorrad.gif) no-repeat; }
.motorrad #headercenter { background: #C50C13; }
.motorrad #headerbottom { background: #006E33; }

.ski #background  { background: url(../images/back_header_center_ski.gif) no-repeat; }
.ski #headercenter { background: #6CB6DB; }
.ski #headerbottom { background: #1C3F6A; }

#logo {
	margin: -12px 0 0 44px;
}

/*
 * Flashheader
 */

#flashheader {
	position: absolute;
	width: 670px;
	height: 280px;
	padding: 4px;
	padding-right: 0;
	background: #ffffff;
	z-index: 2;
	top: 46px;
	left: 286px;
}

/*
 * Main
 */

#main {
	position: relative;
	background: #ffffff url(../images/back_content.gif) repeat-x;
	min-height: 200px;
	z-index: 2;
	width:960px;
}

/*
 * Footer
 */

#footer {
	background: white;
	padding: 10px 0px 15px 280px;
	margin: 0 20px;
	border-top: 2px solid #C50C13;
}

#footer a {
	text-decoration: underline;
}

.printpage #footer {
	border: 0;
}

/*
 * Metanavigation
 */

#metanav {
	position: relative;
	height: 36px;
}

#metanav ul {
    position: absolute;
    right: 26px;
	bottom: 0;
}

#metanav li {
    display:inline;
    float:left;
} 

#metanav li a {
    text-decoration: none;
    padding: 0px 8px;
    background: url(../images/back_metanav.gif) no-repeat left 3px;
}

#metanav li a:hover {
    text-decoration: underline;
}

#metanav select {
	background: #ffffff;
}

/*
 * Startseite
 */
.startseite #headercenter { 
	background: #C50C13;
	height: 240px;
}

.startseite #headerbottom {
	background: #006E33;
	height: 10px;
	border-top: 2px solid #ECEBDF;
}

.startseite #main {
	height: 258px;
}

.startseite .imageborder img {
	border: 4px solid white;
}

.startseite #siteby {
	background: #76070B;
	
}
.startseite #footer {
	padding: 0;
	padding-top: 15px;
	margin: 0;
	margin-top: -10px;
	border-top: 0;
	text-align: center;
	height: 60px;
	background: #76070B;
	color: white;
}

.startseite #footer a {
	color: white;
}

.startseite .description {
	position: absolute;
	top: 300px;
	left: 27px;
	width: 387px;
	height: 125px;
}

.startseite #linkright .description {
	left: 31px;
}

.startseite .description img {
	position: absolute;
	bottom: -30px;
	left: -5px;
}

.startseite #logo {
	margin: -8px auto 0 auto;
	text-align: center;
}

.startseite #logo img {
	padding-right: 13px;
}

#linkleft, #linkright {
	position: absolute;
	height: 500px;
	width: 445px;
	top: -242px;
}

#linkleft {
	left: 29px;
}
#linkright {
	left: 485px;
}

#divider {
	position: absolute;
	background: url(../images/back_divider.gif) no-repeat;
	height: 255px;
	width: 5px;
	left: 477px;
	top: 3px;
}


/*
 * Mainnav
 */

#mainnav {
	position: relative;
	width: 250px;
	background: #C50C13;
	min-height: 200px;
	top: -100px;
	left: 15px;
}

#mainnav ul {
	padding: 10px;
}

#mainnav ul ul {
	margin-left: 55px;
	padding: 0;
	list-style-type: circle;
}

#mainnav ul ul ul {
	margin-left: 15px;
}

#mainnav li, #mainnav li a{
	color: white;
}

#mainnav li li {
	padding: 2px 0;
}

#mainnav li li a {
	font-size: 11px;
}

#mainnav li.sel {
	padding-bottom: 4px;
	border-bottom: 1px solid #D24147;
}

#mainnav li li.sel {
	padding-bottom: 0;
	border-bottom: 0;
	list-style-type: disc;
}

/*
 * Linke Spalte
 */

#leftcol {
	width: 280px;
	float: left;
	display: inline;
}

#leftcol #rest {
	margin: -100px 0 15px 0;
}
/*
*html #leftcol #rest div { overflow: hidden; }
*/

/*
 * Content
 */

#content {
	padding: 40px 190px 15px 20px;
	width:460px; /*670px*/
	overflow: hidden;
}
#content_full {
	padding: 40px 10px 15px 20px;
	width:640px; /*670px*/
	overflow: hidden;
}

/*
 * Motorrad-Logos
 */

#motorradlogos {
	position: absolute;
	top: 16px;
	right: 27px;
	text-align: center;
	width: 140px;
}

#motorradlogos img {
	display: block;
	margin: 0 auto 41px auto;
}
