html, body {
    height:101%;
}

body {
	background-color: #fff;
	color: #000;
    margin: 0px;
	margin-top: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

#site {
    position:relative;
	width: 718px;
	height: 100%;
	margin: 0px auto;
	background-color: #fff;
	color: #000;
}

#header {
    position:relative;
	top: 18px;
	left: 151px;
	height: 165px;
	width: 440px;
	background: url(graphics/header.jpg) 0 no-repeat;
}

#headerStart {
    position:absolute;
	top: 18px;
	height: 165px;
	width: 440px;
	background: url(9xxdriverStart.gif) 0 no-repeat;
}

#infoStart {
    position:absolute;
    top:200px;
	width: 440px;
	font: bold 14px Arial;
	color: #000;	
	text-align:center;
}


#issue {
    position:absolute;
	top: 24px;
	left: 453px;
}

#menu {
    position:absolute;
	left: 38px;
	top: 190px;
	z-index:99;
}

#contentContainer {
	top:70px;
	left:0px;
	width:703px;
}


#footer {
    margin: 0px auto;
	background-color: #fff;
	color: #000;
	width:440px;
	text-align:center;
	margin-top:30px;
	margin-left: 151px;
}

#startContainer, #newsletterContainer, #archiveContainer, #productPlacementContainer, #articleContainer, #linksContainer, #infoContainer, #contactContainer, #imprintContainer, #carMarketFormContainer, #carMarketInsertFormContainer {
    position:relative;
	top:0px;
	left:150px;
	width:440px;
	background-color: #fff;
	padding:0px;
}

#newsletterContainer, #archiveContainer, #linksContainer, #contactContainer, #imprintContainer, #carMarketFormContainer {
    width:420px;
	padding:10px;
	background-color:#dde2eb;
}

#newsletterContainer {
    background-color:#e3d3b2;
}

#linksContainer, #infoContainer, #carMarketInsertFormContainer {
    background-color:#d7dbe5;
	width: 440px;
	padding: 0px;
}


#archiveContainer {
    width:645px;
	left:38px;

}


#carMarketFormContainer {
    width:440px;
	padding:0px;
}

#productPlacementContainer {
    height:533px;
    width:460px;
    background-image:url(graphics/productPlacement.jpg);
    background-repeat:no-repeat;
}





#carMarketFormContainer {
    background-color:#fff;
}

#carMarketInsertFormContainer {
    width:420px;
	padding:10px; 
}

#articleContainer {
    left:37px; 
    width:665px;
	padding:0px;
}


.message {
   font: bold 12px Arial;
   color: red;
}



/*-------------------------- carMarket -----------------------------*/

#freeAdsSticker {
    position:absolute;
	top: 0px;
	left: 10px;
}

#carMarket {
    position: absolute;
	top: 130px;
	left: 0px;
	width: 138px;
	height: 483px;
	background-color: #000;
	background: url(graphics/carMarketBackground.gif) 0 no-repeat;
}

#carMarketFrontPageMenu {
    position:absolute;
	left: 38px;
	top: 0px;
}

.carMarketFrontPageMenuItem {
    position:relative;
    margin-top:14px;
}

#carMarketFrontPageItems {
	position:absolute;
	top: 147px;
	left: 38px;
}

.carMarketFrontPageItem {
    display: block;
	width: 100px;
	margin-bottom: 13px;
}


#carMarketItemForm {
    position:absolute;
	top: 230px;
	left:151px;
	width:420px;
	background-color: #ccccff;
	padding: 10px;
}









.carMarketItemFormLabel, .carMarketItemFormLabelHeadline {
  
}

.carMarketItemFormSpace {
    height:8px;
}

.carMarketItemFormLabelHeadline {
    padding-left:0px;
	width:0px;
	font-weight: bold;
}

.carMarketItemFormInput, .newsletterFormInput, .linksFormInput, .contactFormInput {
    width: 200px;
	background-color:#fff;
	border:0px;
}

.linksFormInput, .contactFormInput, .newsletterFormInput {
    width:273px;
}



.submitButton {
    width:150px;
}



/*-------------------------- articles -----------------------------*/




#article1, #article2, #article3, #article4, #article5, #article6 {
    position:relative;
	padding:0px;
}









#advertsLeft, #advertsMiddle, #advertsRight {
    position: absolute;
	top: 838px;
	left: 38px;
	display:block;
}

#advertsMiddle {
	top: 695px;
	left: 152px;
}

#advertsRight {
	top: 0px;
	left: 588px;
}

.advertItem {
	margin-bottom: 14px;
}

.advertItemMiddle {
    width: 100px;
	height: 130px;
	float: left;
	margin-right: 14px;
}

img.advert, img.carMarketFrontPageItem {
    border:0px;
}












/*menuItems*/
div.start, div.startActive, div.newsletter, div.newsletterActive, div.archive, div.archiveActive, div.events, div.eventsActive, div.links, div.linksActive, div.info, div.infoActive, div.contact, div.contactActive, div.imprint, div.imprintActive, div.showAllCars, div.showAllCarsActive, div.advertiseCar, div.advertiseCarActive {
    float: left;
	width: 99px;
	height: 28px;
	margin-right: 14px;
}

div.newsletter, div.newsletterActive {
    width: 100px;
	height: 27px;
}

div.showAllCars, div.showAllCarsActive, div.advertiseCar, div.advertiseCarActive {
    margin-bottom: 14px;
	margin-right: 0px;
}

div.start a, div.newsletter a, div.archive a, div.events a, div.links a, div.info a, div.contact a, div.imprint a, div.showAllCars a, div.advertiseCar a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
}

div.start a {
    background: url(graphics/startButton.gif) 0 no-repeat;
}
div.newsletter a {
    background: url(graphics/newsletterButton.gif) 0 no-repeat;
}
div.archive a {
    background: url(graphics/archiveButton.gif) 0 no-repeat;
}
div.events a {
    background: url(graphics/eventsButton.gif) 0 no-repeat;
}
div.links a {
    background: url(graphics/linksButton.gif) 0 no-repeat;
}
div.info a {
    background: url(graphics/infoButton.gif) 0 no-repeat;
}
div.contact a {
    background: url(graphics/contactButton.gif) 0 no-repeat;
}
div.imprint a {
    background: url(graphics/imprintButton.gif) 0 no-repeat;
}
div.showAllCars a {
    background: url(graphics/showAllCarsButton.gif) 0 no-repeat;
}
div.advertiseCar a {
    background: url(graphics/advertiseCarButton.gif) 0 no-repeat;
}






#subMenu {
    position:absolute;
	top:219px;
	z-index:99;
}

#linksSub, #infoSub {
    position:absolute; 
	visibility:hidden;
	z-index:99;
	width:130px;
}

#linksSub { left: 378px; }
#infoSub { left: 491px; }



div.event, div.club, div.company, div.bannerAd, div.freeProductEditorials, div.imprint, div.disclaimer, div.placeLink, div.productPlacement {
	height:28px;
	width:121px;
	float:left;
	margin-bottom:1px;
}

div.event a, div.club a, div.company a, div.bannerAd a, div.freeProductEditorials a, div.imprint a, div.disclaimer a, div.placeLink a, div.productPlacement a { 
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
}

div.event a { background: url(graphics/eventButton.gif) 0 0 no-repeat; }
div.club a { background: url(graphics/clubButton.gif) 0 0 no-repeat; }
div.company a { background: url(graphics/companyButton.gif) 0 0 no-repeat; }
div.bannerAd a { background: url(graphics/bannerAdButton.gif) 0 0 no-repeat; }
div.imprint a { background: url(graphics/imprintButton.gif) 0 0 no-repeat; }
div.disclaimer a { background: url(graphics/disclaimerButton.gif) 0 0 no-repeat; }
div.placeLink a { background: url(graphics/placeLinkButton.gif) 0 0 no-repeat; }
div.productPlacement a { background: url(graphics/productPlacementButton.gif) 0 0 no-repeat; }









.articleGermanText, .articleEnglishText {
    text-align:justify; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	z-index:2;
}

.articleEnglishText {
    font-style: normal; 
}






h1.info, h2.info, p.info {
    position:absolute;
    font:1px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color: #fff;
	margin:0px auto;
	padding:0px;
}







h1 {
    font: bold 14px Arial, Helvetica, sans-serif;
	color: #003466;
	background-color : transparent;
}

h2 {
    font: bold 12px Arial, Helvetica, sans-serif;
	color: #06225e;
	background-color : transparent;
}

h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color : transparent;
}





a:link, a:visited, a:active, a:hover { 
    background-color : transparent;
	color: #000;
    text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
}

a:hover {
    color: #4e7589;
}

a:focus {
    outline: none;
}



a:link.pageLink, a:visited.pageLink, a:active.pageLink, a:hover.pageLink { 
    background-color : transparent;
	color: #000;
    text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
}


a:hover.pageLink { 
	color: #4e7589;
}


a:link.neutral, a:visited.neutral, a:active.neutral, a:hover.neutral { 
    background-color : transparent;
	color: #000;
    text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
}

