@import url("r.css") all;

body {
	background-color: #dedede;
	height : 100%;
	font-size: 14px;
	
}
p {
	font-size: 14px;
}

#wrap {
	background: #595959 url('i/wrap_back.gif') repeat-x top left;
	width : 1075px;
	position: relative;
	min-height : 100%;
	height : 100%;
}
#wrap h1 {
	width : 875px;
	height : 190px;
	position: relative;
	background: url('i/h1_back.gif') repeat-x top left;
	
}
#wrap h1 strong{
	position: absolute;
	top : 61px;
	left : 14px;
	height : 79px;
	width : 593px;
	background: url('i/header.jpg') no-repeat;
	display : block;
}
#wrap h1 strong span{
	display: none;
}
/* #wrap h1 em{
	position: absolute;
	display: block;
	top : 126px;
	left : 526px;
	height : 22px;
	width : 168px;
	background: url('i/halbjahr.gif') no-repeat;
}
 */
#main {
	background: #fff;
	width : 875px;
}
#community #main {
	background : #dee2dd;
}
/* Navigation */
#navigation {
	position: absolute;
	top : 165px;
	left : 26px;
}
#navigation li{
	display : inline;
	padding-right: 2em;
}
#navigation li a{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	font-size : 12px;
}

#navigation li a.active{
	color: #E3007E;
}

#nav_top {
	position: absolute;
	top : 140px;
	right : 236px;
	width : 140px;
	}
#nav_top li{
	text-align : right;
	line-height : 1.3em;
}
#nav_top li a{
	text-decoration: none;
	color: #fff;
	letter-spacing: .05em;
	font-size: 12px;
}
#nav_top li a.active{
	color: #E3007E;
}


/* Spalten */
#content {
	float : left;
	width : 550px;
	padding-top : 30px;

}
#content,#marginal {
	min-height : 600px;
}

* html #content, * html #marginal {
	height : 600px;
}

#marginal {
	padding-top : 10px;
	float : left;
	width : 290px;

}
/* Footer */
#footer {
	clear : both;
	float: none;
	background-color: #2d2d2d;
	width : 875px;
	padding : 20px 0;
}
#footer ul {
	text-align : center;
	margin-bottom: .2em;
	
}
#footer ul li{
	display: inline;
	padding: 0 1em;
	background: url('i/border12.gif') no-repeat center left;
	
}
#footer ul li.first{
	background: none;
}

#footer ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;

}
#footer ul li a:hover{
	text-decoration: underline;
}
/* Content */
#content .celement, #content #adresses {
	margin : 0 45px 30px 25px;
	border-bottom: 1px solid #ababab;
}
#content .celement p{
	padding-right : 5px;
}
#content .celement {
	min-height : 195px;
}
#community #content .celement {
	border-bottom: 1px solid #666;
}

* html #content .celement {
	height : 195px;
}

#content .celement a,#content .formelement a, #marginal p a, .backlink a{
	color : #600;
	padding-right : 22px;
	background: url('i/linkpfeil.gif') no-repeat center right;
	line-height : 1.4em;
	text-decoration: none;
	
}


h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	color: #333;
	padding: 0 0 2px 0;
	margin-bottom: 6px;
}

#community h2 {
	color :#000;
}

h2 strong{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0 30px 0 0;
}

#content .celement img{
	float : left;
	margin : 0 12px 0 0;
	border: 1px solid #000;
}
#content .celement object {
		margin : 0 12px 0 0;
}


/* Quickfinder */
.quickfinder ul {
	margin-top: 12px;
}

.quickfinder ul li {
	width : 240px;
	display: block;
	float: left;
}
.quickfinder label {
	display: block;
	width : 200px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.quickfinder input, .quickfinder select {
	margin-bottom: 12px;
	display: block;
	width : 200px;
}
.quickfinder .submit {
	width : auto;
	float:right;
	margin	: 25px 20px 0 0;
	padding : 1px 6px;
}
.quickfinder p {
	font-size : 12px;
}
/* Community Teaser */

#content .community {
	background : #abb3a5;
	border: 1px solid #333;

}
.community h2 {
	padding-top: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #333;
}
#content .community img {
	margin-left: 5px;
}

/* Anzeige */

#content .anzeige {
	min-height : 10px;
	height : auto;
	text-align: center;
}
#content .anzeige h2{
	font-size : 12px;
	font-weight: normal;
	padding-bottom: 0;
	text-align: left;
}


#content .anzeige img{
	float : none;
	margin : 15px auto 20px auto;
	border : none;
}

/* Marginal */
#marginal .melement {
	margin: 0 0 12px 0;
	padding : 8px 0;
	border-bottom: 1px solid #666;
}
#marginal .melement h3{
	font-size: 18px;
	color : #333;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
#marginal .melement p {
	line-height : 1.2em;
	margin-bottom: 6px;
}
#marginal .melement img {
	margin-bottom: 6px;
	border: 1px solid #333;
}
#marginal .titel {
	margin: 10px 0;
}


/* Suche */
#marginal #suche {
	border-top: 1px solid #666;

}
#marginal #suche legend{
	font-size : 12px;
	font-weight: bold;
}
#marginal #suche input{
	display: inline;
	font-size : 12px;
	width : 100px;
	border: 1px solid #666;
		margin-left: 10px;
}
#marginal #suche input.submit{
	width : 30px;
	background : #636363;

}
#marginal #suche label{
	display: inline;
	font-size : 12px;
}
/* Marginal Anzege */

#marginal .anzeige {
	margin-right: 35px;
	text-align : center;
}
#marginal .anzeige img{
	display : inline;
	padding : 12px 0;
}
#marginal .anzeige h3{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
/* Liste */
#adresses h2, .adresse h2{
	font-size: 15px;
	letter-spacing: .1em;
	position: relative;
}
#adresses h2 strong, .adresse h2 strong{
	position : absolute;
	top : 0px;
	right : 0px; 
	padding: 0 3px 0 0;
	font-size: 12px;
	color: #600;
	letter-spacing: 0;
	width : 160px;
	text-align: right;
}
#adresses ul{
	margin: 25px 0;
}
#adresses ul li{
	margin-bottom : 1.5em;
	line-height: 1.4em;
}
#adresses ul li a{
	display : block;
	color : #600;
	font-weight: bold;
	text-decoration: underline;
}

/* pagination*/
#content .listnav {
	text-align : center;
}
#content .listnav ul {
	padding : 5px 0;
}
#content .listnav .resultBrowser li{
//	display : inline;
	background : transparent;
}
.grey .resultBrowser a, .grey .resultBrowser a:visited {
	background : transparent;
	border : none;
}
.grey .listnav {
	margin : 5px 0;
}
.resultBrowser li.current {
	border : none;
}
.resultBrowser ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.resultBrowser li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.resultBrowser a, .resultBrowser a:visited{
	padding: 0 3px 0 3px;
	border: 1px solid #F3F4EF;
	text-decoration: none; 
	color: #000;
	background : #F3F4EF;
}

.resultBrowser a:hover{
	border: 1px solid #000;
}

#content .resultBrowser li.current{
	
	color: #000;

	font-weight: bold;
}
#content .resultBrowser li.current span{
	padding : 0 2px;
	border: solid 1px #fff;
	background : #FdFdEF;
}
.resultBrowser li.dontLink{
	padding: 0 3px 0 3px;
}

.resultBrowser a.disablelink, .resultBrowser a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.resultBrowser a.prevnext{
font-weight: bold;
}

/* Detail */
.colored {
	color : #600;
}
#content .adresse {
	border-bottom: none;
}
#content .adresse h3 {
	color : #600;
	margin: 1em 0 .3em 0;
}
#content .adresse p.anschrift{
	line-height : 1.5em;
}
#content .adresse .kontakt {
	padding: 1em 0 .5em 0;
	
}
#content .adresse .kontakt li{
	margin-bottom: .1em;
}
#content .adresse .kontakt a{
	background-image: none;
	padding : 0;
}
#content .description {
		clear : both;
		color : #600;
		min-height : 20px;
		padding-bottom: 2em;
}
#content .black {
	color : #000;
}
/*Stadtplan Links*/
ul.stadtplanlinks li {
	display : block;
	width : 230px;
	float : left;
}
#content .celement ul.stadtplanlinks li a {
	display: block;
	width : 100px;
	height : 50px;
	margin : 20px 0;
	padding : 0;
}
ul.stadtplanlinks li a span{
	display: none;
}
.bvginfo {
	background: url('i/bvginfo.gif') no-repeat center left;
	padding-left: 14px;
	display: block;
	height : 35px;
	width : 50px;
	margin-top: 5px;
}
.bvginfo span{
	display: none;
}
#content .celement ul.stadtplanlinks li a.googlemaps{
		background: url('i/googlemaps.gif') no-repeat center left;
}
#content .celement ul.stadtplanlinks li a.bvginfo{
		background: url('i/bvginfo.gif') no-repeat center left;
		
}
#community #content .celement ul.stadtplanlinks li a.googlemaps{
		background: url('i/googlemaps_com.gif') no-repeat center left;
}
#community #content .celement ul.stadtplanlinks li a.bvginfo{
		background: url('i/bvginfo_com.gif') no-repeat center left;
}

/* Faslh */
#startani {
	float : left;
}

/* Backlink */

div.backlink {
	clear : both;
	text-align: right;
	padding-right: 45px;
}
div.backlink a{
	padding: 0 0 0 22px;
	background: url('i/backpfeil.gif') no-repeat center left;
}

/* Ads */

#ad_top div.ad-inner {
	padding : 15px 0 15px 52px;
}

#ad_right {
	position: absolute;
	left : 875px;
	top : 0px;
}

#ad_right div.ad-inner {
	display: block;
	margin	: 230px 0 0 25px;
}
	