.titlebar {
	display:block;
	padding-bottom:20px;
	margin-top:20px;
}
.titlebar .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #33689f;
	padding-bottom:4px;
	text-align:left;
}
.stitle, H2 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #008e00;
	padding-bottom:4px;
	text-align:left;
}
.titlebar .subtitle {
	border-top: 1px solid #bbb;
	background-image:url(/img/template/bground_subtitle.gif);
	height:12px;
	padding: 6px;
}
.titlebar .subtitle UL {
	padding:0px;
	margin:0px;
	list-style:none;
}
.titlebar .subtitle LI {
	font-size:11px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	list-style-image:none;
}
.titlebar .subtitle A:link		{ color:#CC0000; text-decoration:none; }
.titlebar .subtitle A:active	{ color:#CC0000; text-decoration:none; }
.titlebar .subtitle A:visited	{ color:#CC0000; text-decoration:none; }
.titlebar .subtitle A:hover		{ color:#CC0000; text-decoration:underline; }

.results {
	width:915px;
	display: block;
	text-align:center;
}
.results .placeholder {
	display:block;
	float:left;
	padding: 0px 10px 20px 10px;
	width:132px;
	height:184px;
}
.results .item {
	display:block;
	background-color:#e1f3bd;
	border-bottom: 1px solid #9cd821;
	float:left;
	padding: 0px 0px 0px 0px;
	width:132px;
	height:183px;
}
.results .item UL {
	list-style:none;
	margin: 0px;
	padding: 4px;
}
.results .item LI.img{
	width: 122px;
	height: 88px;
	border: 1px solid #9cd821;
	background-color:#FFF;
	padding: 4px 0px 4px 0px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.results .item LI {
	width: 116px;
	background-color:#f0f9de;
	padding: 4px;
	margin: 0px;
	list-style:none;
	list-style-image:none;
}
.results LI A:link { color:#434343; text-decoration:none; }
.results LI A:active { color:#434343; text-decoration:none; }
.results LI A:visited { color:#434343; text-decoration:none; }
.results LI A:hover { color:#CC0000; text-decoration:none; }

.results .categorien {
	display:block;
	float:left;
	padding: 0px 0px 0px 0px;
	width:132px;
	height:151px;
}
.results .categorien UL {
	list-style:none;
	margin: 0px;
}
.results .categorien LI.img{
	width: 130px;
	height: 130px;
	border: 1px solid #33689f;
	background-color:#FFF;
	padding: 4px 0px 4px 0px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.results .categorien LI {
	width: 116px;
	padding: 4px;
	margin: 0px;
	list-style:none;
	list-style-image:none;

}

.table {
	padding:0px;
	margin:0px;
	width:100%;
}
.table TR {
	background-color:#FFFFFF;
}
.table TD.infobox TABLE TR {
	background-color:#f0f4ea;
}
.table TD.infobox TABLE TD {
	border:0px;
	background-color:#f0f4ea;
}
.table TD {
	padding:4px;
	margin:0px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #F5F5F5 #F5F5F5 #FFFFFF;
	text-align:center;
}
.subtable TD {
	padding:4px;
	margin:0px;
	border-width: 0px;
	text-align:left;
}
.table TD.caption {
	background-color:#F5F5F5;
	border-width:1px;
	border-style:solid;
	border-color: #F5F5F5 #F5F5F5 #008e00 #F5F5F5;
	padding:4px;
	margin:0px;
}
.table TD.infobox {
	background-color:#f0f4ea;
	border-width: 1px;
	border-style: solid;
	border-color: #c8e68b;
	padding:4px;
	margin:0px;
	text-align:left;
}

.table TD.phone {
	text-align:center;
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color: #F5F5F5 #F5F5F5 #008e00 #F5F5F5;
	padding: 0px 8px 0px 8px;
	margin:0px;
}
.table TD.plus { margin:0px; padding:0px; }
.table TD.plus A {
	color:#333;
	text-decoration:none;
	display:block;
/*	width:58px; */
	height:16px;
	padding-top:4px;
	text-align:center;
}
.table TD.plus A:link { color:#333; text-decoration:none; }
.table TD.plus A:hover { color:#FFF; text-decoration:none; background-color:#008e00; }

.table TD.min { margin:0px; padding:0px; }
.table TD.min A {
	color:#C00;
	text-decoration:none;
	display:block;
/*	width:58px; */
	height:16px;
	padding-top:4px;
	text-align:center;
}
.table TD.min A:link { color:#C00; text-decoration:none; }
.table TD.min A:hover { color:#FFF; text-decoration:none; background-color:#008e00; }

IMG.afb { border:1px solid #cfe3f9; }
A:hover IMG.afb { border:1px solid #CC0000; }