/*anti spam stylesheet*/
body {
	background-color: #F7F4EF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #8D8C8E;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
	text-align: justify;	
}
td {
	background-color: #F7F4EF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #373737;
	padding: 0px;
	margin: 0px;	
	text-align: justify;	
}

ul{
	margin-left: -10px;
}
*html ul{
	margin-left: 20px;
}

li{
	list-style-image:url(../images/list.gif);
	margin: 0px 0px 6px 0px;
	text-align: left;
}
h1 {
	font-size: 12px;
	color: #7C7B7D;	
	border-bottom: 1px solid #DCD6B2;
	text-align: left;
	/*background-color: #BDB19B;*/
	padding: 2px 0px 6px 0px;
	margin-bottom: 20px;

}
h2 {
	font-size: 11px;
	color: #5A4C36;	
	border-bottom: 1px dotted gray;
	padding-bottom: 4px;
	margin-top: 26px;
	font-variant: small-caps;
	letter-spacing: 2px;
	background-image: url(../images/list.gif);
	background-repeat:  no-repeat;
	background-position: 0px 2px;
	text-indent: 14px;
	
}
/*headline der oldiebox*/
h3 {
	font-size: 12px;
	color: #7C7B7D;	
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-top: 22px;
	text-align: left;
			
}
*html h3{
	marg\in-top: 15px;
	marg\in-bottom: 13px;
}

h4{
	color: #ffffff;
	background: #DCD6B2;
	float: right;
	font-size: 9px;
	padding: 1px 4px 1px 4px;
	margin-top: -10px;
	margin-right: -10px;
	letter-spacing: 2px;
}
*html h4{
	
	marg\in-right: -5px;
}
/*gesamter contentberiech, wird hier positioniert*/
.positionContent{
	margin-top: 5px; 
	margin-left: 5px; 
	width: 962px; 	
	float:left;	
	position:absolute;
	background: url(images/back.gif);
	background-repeat: repeat-y;	
	height: 755px;
	background-color: #F7F4EF;
	/*border: 1px dotted red;*/
}

/*der kopf der seite mit den bildern*/
.gross_head{
	 font-family: Verdana;
	 font-size: 14px;
	 font-weight: bold;
	 /*width: 100%;*/
	 display: block;
	/* background-color: #FDFEF8;
	 border-top: 6px solid #4F4C40;*/
	 color: #ffffff;
	 height: 144px;	 	 	
}

#einleitungStartseite{
	margin: 20px 0px 10px 0px;
}

.bild_rechts{	
	border: 1px #8D8C8E solid;
	margin: 0px 0px 5px 10px;
	float: right;
	clear: right;		
}
/*----wenn ein bild eine quelle hat; hat passt sonst im IE nicht*/
.bild_rechts_quelle{	
	border: 1px #8D8C8E solid;
	margin: 0px 0px 2px 0px;
	float: right;	
	clear: right;		
}
.bildquelle{
	width: 160px;
	float: right;
	clear: right;
	margin: 0px 0px 2px 10px;
	font-size: 10px;
	line-height: 98%;
	font-style:italic;	
	color: #676767;
	text-align:left;
	
}
* html .bildquelle{
	margin: 0px 0px 0px 0px;
	width: 160px;
	padding-left: 10px;
}
.quellangabe{
	/*border: 1px dotted red; */
	float: right; 
	clear: right; 
	width: 160px; 
	margin-left: 10px; 
	font-size: 9px;
	line-height: 92%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
}

/*ENDE der kopf der seite mit den bildern*/
/*navigation*/

#links_oben{

	float: left;
	clear: left;


}
#links_oben a {
	display: block;
	color: #7c7b7d;
	font: 11px/20px verdana;
	text-decoration: none;
	width: 162px;
	background-color: #dcd6b2;
	background-image: url(images/menudot_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #c6c0a5;
	border-top: 1px solid #F7F4EF;
	margin: 0px 0px;
	text-indent: 13px;
}
#links_oben a:visited {
	color: #7c7b7d;
	text-decoration: none;
}
#links_oben a:hover {
	color: #ffffff!important;
	font-weight: bold;
	background-color: #dcd6b2;
	background-image: url(images/menudot_2.gif);
}
#links_oben a.active {
	font-weight: bold;
	/*color: #ffffff;
	background-color: #dcd6b2;*/
	background-color: #E5E2CD!important;
	background-image: url(images/menudot_2.gif);
	border-color: #e77436;
}
.naviActive{
	font-weight: bold!important;
	/*color: #ffffff;
	background-color: #dcd6b2;*/
	background-color: #e5e2cd!important;
	background-image: url(images/menudot_2.gif);
	border-color: #e77436!important;
}

/*oberster naviLink zur startseite*/
.startseite{
	text-decoration: none; 
	color:#ffffff!important;  
	display: block;  
	background-color: #DCD6B2!important;
	margin-bottom: 4px;	
	border: 1px solid #99A0AF;
	border-left: 4px solid #99A0AF;
}

/*macht den abstand der navipunkte nach buchstaben*/
.abstandLinie{
	margin-bottom: 5px; 
	margin-top: 4px; 
	border-bottom: 1px dashed #99A0AF;
}


/*das image unter der navigation*/
#navImage{
	width: 163px; 
	overflow: hidden; 
	position: relative; 
	bottom: 0px; 
	background-color: #5B4C37;
	margin-top: 1px;
}
*html #navImage{
	w\idth: 163px; 
	pos\ition: relative; 
	overflow: hidden; 		
	bottom: 0px; 
}
/*ENDE navigation*/


/*normale links im content*/
a:link {
	text-decoration: none; 
	color:#EB6F00; 	
}
a:visited {
	text-decoration: none; 
	color:#EB6F00;  
}
 a:hover {
	text-decoration: none; 
	color:#EB6F00;  
	text-decoration: underline; 
}

.mitte{
	margin-left:10px;
	margin-right:4px;
	margin-top: 10px;
	width:430px;
	float: left;	
	background-color: #FDFEF8;
	padding: 10px;
	border-top: 1px solid #DCD6B2;
	border-bottom: 1px solid #DCD6B2;	
}

/*die box neben google, in der die Oldtimer-fotos getaeasert werden*/
#oldieBox{
	padding: 0px 10px 10px 10px;
	width: 140px; 
	height: 590px;
	float: right; 
	position: absolute;	
	right: 0px;
	top: 145px;
	margin-right: 168px; 
	margin-top: 8px;
	margin-left: 5px;
	background-color: #E6EAEA;
	border: 1px solid #99A0AF;	
}
*html #oldieBox{
	height: 600px;
	margin-top: 14px;
	he\ight: 588px;
	marg\in-top: 8px;

		
}
#oldieBox img {
	border: 1px solid #808080;
}

#oldieBox h3{
	margin-bottom: 20px;
}
.bildText{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;

}
*html .bildText{
	margin-bottom: 20px;
	marg\in-top: 8px;	
	marg\in-bottom: 18px;
	
}

.bildText p{
	margin: 5px 5px 3px 5px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;	
}
/*google-links*/
#adSense{
	border-top:1px solid #DCD6B2;
	float: right;
	position: relative;	
	right: 0px;
	top: 0px;
	margin-left:110px;	
	margin-top: 10px;
	/*top:50px;
	border-right: 4px solid #99A0AF*/
	clear: right;
}
*html #adSense{
	position: relative;	
	right: 0px;
	top: 0px;
	w\idth: 160px;
}

#verweisOldie{
	margin-top: 2px; 
	background-color: #ffffff; 
	border: 1px dotted #EB6F00; 
	padding: 10px;
	text-align: left;
}
#footText{
	font-size: 12px;
	color: #99A0AF;	
	border-top: 1px dashed gray;
	padding-top: 4px;
	margin-top: 26px;
	text-align:center;
	font-size:11px;
}

#teaserBoxStart{
	margin-bottom: 37px; 
	height: 442px;

	
}
*html #teaserBoxStart{
	height: 450px;
	margin-bottom: 0px; 
	he\ight: 481px;
	marg\in-bottom: 8px; 	
}

.teaserStart{	
	border: 1px solid #DCD6B2; 	
	background-color: #FDFEF8;	
	float: right;	
	margin: 4px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 194px;
	height: 136px;		
}
*html .teaserStart{
	margin: 2px;
	height: 120px;
	width: 197px;
	marg\in: 4px;
	he\ight: 136px;
	w\idth: 194px;
}
.teaserStart p{	
	margin-top: 5px;		
	text-align: left;
}
*html .teaserStart p{	
	padding-bottom: 5px;		
}

/*tabelle fuer die veranstaltungen*/
#tabelleVeranstaltungen{
	background: #A7A7A7;
	margin-left: -5px;
	width: 433px;
	
}
*html #tabelleVeranstaltungen{
	w\idth: 450px;
	
}
#tabelleVeranstaltungen td{
	background-color: #ffffff;
	padding: 2px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	color: #7C7B7D
}
#tabelleVeranstaltungen .monat{
	color: #ffffff;
	background: #5B4C37;	
	font-size: 9px;	
	letter-spacing: 2px;
	font-weight: bold;
	text-align:center
}

/*tabelle fuer die hersteller*/
#tabelleHersteller{
	width: 430px;
	
}
*html #tabelleHersteller{
	w\idth: 430px;
	
}
#tabelleHersteller td{
	background-color: #ffffff;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	border: 1px solid #A7A7A7;
	color: #7C7B7D
		



}
