/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #7D7767;
	background-image:  url(../img/HG.gif);
	background-repeat: repeat-x;
}

p { margin: 0 0 0.5em 0; }

img {
border: 0;
}

h3 {
margin: 0;
padding: 0;
}

.nostyle {
	display: none;
}

.clearer, .clear {
	clear: both; 
	display:block; 
	overflow:hidden;
	height:0; 
	font-size:0; 
	padding: 0; 
	margin: 0;
}

#Blatt {
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
	text-align: left;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
#BlattZeile {
	padding: 0 10px 0 10px;
}

#Kopf {
	padding: 10px 20px 10px 20px;
}

#HMenu {
	background-color: #102447;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
#HMenu td {
	text-align: center;
}
#HMenu a {
	color: #BCB29B;
	text-decoration: none;
}
#HMenu td.sel a {
	color: #FFFFFF;
}
#HMenu a:hover {
	color: #FFFFFF;
}

#UMenu {
	background-color: #EEEEEE;
	font-size: 9pt;
	font-weight: bold;
	color: #5E594D;
	padding-left: 50px;
	border-bottom: 1px solid #102447;
	border-left: 1px solid #102447;
	border-right: 1px solid #102447;
}
#UMenu td {
	text-align: center;
}
#UMenu a {
	color: #5E594D;
	text-decoration: none;
	margin-right: 15px;
}
#UMenu td.sel a {
	color: #102447;
	font-size: 10pt;
	/*background-color: #102447;
	color: #FFFFFF;*/
}
#UMenu a:hover {
	color: #102447;
}

#Inhalt {
	padding: 20px;
	color: #102447;
}

#Pager {
	margin-top: 15px;
	margin-bottom: 15px;
}

#Fehler {
  background-color: #FFEEEE;
  border: 2px solid #FF0000;
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 10px;
	width:
}

#BildKasten img {
	border: 1px solid #A00000;
}

#BildKasten.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#BildKasten.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}



/*  ***********************************/

#ColorTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#ColorTable.noSpace {
	border-collapse: collapse;
}
#ColorTable.noAbstand {
	margin-top: 0px;
	margin-bottom: 0px;
}

#ColorTable td, #ColorTable th {
	padding: 2px;
	margin: 2px;
}
#ColorTable th {
/*
	color: #FFFFFF;
	background-color: #C00900;
*/
	color: #000000;
	background-color: #F9E6E5;
	
	font-weight: bold;
	text-align: center;
}
#ColorTable td {
	background-color: #EEEEEE;
}
#ColorTable td.noHG, #ColorTable tr.noHG td {
	background-color: #FFFFFF;
}
#ColorTable td.GruenHell, #ColorTable tr.GruenHell td {
	background-color: #E5F6ED;
}
#ColorTable td.GruenDunkel, #ColorTable tr.GruenDunkel td {
	background-color: #D6E7DE;
}
#ColorTable td.RotHell, #ColorTable tr.RotHell td {
	background-color: #FDE8E9;
}
#ColorTable td.RotDunkel, #ColorTable tr.RotDunkel td {
	background-color: #EED9D9;
}
#ColorTable .hilite {
	font-weight: bold;
}

#Angebot {
}
#Angebot td.Bild {
width: 250px;
text-align: center;
}
#Angebot td.Beschreibung {
padding-left: 10px;
}
#Angebot h2 {
margin-top: 0;
font-size: 12pt;
}
#Angebot #Baujahr {
	margin-top: 10px;
}
#Angebot #Preis {
	margin-top: 10px;
	font-weight: bold;
}

#Angebot #Preis .gestrichen {
  text-decoration: line-through;
  color: #AAAAAA;
}
#Angebot #Preis .aktion {
  color: #AA0000;
}

#BildSpalte {
  width: 260px;
	background-color: #EDEDED;
	background-image:  url(../img/bildspalte.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#BildSpalte div {
	padding: 0 5px 5px 5px;
}
#BildSpalte img {
	margin-top: 5px;
}
#BildSpalte p {
padding: 0;
margin: 0;
	font-size: 8pt;
}
#BSInhalt {
  padding-left: 10px;
}

/* News ***********************************/

#NewsDatum {
	font-weight: bold;
}
#NewsTitel {
	font-size: 1.5em;
	font-weight: bold;
	color: #102447;
}
#NewsUntertitel {
	font-weight: bold;
	margin-bottom: 10px;
}
#NewsInhalt {
	padding-bottom: 15px;
	border-bottom: 1px solid #102447;
}
