/*	
------------------------------------------------------------------------
Allgemein
------------------------------------------------------------------------ 
*/
body {
	background-color: #FFFFFF;
	color: #333333;
	
	margin: 0;
	padding: 0;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

/*h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, legend {
  padding: 0;
  margin: 0;
}*/

p+p {
	margin-bottom: 1em;
}

ul { list-style: none; }

li li { font-size: 100% !important; }

a { color: #255C89; text-decoration: underline; }

a img { border: 0; }

a:link {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

/*	
------------------------------------------------------------------------
Boxen
------------------------------------------------------------------------ 
*/

.highlight {
	color: #285DA8;
	background-color: #EFF6FF;
	border: 1px dotted #9FBCE7;
	padding: 5px;
}

.success {
	color: #006633;
	background-color: #CCFFCC;
	border: 1px dotted #339966;
	padding: 5px;
}

.success a {
	color: #006633;
}

.error {
	color: #B90606;
	background-color: #FF9393;
	border: 1px dotted #FF3535;
	padding: 5px;
}

/*	
------------------------------------------------------------------------
Farben
------------------------------------------------------------------------ 
*/
.warmyellow {
	color: #FFE30E;
}

.warmorange {
	color: #E6A800;
}

.darkgray {
	color: #333333;
}

.grasgreen {
	color: #83C022;
}
/*	
------------------------------------------------------------------------
Grundlayout
------------------------------------------------------------------------ 
*/
#root {
	width: 750px;
}


#headmenue {
	float: right;
	margin: 0;
	margin-right: 25px;
	padding: 0;
	z-index: +1;
}

#headmenue ul {
	margin: 0;
	padding: 0;
}

#headmenue ul li {
	list-style-type: none;
	float: left;
	background-color: transparent;
	font-size: 60%;
	color: #000066;
	margin-left: 1px;
	padding: 5px;
}

#headmenue ul li a {
	color: #333333;
	text-decoration: none;
}

#headmenue ul li a:hover {
	border-bottom: 3px solid #666666;
}


#whitenissanline {
	width: 450px;
	float: left;
	background-color: #cccccc;
	height: 3px;
	z-index: +1;
	margin: 0px;
	padding: 0px;
	
	line-height: 0px;
}

#rednissanline {
	width: 300px;
	
	float: right;
	background-color: #c71450;
	height: 3px;
	z-index: +1;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#top {
	background: #efefef;
	background-image: url(../images/hintergruende/topbg.gif);
	background-repeat: repeat-x;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 0;
	/* border-top: 3px solid #cccccc; */
	/* border-bottom: 3px solid #004586; */
	border-bottom: 1px solid #555555;
}

#logo {
	padding: 15px;
	padding-left: 10px;
	height: 57px;
	float: left;
	text-align: left;
	vertical-align: top;
	position: relative;
	background-color: transparent;
	z-index: 1;
	clear: left;
}

#logo img {
	border: none;
	padding-right: 15px;
	vertical-align: top;
	text-align: left;
}

#company {
	padding-top: 15px;
	height: 57px;
	float: left;
	text-align: left;
	vertical-align: top;
	position: relative;
	background-color: transparent;
	z-index: 1;
}

#foot {
	position: relative;
	float: left;
	clear: none;
	background-color: #efefef;
	color: #555555;
	font-size: 65%;
	width: 725px;
	padding: 10px;
	padding-left: 15px;
	border-top: 3px solid #cccccc;
}


/*	
------------------------------------------------------------------------
Special Feature
------------------------------------------------------------------------ 
*/

#featurebox {
	float: right;
	width: 530px;
	height: 275px;
	margin: 0;
	padding: 0;
	/*border-bottom: 3px solid #83C022;*/
	border-bottom: 3px solid #C61042;
	font-size: 70%;	
}

#featurecontent {
	width: 245px;
	height: 90px;
	background-color: transparent;
	position: relative;
	margin: 0;
	margin-right: 15px;
	margin-top: 175px;
	float: right;
	padding: 0;
	overflow: hidden;
	line-height: 1em;
}

#featurecontent p {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

#featurecontent h1 {
	font-size: 145%;
	margin: 0;
	padding: 0;	
	line-height: 1.5em;	
}

#featurecontent h2 {
	font-size: 115%;
	margin: 0;
	padding: 0;	
	line-height: 1.5em;	
}

#featurecontent h1+h2 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

featurecontent h2+p {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

#featurecontent .small {
	font-size: 85%;
}

/*	
------------------------------------------------------------------------
Hauptmenue
------------------------------------------------------------------------ 
*/

#mainmenue {
	width: 220px;
	height: 275px;
	background-color: #F0F7FC;
	/* border-bottom: 3px solid #156097; */
	border-bottom: 3px solid #006ED6;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: +5;
	font-size: 90%;
}

#mainmenue ul {
	margin: 0;
	padding: 0;
}

/* Ebene 1 */


#mainmenue li a {
	display: block;
	line-height: 1em;
	padding: 5px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 75%;
	text-decoration: none;
	border-bottom: 1px solid #DAEFFF;	
	color: #1F6FAA;
}

#mainmenue li.main a {
	background-color: #1E3BAE; /*156097;*/
	color: #ffffff;
	font-size: 100%;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #3050CA;
}

#mainmenue li.main a:hover {
	background-color: #C61042;
}

* html #mainmenue li a {
	height: 1em;
}

#mainmenue a:focus,
#mainmenue a:hover,
#mainmenue a:active {
	text-decoration: underline;
	background-color: #ffffff;
}

/* Ebene 2 */
#mainmenue li li a {
	font-size: 70% !important;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 7px !important;
 	padding-left: 15px !important;
 	margin: 0;
}

#mainmenue li li a:before {
	content: "\2192 \2003";
	display: inline;
}

#mainmenue li li a:link, 
#mainmenue li li a:visited {
	text-decoration: none;
}

#mainmenue li li a:focus, 
#mainmenue li li a:hover, 
#mainmenue li li a:active {
	text-decoration: underline;
	background-color: #FFFFFF;
}

/*	
------------------------------------------------------------------------
Content
------------------------------------------------------------------------ 
*/

#content {
	margin-left: 220px;
	border-left: 1px dotted #D0EBFF;
	padding: 10px;
	width: 510px;
	height: 100%;
	z-index: 1;
	position: relative;
	clear: none;
	float: right;
	background-color: #F9FCFF;
	font-size: 75%;
	min-height: 300px;
}

#content ul {
	padding: 0.5em;
	padding-left: 1.5em;
}

#content ul li {
	list-style-type: disc;
	display: list-item;
}

#content p+p {
	margin-top: 1em;
}

#content h1 {
	font-size: 136%;
	color: #004586;
	text-transform: uppercase;
	font-weight: bold;
}

#content h2 {
	font-size: 110%;
	color: #666666;
}

#content h3 {
	font-size: 100%;
	color: #004586;
	font-weight: bold;
}

#content h2+p {
	margin-top: 1em;
}

#content h3+p {
	margin-top: 1em;
}

#content img.aussen {
	float: left;
	clear: left;
	display: inline;
	margin-left: -211px;
	border: none;
	position: relative;
	clear: none;
	z-index: +9;
}

/*	
------------------------------------------------------------------------
Cars
------------------------------------------------------------------------ 
*/


.kategorie {
	border-top: 1px dotted #D0EBFF;
	/* height: 120px; */
	min-height: 120px;
	margin-bottom: 2em;
	float: none;
	clear: both;
	overflow: visible;
	position: relative;
	display: block;
	
}

.kategorie img {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	display: inline; 
	margin-left: -211px;
	border: none;
	position: relative;
	z-index: +15;
	width: 200px;
}
.kategorie+.kategorie {
	margin-top: 5em;
}







.usedcar {
	border-top: 2px solid #C61042;
	margin-top: 2em;
	padding-top: 0.5em;
	min-height: 120px;
	margin-bottom: 2em;
	float: left;
	clear: both;
	overflow: visible;
	position: relative;
	display: block;
	
}

.usedcar .2carimage {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	display: inline; 
	margin-left: -211px;
	border: none;
	position: relative;
	z-index: +15;
	width: 200px;
}

.usedcar .carimage {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	display: inline; 
	margin-left: -211px;
	border: none;
	position: relative;
	z-index: +15;
	width: 200px;
}

.usedcar .modell {
	font-size: 120%;
	font-weight: bold;
	color: #004586;
	clear: both;
	padding-top: 8px;
}

.usedcar .carimage div.price_old {
	position: relative;
	z-index: 30;
	padding: 7px;
	margin:0px;
	background-color: #ffffff;
	color: red;
	font-weight: bold;
	font-size: 120%;
	opacity: 0.7;
	height: 30px;
	bottom: 23px;
	left: auto;
	display: inline;	
}

.usedcar .price {
	position: relative;
	float: left;
	padding: 7px;
	padding-left: 0px;
	margin:0px;
	background-color: #ffffff;
	color: red;
	font-weight: bold;
	font-size: 120%;
}


.usedcar table.cardetails {
	width: 100%;
	padding-bottom: 1.5em;
	
}

.usedcar table.cardetails th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted D0EBFF;
	background-color: #EDF3F9;
}

.usedcar table.cardetails td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted D0EBFF;
}

.usedcar table.cardetails td checkbox {
	color: green;
}
/*	
------------------------------------------------------------------------
News
------------------------------------------------------------------------ 
*/

#news {
	clear: both;
	width: 750px;
	height: auto;
	z-index: 0;
	background-color: #EFEFEF;
	display: block;
}

.newsbox {
	padding: 5px;
	height: auto;
	font-size: 70%;
	color: #333333;
	float: left;
	position: relative;
	z-index: 1;
	max-width: 33%;
}

.newsbox + .newsbox {
	border-left: 1px dotted #333333;
}

/*	
------------------------------------------------------------------------
PopUp
------------------------------------------------------------------------ 
*/
#popup {
	margin: 0px;
	padding: 0px;
}

#popup #header {
	background-image: url(../images/head_popup.gif);
	height: 80px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #555555;
	float: left;
	clear: none;
	margin-bottom: 1em;
}

#popup #bildunterschrift {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	font-size: 75%;
}

#popup #headmenue {
	float: right;
	margin: 0;
	margin-right: 25px;
	padding: 0;
	z-index: +1;
	border: none;
}

#popup #headmenue ul {
	margin: 0;
	padding: 0;
	border: none;
}

#popup #headmenue ul li {
	list-style-type: none;
	float: left;
	background-color: transparent;
	font-size: 60%;
	color: #000066;
	margin-left: 1px;
	padding: 5px;
}

#popup #headmenue ul li a {
	color: #333333;
	text-decoration: none;
	border: none;
}

#popup #headmenue ul li a:hover {
	border-bottom: 3px solid #666666;
}