@CHARSET "ISO-8859-1";

/* Link-Deklarationen */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;	
}

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555; 	
}

/* Body der Seite (Hintergrund) */

#page_body {
	background-color: #ffffff;
	background-image: url("../_img/page_bg.jpg");
	background-repeat: repeat-x;
	margin: auto;
}

/* Main Div-Layer */

#root {
	width: 767px;
	margin: auto;
}

/* Header-Bereich (Bild) */

#head {
	width: 767px;
	height: 113px;
	background-image: url("../_img/header.jpg");
	background-repeat: no-repeat;
}

#head_links {
	width: 767px;
	margin: auto;
	font-size: 11pt;
}

#head_links_table {
	width: 767px;
	border: none;
}

#td_head_links_left {
	width: 14px;
	height: 31px;
	background-image: url("../_img/head_links_left_spacer.gif");
	background-repeat: no-repeat;
}

#td_head_links_right {
	width: 30px;
	height: 31px;
	background-image: url("../_img/head_links_right_spacer.gif");
	background-repeat: no-repeat;
}
/* Betrifft nur den Button aussen links */
#td_head_links_default_1 {
	width: 125px;
	height: 31px;
	background-image: url("../_img/head_links_button_left.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

/* Default-Klasse für alle Buttons */
.td_head_links_default {
	width: 125px;
	height: 31px;
	background-image: url("../_img/head_links_button_default.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

#td_head_links_spacer {
	width: 98px;
	height: 31px;
	background-image: url("../_img/head_links_spacer.gif");
	background-repeat: repeat-x;	
}

#td_head_links_downspacer {
	width: 767px;
	height: 10px;
	background-image: url("../_img/head_links_downspacer.gif");
}

/* ############ Head-Bereich ENDE ############# */

#car_links {
	width: 767px;
	height: 101px;
}

#cl_default_spacer {
	width: 27px;
	height: 101px;
	float: left;
}

/* Links */
/* ----- 200SX S13 ----- */

#cl_s13_link {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/s13_grau.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_s13_link:hover {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/s13_farbig.jpg");
	background-repeat: no-repeat;
	float: left;
}

/* ----- 200SX S14 ----- */

#cl_s14_link {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/s14_grau.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_s14_link:hover {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/s14_farbig.jpg");
	background-repeat: no-repeat;
	float: left;
}

/* ----- 350z ----- */

#cl_350z_link {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/350z_grau.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_350z_link:hover {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/350z_farbig.jpg");
	background-repeat: no-repeat;
	float: left;
}

/* ----- Sunny GTI-R ----- */

#cl_sunny_link {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/sunny_grau.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_sunny_link:hover {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/sunny_farbig.jpg");
	background-repeat: no-repeat;
	float: left;
}

/* ----- Primera P10 ----- */

#cl_primera_link {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/primera_grau.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_primera_link:hover {
	display: block;
	width: 120px;
	height: 101px;	
	background-image: url("../_img/primera_farbig.jpg");
	background-repeat: no-repeat;
	float: left;
}

#cl_right_spacer {
	width: 1px;
	height: 1px;
	clear: both;	
}

/* ############ Car-Link-Bereich ENDE ############# */

#position_bar {
	width: 767px;
	height: 24px; /* Ist abzgl. padding-top */
	padding-top: 15px;
	padding-left: 22px;
	background-image: url("../_img/position_bar_bg.jpg");
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 767px;
	height: auto;
	background-image: url("../_img/content_bg.gif");
	background-repeat: repeat-y;
	overflow: hidden;
}

#main_content {
	float: left;
	margin-right: -3px;
	width: 553px; /* Breite ist immer abzgl. dem padding-left */
	padding-left: 22px;
	padding-top: 14px;
	background-image: url("../_img/main_content_spacer_top.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

#navi_right {
	float: right;
	margin-left: -3px;
	width: 192px;
	overflow: hidden;
}

.clear {
	/* Hebt den Float wieder auf */
	clear: left;
}

#select_language {
	width: 177px;
	padding-top: 40px;
	padding-left: 15px;
	background-image: url("../_img/subnavi_spacer.jpg");
	background-repeat: no-repeat;
}

#sub_navi {
	margin-top: 15px;
	width: 192px;
	padding-top: 27px;
	padding-left: 15px;
	background-image: url("../_img/sub_navi.jpg");
	background-repeat: no-repeat;
}

/* ############ Content-Bereich ENDE ############# */

.footer {
	width: 767px;
	height: 47px;
	background-image: url("../_img/footer.jpg");
	background-repeat: no-repeat;
}