/* ================================================================================================ */
/* == Project: 	Claus Carstens									 								 == */
/* == CSS:   	default.css - Standard-Stylesheet (Screen)										 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	list-style-type: none;
	text-decoration: none;
}
body{
	background: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 0.69em;
}
/* ================================================================================================ */
#sheet{
	width: 791px;
	margin: 20px auto 0 auto;
	background: #9A9A98;
}
/* ================================================================================================ */
#header{
	background: #D50101;
}
#image{
	float: left;
	position: relative;
	overflow: hidden;
	width: 789px;
	height: 190px;
	background: #000000;
	border-right: 1px solid #5C5B59;
	border-left: 1px solid #CFCECA;
}
#image img{
	position: absolute;
	top: 0;
	left: 0;
}
/* ================================================================================================ */
.navigation{
	float: left;
	width: 100%;
	height: 29px;
	background: url(../nps/bg_navigation.gif) repeat-x left top;
}
.navigation ul{
	float: left;
	width: 764px;
	height: 12px;
	line-height: 12px;
	padding: 8px 0 9px 25px;
	border-right: 1px solid #6B0103;
	border-bottom: 1px solid #6B0103;
	border-left: 1px solid #FE5C59;
	font-size: 1.09em;
}
.navigation li{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #F9E6E6;
	padding-bottom: 1px;
}
.navigation li.first{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.navigation li a{
	color: #F9E6E6;
}
.navigation li a:hover, .navigation li a:focus, .navigation li a:active, .navigation li.active a{
	color: #000000;
}
/* ================================================================================================ */
.navigation.top{
	height: 25px;
	background: url(../nps/bg_navigation_top.gif) repeat-x left top;
	font-size: 0.83em;
}
.navigation.top ul{
	width: auto;
	height: 11px;
	line-height: 11px;
	padding: 3px 0 5px 0;
	border: 0;
}
.navigation.top ul.language{
	padding-left: 10px;
	border-left: 1px solid #FE5C59;
}
.navigation.top ul.meta{
	float: right;
	padding-right: 10px;
	border-right: 1px solid #6B0103;
}
/* ================================================================================================ */
#content{
	float: left;
	width: 739px;
	padding: 30px 25px 10px 25px;
	background: url(../nps/bg_content.gif) repeat-x left top;
	border-right: 1px solid #5C5B59;
	border-left: 1px solid #CFCECA;

	min-height: 300px;
}
/* ================================================================================================ */
#content #text{
	float: left;
	width: 510px;
	line-height: 1.45em;
}
/* ================================================================================================ */
#text h1{
	color: #BD0101;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}
#text h2{
	font-size: 1.27em;
	font-weight: bold;
	margin-bottom: 0.79em;
	line-height: 1.25em;
}
#text h3, #text h4, #text h5, #text h6{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.25em;
}
#text p, #text ul, #text ol, #text table{
	margin-bottom: 1.82em;
}
#text ul, #text ol{
	margin-left: 2.4em;
}
#text ul li{
	list-style-type: circle;
}
#text ol li{
	list-style-type: decimal-leading-zero;
}
#text a{
	color: #BD0101;
}
#text a:hover, #text a:focus, #text a:active{
	border-bottom-style: solid;
}
#text table{
	border: 1px solid #FFFFFF;
	width: 100%;
}
#text thead{
	background: url(../nps/bg_navigation_top.gif) repeat-x left top;
	height: 25px;
}
#text thead th{
	color: #FFFFFF;
	padding: 0 5px 5px 5px;
	text-align: left;
}
#text tbody th{
	padding: 0 5px 5px 5px;
}
#text td{
	padding: 0 5px;
	text-align: left;
	background: #A8A8A7;
}
/* ================================================================================================ */
#text a.more{
	background: url(../nps/icon_arrow_right.gif) no-repeat left center;
	padding-left: 17px;
	font-weight: bold;
}
#text a.back{
	background: url(../nps/icon_arrow_left.gif) no-repeat left center;
	padding-left: 17px;
	font-weight: bold;
}
/* ================================================================================================ */
#text p.date{
	color: #BD0101;
	margin-bottom: 0.33em;
	font-size: 0.83em;
}
#text p.confirm{
	color: #000;
	border: 1px solid #01BD01;
	padding: 5px 10px;
	background: #8ECF8E;
}
#text p.error{
	color: #FFFFFF;
	border: 1px solid #BD0101;
	padding: 5px 10px;
	font-weight: bold;
	background: #CF5A5A;
}
/* ================================================================================================ */
#text #folding{
	margin-left: 0;
}
#text #folding li{
	list-style-type: none;
	padding-bottom: 1.82em;
}
/* ================================================================================================ */
#text .gallery{
	margin-left: 0;
	float: left;
	clear: both;
	width: 100%;
}
#text .gallery li{
	list-style-type: none;
	float: left;
}
#text a img{
	border: 1px solid #BD0101;
	margin: 0 10px 10px 0;
}
/* ================================================================================================ */
#text .box{
	background: #fff;
	float: left;
	width: 230px;
	margin-bottom: 2em;
}
#text .box.first{
	margin-right: 35px;
}
#text .box h1, #promotion h1{
	color: #F9E6E6;
	height: 22px;
	padding-top: 3px;
	margin: 0;
	background: url(../nps/bg_navigation_top.gif) repeat-x left top;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
#text .box img{
	float: left;
	margin: 0;
	border: 1px solid #8E8E8C;
	border-top: 0;
	border-left-color: #B8B8B7;
}
/* ================================================================================================ */
#text .bigbox{
	float: left;
	clear: both;
	width: 510px;
	height: 54px;
	line-height: 48px;
	text-align: center;
	background: url(../nps/bg_bigbox.gif) repeat-x left top;
	margin-top:  102px;
}
#text .bigbox.lastElement{
	margin-top:  0;
}
#text .bigbox.doubleEmpty{
	margin-top:  280px;
}
#text .bigbox img{
	border: 0;
	margin: 0 18px;
}
#text .bigbox img.ducati{
	margin-top: 5px;
	margin-bottom: 11px;
}
#text .bigbox img.motoguzzi{
	margin-bottom: 10px;
}
#text .bigbox img.aprilia{
	margin-bottom: 16px;
}
#text .bigbox img.mvagusta{
	margin-bottom: 9px;
}
/* ================================================================================================ */
form{
	margin-bottom: 1.82em;
}
fieldset{
	border: 1px solid #BD0101;
	padding: 15px;
	margin-bottom: 1.82em;
}
legend{
	color: #FFF;
	font-size: 0.83em;
	padding: 0 5px;
	font-weight: bold;
}
label{
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 6px;
}
input, select, textarea{
	background: #A8A8A7;
	border: 1px solid #BD0101;
	padding: 1px 2px;
	width: 300px;
	margin-bottom: 5px;
}
select{
	width: 305px;
}
textarea{
	height: 7em;
}
.small{
	width: 81px;
}
.medium{
	width: 200px;
}
form br{
	clear: both;
}
.formSubmit input{
	float: left;
	width: 240px;
	color: #000;
	font-weight: bold;
	background: #B5B5B4
}
.formSubmit input#reset{
	float: right;
	font-weight: normal;
}
/* == Errors																					 == */
.error label.duty{
	font-weight: bold;
}
.error input.duty, .error select.duty, .error textarea.duty{
	background: #BFBFBD;
}
/* ================================================================================================ */
#promotion{
	float: right;
	width: 200px;
}
/* == Headline																					 == */
#promotion h1 a{
	color: #F9E6E6;
}
/* == Article																					 == */
#promo_news, #promo_dates, #promo_offers{
	position: relative; 	/* important */
	overflow: hidden; 		/* important */
	width: 198px; 			/* important */
	height: 130px; 			/* important */
	margin-bottom: 2em;
	background: #A8A8A7;
	border-width: 1px;
	border-style: solid;
	border-color: #B5B5B4 #8C8C8A #8C8C8A #B5B5B4;
	border-top: 0;
}
#promo_news_content, #promo_dates_content, #promo_offers_content{
	position: absolute;
	margin-left: 1px;
}
#promo_news_content li, #promo_dates_content li, #promo_offers_content li{
	float: left;
	display: block;
	width: 160px;
	height: 100px;
	margin: 8px 17px;
}
#promo_news_content a, #promo_dates_content a, #promo_offers_content a{
	display: block;
	width: 162px;
	height: 100px;
	overflow: hidden;
}
#promo_news_content a .date, #promo_dates_content a .date ,#promo_offers_content a .date{
	color: #BD0101;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0.33em;
	font-size: 0.83em;
}
#promo_news_content a .headline, #promo_dates_content a .headline, #promo_offers_content a .headline{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0.33em;
}
#promo_news_content a:hover .content, #promo_news_content a:focus .content, #promo_news_content a:active .content,
#promo_dates_content a:hover .content, #promo_dates_content a:focus .content, #promo_dates_content a:active .content,
#promo_offers_content a:hover .content, #promo_offers_content a:focus .content, #promo_offers_content a:active .content{
	text-decoration: underline;
}
/* == Navigation																				 == */
.promo_navigation{
	float: left;
	width: 194px;
	padding: 2px;
	background: #A8A8A7;
	border-top: 1px solid #B5B5B4;
	font-size: 0.83em;
	position: relative;
	top: 113px;
}
#promo_news_previous, #promo_news_next,
#promo_dates_previous, #promo_dates_next,
#promo_offers_previous, #promo_offers_next{
	position: absolute;
	top: -106px;
	background: #A8A8A7;
	height: 100px;
	line-height: 100px;
	text-align: middle;
	width: 13px;
	padding: 0 1px;
	overflow: hidden;
}
#promo_news_next, #promo_dates_next, #promo_offers_next{
	left: 183px;
}
#promo_news_previous, #promo_dates_previous, #promo_offers_previous{
	left: 0;
}
.promo_navigation #promo_news_previous:hover, .promo_navigation #promo_news_previous:focus, .promo_navigation #promo_news_previous:active,
.promo_navigation #promo_news_next:hover, .promo_navigation #promo_news_next:focus, .promo_navigation #promo_news_next:active,
.promo_navigation #promo_dates_previous:hover, .promo_navigation #promo_dates_previous:focus, .promo_navigation #promo_dates_previous:active,
.promo_navigation #promo_dates_next:hover, .promo_navigation #promo_dates_next:focus, .promo_navigation #promo_dates_next:active,
.promo_navigation #promo_offers_previous:hover, .promo_navigation #promo_offers_previous:focus, .promo_navigation #promo_offers_previous:active,
.promo_navigation #promo_offers_next:hover, .promo_navigation #promo_offers_next:focus, .promo_navigation #promo_offers_next:active{
	background: #B5B5B4;
}
.promo_navigation .more{
	width: 100%;
	text-align: center;
}
.promo_navigation .more a{
	color: #2B2B29;
}
.promo_navigation .more a:hover, .promo_navigation .more a:focus, .promo_navigation .more a:active{
	color: #000000;
}
/* ================================================================================================ */
#footer{
	clear: both;
	width: 789px;
	height: 20px;
	margin-bottom: 2em;
	background: url(../nps/bg_navigation_top.gif) repeat-x left top;
	border-right: 1px solid #6B0103;
	border-left: 1px solid #FE5C59;
}
/* ================================================================================================ */
/* == end																						 == */
