/* ----------------------------------------------------------------------------
Screen CSS File
Hofkeller Würzburg
Copyright 2008 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	overflow-y: scroll ;
}

body {
	background: url("../pics/body.gif");
	font: 12px Arial, sans-serif;
	color: #000;
	background: #e3e4e5;
	line-height: 1.5em;
}

h1 {
	padding-left: 0px;
	padding-bottom: 15px;
	font: 32px "Times New Roman", serif;
	color: #6a5d4d;	
}

h1.abstand {
	padding-top: 20px;
}

h2 {
	padding-top: 10px;
}

p.linie {
	padding-bottom: 10px;
	border-bottom: 1px dotted #6a5d4d;
}

/* ----------------------------------------------------------------------------
Automatische Bildhintergründe
---------------------------------------------------------------------------- */

/* #catid_2 #headerbild { background-image: url("../pics/2/headerbild.jpg"); }
#catid_9 #headerbild, #catid_18 #headerbild, #catid_19 #headerbild { background-image: url("../pics/9/headerbild.jpg"); }
#catid_10 #headerbild { background-image: url("../pics/10/headerbild.jpg"); }
#catid_11 #headerbild { background-image: url("../pics/11/headerbild.jpg"); }
#catid_12 #headerbild { background-image: url("../pics/12/headerbild.jpg"); }
#catid_14 #headerbild { background-image: url("../pics/14/headerbild.jpg"); }
#catid_16 #headerbild { background-image: url("../pics/16/headerbild.jpg"); }
#catid_20 #headerbild { background-image: url("../pics/20/headerbild.jpg"); }
#catid_21 #headerbild { background-image: url("../pics/21/headerbild.jpg"); }
#catid_22 #headerbild { background-image: url("../pics/22/headerbild.jpg"); }
#catid_25 #headerbild { background-image: url("../pics/25/headerbild.jpg"); }
#catid_28 #headerbild { background-image: url("../pics/28/headerbild.jpg"); }
#catid_29 #headerbild { background-image: url("../pics/29/headerbild.jpg"); } */


#wrapper {
	margin: 0 auto;
	width: 750px;
	background: #fff;
}

#header {
	position: relative;
	background: url("../pics/header.jpg") no-repeat;
	height: 335px;
	overflow: hidden;
}


#headerbild {
	background: #564c3d;
	height: 175px;
	overflow: hidden;
}

#headerbild img {
	line-height: 0em;
}

#article {
	float: left;
	position: relative;
	padding: 20px 20px;
	background: #fff;
	width: 515px;
}

#article ul li {
	margin-left: 12px;
}

#article a {
	color: #9c9e9f;	
}

#article p {
	padding-bottom: 15px;
}

#content {
	min-height: 400px;
	overflow: hidden;
}


*html #content {
	min-height: 400px;
	height: auto;
	height: 400px;
}

#logo {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1;
}

#navi {
	position: relative;
	height: 90px;
	font: 13px "times new roman", serif;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-left: 20px;
}

#navi a {
	color: #9c9e9f;
}

#navi a.aktiv {
	color: #6a5d4d;
}

#navi ul li {
	list-style-type: none;
}

.subnavi {
	position: absolute;
	top: 35px;
	left: 195px;
}

#subsubnavwrapper {
	font: 13px "times new roman", serif;
	float: left;
	width: 130px;
	padding-top: 24px;
	padding-left: 20px;	
	padding-right: 25px;
	background: #fff;
}

ul#subsubnav li {
	list-style-type: none;
}

ul#subsubnav li a {
	color: #9c9e9f;
}

ul#subsubnav li a.aktiv {
	color: #6a5d4d;
}

#footer {
	position: relative;
	height: 30px;
	background: #fff;
}

#smallnav {
	padding-left: 97px;
	color: #9c9e9f;
}

#smallnav a {
	color: #9c9e9f;
}

#smallnav ul li {
	list-style-type: none;
	float: left;
}

span.pipe {
	padding-left: 10px;
	padding-right: 10px;
} 

div.pleft img {
	position: absolute;
	top: 10px;
	left: -105px;
}

*+html div.pleft img  {
	position: absolute;
	top: 10px;
	left: -105px;
} 

*html div.pleft img  {
	position: absolute;
	top: 10px;
	left: -105px;
}

a.lightboxlink {
	color: #9c9e9f !important;
}

table.galerie {
	height: 0 !important;
	display: none;
}


img#vdp-stempel {
	position: absolute;
	bottom: 13px;
	right: 100px;
	z-index: 5;
}
