/*	
	Copyright (c) 2006 BasisEins. GbR
	SMI Motorsport - Großhandel für exklusive Modellbauartikel
	Stand 12/2006
	$Revision: 0.1.0.0 $


* {
	margin: 0;
	padding: 0;
	border: none;
}

*/

html {
	overflow-x: hidden;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
	width: 100%;
}

body {
	background-color: #ffcd00;
	color: #828282;
	font: 11px/1.6em Arial, sans-serif;
	text-align: left;
}

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,hr,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

a {
	color:#000000;
	text-decoration:none;		
}

a:hover {
	color:#000000;
	text-decoration:underline;		
}

ul.pager {
	float: right;
	display: inline;
	width: auto;
	clear: both;
}

ul.pager li {
    display: inline;
}

ul.pager li span {
    padding-right: .43em;
}

.pager-info {
	clear: both;
	float: right;
	text-align: right;
	width: 15em;
	font-size: 95%;
	margin: .6em 0 2em 0;
	line-height: 1.5em;
}

.highlight {
	background-color: #E3E4E9;
	padding: 0 .2em;	
}

h1 {
	font-size: 140%;
	margin-bottom: .23em;	
}

h2 {
	font-size: 130%;	
}

h3 {
	font-size: 120%;	
}

h4 {
	font-size: 100%;
}

input, textarea, select {
	float: none;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

.site-container {
	margin: 0 auto;
	width: 77.74em;
	min-width: 860px;
	overflow: hidden;
	text-align: left;
}

#lower-site-container .site-container {
	overflow: visible;
	background-color: #FFFFFF;
	background-image: url(/res/img/content_bg.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#upper-site-container {
	position: relative;

	width: 100%;
	background-image:url(/res/img/header_verlauf_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top: .86em solid #000000;
	overflow: hidden;
}

#head-content {
	float: left;
	margin-top: -2.2em; /* good for ie7 an ff, opera 9 */
	margin-top: -2.4em; /* good for ie6 */
	z-index: -100;
	background-color: #666666;
	color: #FFFFFF;
	width: 100%;
	height: 16.28em;
	min-height: 180px;
	min-width: 860px;
	overflow: hidden;
}

#head-content img {
	width: 100%;
	height: 100%;
}

#lower-site-container {
	float: left;
	width: 100%;
	height: auto;
	color: #000000;
	border-top: .86em solid #000000;
}

#smi_claim {
	float: right;
	position: relative;
	top: -.86em;
	left: 0;
	z-index: 24;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.8em;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	width: 32em;
	height: 2.1em;
}

#smi_claim div {
	margin: 0 1.6em 0 0;
}

#content-container {
	float: left;
	width: 72.5em;
	min-width: 800px;
	position: relative;
	left: 3.8em;
	top: 2.6em;
	margin: 0 0 1.6em 0;
	height: auto;
	min-height: 450px;
	color: #000000;
	overflow: visible;
	background-color:#FFFFFF;
}

#footer-container {
	clear: both;
	width: 100%;
	color: #000000;
	margin: 2em 0 0 0;
}

#footer-container #imprint {
	text-align: left;
	padding: 1em 1.6em 1em 3.6em;
}


/* navigation */

ul#mainnavigation-box {
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	height: 2em;
}

#mainnavigation-box li {
	float: left;
	position: relative;
}

#mainnavigation-box li a {
	position: relative;
	left: 0;
	float: left;
	text-decoration: none;
	background-color: #000000;
	color: #E2E3E8;
	margin: 0 5px 0 0;
	padding: 0 1.9em .1em 1.2em;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/res/img/main_nav_dot_unselected.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnavigation-box li a:hover {
	background-color: #232323;
	color: #FFFFFF;
	padding-top: .49em;
	border-bottom: 2px solid #E2E3E8;
}

#mainnavigation-box li a.selected, #mainnavigation-box li a.selected:hover {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: .49em;
	background-image: url(/res/img/main_nav_dot_selected.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 2px solid #FFCD00;
}

#mainnavigation-box li.search {
	float: right;
}

#mainnavigation-box li.search a {
	margin-right: 0;
}


.subnavigation-box {
	position: relative;
	top: 0;
	z-index: 0;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	height: 2em;
}

.subnavigation-box li {
	float: left;
}

.subnavigation-box li a {
	position: relative;
	left: 0;
	top: -.86em;
	z-index: 100;
	float: left;
	background-color: #000000;
	color: #E2E3E8;
	width: auto;
	margin-right: 5px;
	padding: .1em 1.4em .1em 2em;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/res/img/sub_nav_dot_unselected.png);
	background-repeat: no-repeat;
	background-position: .2em bottom;
}

.subnavigation-box li a span {
	font-weight: normal;
}

.subnavigation-box li a:hover {
	position: relative;
	left: 0;
	background-color: #232323;
	color: #FFFFFF;
	text-decoration: none;
}

#mainnavigation-box li a.left-spacer {
	padding-left: 2.2em;
}

.subnavigation-box li a.left-spacer {
	padding-left: 3.3em;
    background-position: 1.4em bottom;
}

.subnavigation-box li a.selected {
	position: relative;
	top: -2em;
	z-index: 120;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(/res/img/sub_nav_dot_selected.png);
	border-top: 2px solid #FFCD00;
}

.subnavigation-box li.search {
	float: right;
}

.subnavigation-box li.search a {
	margin-right: 0;
}

.sticky {
	font-weight: bold;
}