@import "styles_startseite.css";
@import "styles_kontakt.css"; 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #434343;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}


p {
	margin-bottom: 11px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 20px;
	font-size:11px;
	line-height:14px;
}

h1 {
	color: #e20721;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 2px;
	text-decoration: none;
}

.h1-start	 {
	color: #525252;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 2px;
	text-decoration: none;
}



h2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 2px;
	text-decoration: none;
}

h3 {
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 2px;
	text-decoration: none;
}

h4 {
	color: #e20b2c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 2px;
	text-decoration: none;
}

#header {
}

A:link  { 
  text-decoration: underline;
  color: #000000;
}
A:visited { 
  text-decoration: none;
  color: #000000;
}
A:hover { 
    text-decoration: none;
  color: #000000;
}
A:active  { 
    text-decoration: none;
    color: #000000;
}


#impressum		{
	position: absolute;
	left: 618px;
	top: 0px;
	width: 200px;
	text-align: left;
	vertical-align: bottom;
	margin-top: 5px;
	color: #000000;
	text-decoration: none;
}

#impressum a.hover,
#impressum a.visited,
#impressum a.active,
#impressum a {
	color: #000000;
	text-decoration: none;
}

#logo {
	position: absolute;
	left: 11px;
	top: 11px;
	/* z-index: 1;*/
	width: 144px;
	height: 67px;
}

#fahrzeuglogo1 {
	position: absolute;
	left: 614px;
	top: 30px;
	width: 33px;
	height: 37px;
}
#fahrzeuglogo2 {
	position: absolute;
	left: 745px;
	top: 30px;
	width: 44px;
	height: 37px;
}
#fahrzeuglogo3 {
	position: absolute;
	left: 677px;
	top: 30px;
	width: 42px;
	height: 37px;
}

#farbbalken {
	position: absolute;
	left: 0px;
	top: 72px;
	width: 802px;
	height: 306px;
	background-color: #ffffff;
}

#bilder {
	width: 801px;
	height: 300px;
}
#bild_links {
  position: absolute;
  top: 3px;
	left: 3px;
	width: 263px;
	height: 300px;
}
#bild_mitte {
	position: absolute;
	left: 269px;
	top: 3px;
	width: 263px;
	height: 300px;
}
#bild_rechts {
	position: absolute;
	left: 535px;
	top: 3px;
	width: 263px;
	height: 300px;
}



#navigationsbalken {
	position: absolute;
	left: 0px;
	top: 375px;
	width: 802px;
	height: 29px;
	background-color: #ffffff;
}

#rotbalken {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 800px;
	height: 23px;
	background-color: #737373;
	z-index: 1;
}



#page_container {
  width: 791px;
	position: absolute;
	top: 412px;
	left: 8px;
	background-color: #dddddd;
	border: 0px solid #e8e8e8;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}



#inhalt {
  float: left;
	padding-left: 5px;
	padding-right: 50px;
	margin-top: 3px;
	width: 500px;
}

#formbox  {
	padding-left: 570px;
	margin-top: 10px;
	padding-right: 5px;
}

#two-cols {
  position: relative;
  clear: both;
  float: bottom;
}

#bottom {
  position: relative;
  float: left;
  padding-left: 10px;
  width: 780px;
}

.tx-columna-pi1 td {
  vertical-align: top;
}

#footer  {
  /*background-image: url(../images/footer.bild.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;*/
  clear: both;
  font-size: 10px;
  position: relative;
  width: 785px;
  height: 28px;
  line-height:15px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
	}
	
#footer a.hover,
#footer a.visited,
#footer a.active,
#footer a {
	color: #000000;
	text-decoration: none;
}

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	width: 159px;
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	/*background: #000;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;
}


/* - - - ADxMenu: DESIGN styles - - - */
ul.opacity {
	opacity: .8;
	filter: alpha(opacity=80);
}

.menu, .menu ul li {
	color: #ffffff;
	background: #404040;
}

.menu ul {
	width: 15em; 
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #E20B2C;
}

.menu a:visited {
	color: #ffffff;
}

.menu a:hover {
	color: #ffffff;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ffffff;
	margin-left: -1px;
	//margin-left: -7px;
	//margin-bottom: -3px;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

.navi_bold { 
  font-weight: bold; /* schriftformatierung menue ebene1*/
  text-align: center;
}

.navi_normal { 
	font-weight: normal; /* schriftformatierung menue ebene2*/
	text-align: left;
}


.car-list-header {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
	text-decoration: none;
}

.car-list-header h1 a {
	font-size: 12px;
	font-weight: bold;
}

.car-list-header h1 a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.car-list-header h1 a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.car-list-images,.car-list-box {
	float:left;
}
.car-list-box {
	padding-left: 10px;
}


.car-latest {
	float: right;
	padding-right: 30px;
}

.clear {
	clear: both;
	border-bottom: 1px solid #000000;
}

.csc-frame-rulerAfter {
	clear: both;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* gebrauchtwagen-einzelseiten */

.car-search {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

.car-single-images {
	padding-bottom: 20px;
	padding-top: 10px;
}

.car-single-images img {
	margin: 1px;
}


.car-single-info {
	padding-bottom: 20px;
	margin-top: 15px;
}

.car-single-description {
	padding-bottom: 20px;
}

.car-single-options {
	padding-bottom: 20px;
}

.car-list-item {
	padding-bottom: 10px;
}

.car-single-link {
	padding-top: 5px;
}
/* news einzelseiten */
.news-single-title {
	color:#E20721;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:2px;
	text-decoration:none;
}

.news-single-backlink {
	clear: both;
}

.news-single-images {
	width: 100%;
}

.news-single-img img {
	float: left;
	margin: 3px;
}

.news-img-single {
	height: 107px;
	width: 156;
	float: left;
}
