/*basics*/

* { 
	margin:0px; 
	padding:0px; 
	outline:none;
}

html, body { 
	height:100%;
	width:100%;
}

body { 
	background:url(../images/bg-body.jpg) 0 0 repeat-x #e8e8e8; 
	font:normal 12px/15px Arial, Helvetica, sans-serif; 
	color:#9C0125;
}

a {	
	color:#9C0125;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom:12px;
}

p.lower {
	margin-bottom:5px;
}

img {
	border:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
	clear:both;
	float:none;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	line-height:1px;
	font-size:1px;
	display:block;
	height:1px;
	clear:both;
}


/*branding*/

h1#branding {
	width:417px;
	height:112px;
  	text-indent:-5000px;
	position:absolute;
	left:0px;
	top:95px;
	z-index:100;
	background:url(../images/bg-branding.png) 0 0 no-repeat;
}

h1#branding a {
	width:417px;
	height:112px;	
   	display:block;
}

/*headlines*/

h2 {
	margin-bottom:20px;
}

h3 {
	margin-bottom:10px;
}

h4 {
	border-top:1px solid #B2B2B2;
	padding-top:3px;
}

/*structure*/

div#container {
	width:945px;
	margin:0 auto;
}

div#header {
	width:945px;
	height:465px;
	position:relative;
}

div#naviContainer {
	width:215px;
	margin-right:20px;
	float:left;
}

div#content {
	width:675px;
	padding-top:9px;
	float:left;
	margin-bottom:50px;
}

div.leftCol {
	width:195px;
	float:left;
	border-right:1px solid #b2b2b2;
	margin-right:9px;
	padding-right:10px;
}

div.middleCol {
	width:215px;
	float:left;
	margin-right:20px;
}

div.rightCol {
	width:215px;
	float:left;
}

div.largeCol {
	width:450px;
	float:left;
}

div#footer {
	width:675px;
	height:90px;
	display:block;
	float:left;
	margin-left:235px;
}

div#footer a {
	text-indent:-5000px;
	height:70px;
	display:block;
	float:left;
}

div#footer a.link01 {
	width:235px;
	background:url(../images/bg-footer.png) 0 0 no-repeat;
}

div#footer a.link01:hover {
	background:url(../images/bg-footer.png) 0 -70px no-repeat;
}

div#footer a.link02 {
	width:265px;
	background:url(../images/bg-footer.png) -235px 0 no-repeat;
}

div#footer a.link02:hover {
	background:url(../images/bg-footer.png) -235px -70px no-repeat;
}

div#footer a.link03 {
	width:175px;
	background:url(../images/bg-footer.png) -500px 0 no-repeat;
}

div#footer a.link03:hover {
	background:url(../images/bg-footer.png) -500px -70px no-repeat;
}

/*naviAdd*/

ul#naviAdd {
	width:215px;
	height:50px;
	position:absolute;
	top:0px;
	left:695px;
	list-style-type:none;
}

/*navi*/

ul.navi {
	width:215px;
	list-style-type:none;
}

ul.navi li {
	width:215px;
	min-height:49px;
	height:auto;
}

ul.navi li a {
	width:215px;
	height:49px;
	display:block;
}

/*naviSub*/

ul.naviSub {
	width:215px;
	height:120px;
	_height:100px;
	list-style-type:none;
	margin:10px 0 0 0;
}

ul.naviSub li {
	height:25px;
	padding-left:18px;
}

ul.naviSub li a {
	text-decoration:none;
	font-weight:bold;
	color:#9C0125;
	font-size:12px;
	display:block;
	padding:3px;
}

ul.naviSub li a:hover,
ul.naviSub li a.active {
	background:#9C0125;
	color:#fff;
	padding:3px;
}

/*content*/

dl.oeffnungszeiten {
	width:192px;
	height:124px;
	position:absolute;
	top:217px;
	left:0px;
}

dl.anschrift {
	width:199px;
	height:140px;
	position:absolute;
	top:221px;
	left:217px;
}

ul.leistungenList {
	float:left;
	list-style-type:none;
	margin-bottom:10px;
}

ul.leistungenList li {
	background:url(../images/li-haekchen.png) 0 0 no-repeat;
	padding-left:23px;
	line-height:16px;
	margin-bottom:7px;
}

ul.leistungenList li.last {
	margin-bottom:0px;
}

d

div.middleCol p {
	color:#333333;
}

div.largeCol p {
	color:#333333;
}

a.groesserekartenansicht {
	width:205px;
	height:25px;
	text-indent:-5000px;
	display:block;
	background:url(../images/bg-groessere-kartenansicht.png) 0 0 no-repeat;
}

a.groesserekartenansicht:hover {
	background:url(../images/bg-groessere-kartenansicht.png) -205px 0 no-repeat;
}

a.vcard {
	width:195px;
	height:25px;
	display:block;
	margin-bottom:10px;
}

dl.impressumContainer {
	width:430px;
	float:left;
	margin:0 20px 10px 0;
}   
   
dl.impressumContainer dt {
	width:130px;
	float:left;
	margin-bottom:3px;
}  

dl.impressumContainer dd {
	width:300px;
	float:left;
	margin-bottom:3px;
}  

div#polaroid-container {
	display:none !important
;}

