/* ########################################################################## */
/* #                             Allgemein                                  # */
/* ########################################################################## */

body {
	background-color:#000000;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #555;
	scrollbar-track-color: #2A2A2A;
	scrollbar-arrow-color: #ff9700;
}

img {
	border:none;
}

hr {
	height: 1px;
}


/* ########################################################################## */
/* #                             Startseite                                 # */
/* ########################################################################## */

.reihe {
	margin:auto;
	margin-top:5px;
	width:962px;
}
	.kategorie {
		width:148px;
		height:101px !important;
		height:100px;
		float:left;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		color:#ff9700;
		border:2px solid #000;
		z-index:1;
		position:relative;
	}
	.spacer {
		width:10px;
		float:left;
	}
#news {
	height:299px;
	width:312px;
	float:left;
}
	#newsHeadline {
		font-family:Arial;
		font-size:15px;
		font-weight:bolder;
		text-align:center;
		color:#ff9700;
		padding-bottom:3px;
	}
	#newsField {
		height:308px;
		padding-left:5px;
		padding-right:8px;
		background-color:#2A2A2A;
		overflow:auto;
	}
	.date {
		font-family:Tahoma, Arial;
		font-size:9px;
		color:#DDD;
		text-decoration:none;
		text-align:left;
	}
	.news_headline {
		color:#CCCCCC;
		font-family:Tahoma, Arial;
		font-size:11px;
		font-weight:bold;
		text-align:left;
	}
	.news_text {
		color:#CCCCCC;
		font-family:Tahoma, Arial;
		font-size:11px;
		text-align:left;
		padding-left:5px;
	}
	.news_link {
		font-family:Tahoma, Arial;
		font-size:11px;
		color:#999;
		text-decoration:none;
	}
	a.news_link:link { text-decoration:none; }
	a.news_link:hover { color:#eee; }
#logo {
	text-align:center;
	vertical-align:middle;
	width:498px;
	height:294px;
	float:left;
}
#spalteRechts {
	float:left;
}
	.kategorieRechts {
		width:148px;
		height:101px !important;
		height:100px;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		color:#ff9700;
		border:2px solid #000;
		z-index:1;
		position:relative;
		padding-bottom:7px;
	}

/*### Sterne ###*/
#sale {
	background-image:url(/img/button-verkauf.gif);
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	position:absolute;
	top:5px;
	left:-17px;
	z-index:2;
}
#prospekt {
	background-image:url(/img/button-neu.gif);
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	position:absolute;
	top:4px;
	left:100px;
	z-index:2;
}
#kontakt {
	background-image:url(/img/button-einstellen.gif);
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	position:absolute;
	top:8px;
	left:100px;
	z-index:2;
}


/* ########################################################################## */
/* #                          Kategorieseiten                               # */
/* ########################################################################## */

#wrapper {
	margin:auto;
	width:824px;
	background-image:url(img/wrapper-bg.gif);
	background-repeat:repeat-y;
}
#links {
	width:412px;
	float:left;
}
	#shortInfo {
		border:#000000 solid 1px;
		/*background-image:url(img/content-left_autark.gif);*/
		width:410px;
		min-height:123px;
	}
	img.leftImageBig, #shortInfo, img.leftImage, img.leftImageLast, img.leftImageLastBottom, a.leftImage, a.leftImageLast, a.leftImageLastBottom {
		border:#000000 solid 1px;
		display:block;
		float:left;
		margin:0px;
		padding:0px;
	}
		img.leftImageLast, a.leftImageLast {
			border-bottom:#000000 solid 2px;
		}
		img.leftImageLastBottom, a.leftImageLastBottom {
			border-bottom:none;
		}
		a.leftImage, a.leftImageLast, a.leftImageLastBottom {
			line-height:0px;
		}
	#shortInfo table {
		width:390px;
		margin:10px;
	}
		table.catHeadline {
			height:100px;
		}
			table.catHeadline td {
				padding-top:20px;
				text-align:center;
			}
	#abschluss {
		height:1px;
		background-color:#000000;
	}
	h1#shortInfo {
		font-size:18px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		display:block;
	}
#rechts, #catRechts {
	width:380px;
	border:#000000 solid 1px;
	border-bottom:none;
	min-height:569px;
	float:right;
	background-image:url(img/content-right_autark.gif);
	background-repeat:no-repeat;
	padding:15px;
}
#catRechts {
	width:410px;
	padding-left:0px;
	padding-right:0px;
}
	#rechts h1 {
		font-size:18px;
	}
	#catRechts h1 {
		font-family:Verdana;
		font-size:18px;
		color:#666666;
		text-decoration:none;
		font-weight:normal;
	}
	#rechts h2 {
		font-size:11px;
	}
	#rechts h3 {
		font-size:10px;
	}

.link_subsite, .content {
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}
a.link_subsite:link, a.link_subsite:active, a.link_subsite:visited, 
a.content:link, a.content:active, a.content:visited { text-decoration:underline; }
a.link_subsite:hover, 
a.content:hover { color:#CCCCCC; }


#clearer {
	clear:both;
}
#footer-wrapper {
	width:824px;
	margin:auto;
	margin-top:5px;
	color:#CCCCCC;
}
	#hinweis {
		width:412px;
		float:left;
	}
	#copyright {
		text-align:right;
		width:412px;
		float:right;
	}





