/* css Paul Kremp default style v0.9 */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */
/* ======================== */
/*   basic elements */
/* ======================== */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 14px;
}

a, a:link, a:visited, a:active {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color: transparent;
	color: #F29000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0;
}

a:hover {
	background-color: transparent;
	color: #EC5F00;
	text-decoration: underline;
	margin-top: 0;
}
h1 {
	font: normal 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin-top: 0;
}
h2 {
	font: normal 1.6em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}
h3 {
	font: normal 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.h3small {
	line-height: 1.1em;
	letter-spacing: 0.15em;
	font-weight: 600;
	}
h4 {
	font: normal 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	/*margin-top: 1.5em;*/
	font-weight: 500;
}
img {
	border: 0;
	margin: 0;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 0;
}

p, td, li, ul, ol {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	margin-top: 0;
}
dl, dd, dt {
	margin: 0;
	padding: 0;
	}


.kursiv {
	font-style: italic;
}
.strong {
	font-weight: 600;
	}
#content p.textzentriert {
	text-align:center;
	margin-left: -20px;
}

/* ======================== */
/*   LAYOUTAREAS */
/* ======================== */

#toplogo {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 640px;
	height: 64px;
	margin: 0;
	padding: 0 0 0 240px;
	color: #333333;
	background-color: #fff;
	border-bottom: solid #F8EFDC 36px;
	z-index: 1;
}

#sitenavigation {
	position: absolute;
	left: 0;
	top: 100px;
	width: 640px;
	height: 62px;
	margin: 0;
	padding: 0 0 0 240px;
	color: #333333;  
	background-color: transparent;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	line-height: 26px;
	z-index: 5;
	}

#localnavigation {
	position: absolute;
	top: 131px;
	left: 0;
	width: 240px;
	min-height: 480px;
	margin: 0;
	padding: 40px 0 65px 30px;
	color: #333333;
	background-color: #fff;
}

#container {
	position: absolute;
	top: 131px;
	left: 240px;
	/*width: 640px;*/
	margin: 0;
	padding: 40px 0 0 0;
	color: #333333;
	background-color: #fff;	
}

#content {
	position: relative;
	top: 0;
	width: 500px;
	min-height: 480px;
	margin: 0;
	padding: 0 0 65px 0;
	/*border: 1px solid red;*/
}
.iconbar {
	left: 0;
	top: 0;
	width: 640px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #333333;
	background-color: transparent;
}
#paragraph {
	margin: 0 0 25px 0;
	padding: 0;
}

#bibliographie {
	margin: 0 0 25px 0;
	padding: 0;
}
#bottomlinks {
	clear:both;
	margin: 0 0 35px 0;
}
#galerieuebersicht {
	/*position: relative;*/
	float: left;
	width: 90px;
	/*height: 480px;*/
	margin: 0;
	padding: 0 0 25px 0;
	/*background-color: Green;*/
}
#galerieitem {
	/*position: relative;*/
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
	border: 1px solid red;
}
#fusszeile {
	position: relative;
	left: 0;
	bottom: 0;
	width: 880px;
	height: 106px;
	background-color: transparent;
	}

#visitor {
	position: relative;
	overflow: visible;
	top: -106px;
	left: 572px;
	width: 63px;
	height: 21px;
	background-color: transparent;
	}

#foot {
	position: absolute;
	left: -240px;
	width: 880px;
	height: 21px;
	padding: 0 0 0 240px;
	background-color: transparent;
	background: url(../i/animM_Boden.gif) no-repeat;
	font-size: 0.7em;
	}

#foot2 {
	position: absolute;
	top: 540px;
	left: -240px;
	width: 880px;
	height: 21px;
	padding: 0 0 0 240px;
	background-color: transparent;
	/*background: url(../i/animM_Boden.gif) no-repeat;*/
	font-size: 0.7em;
	}
	
/* ======================== */
/*   sitenavigation */
/* ======================== */

#sitenavigation a:link {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

#sitenavigation a:visited {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}

#sitenavigation a:hover {
	background-color: transparent;
	border-bottom: solid 0.5em #F8EFDC;
	color: #F29000;
	text-decoration: none;
}

#sitenavigation a:active {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
}


.sitenav {
	margin-right: 15px;
}

/* ======================== */
/*   Local Navigation */
/* ======================== */

#locallink {
	top: 50px;
	left: 0;
	padding: 0;
	}

#locallink dt {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 2.2em;
	text-indent: 0;
	background-color: transparent;
	}

#locallink a:link {
	color: #6E6553;
	background-color: transparent;
	text-decoration: none;
}

#locallink a:visited {
	color: #6E6553;
	background-color: transparent;
	text-decoration: none;
}

#locallink a:hover {
	border-bottom: solid 0.4em #F8EFDC;
	color: #F29000;
	background-color: transparent;
	text-decoration: none;
}

#locallink a:active {
	color: #6E6553;
	background-color: transparent;
	text-decoration: none;
}

#youarehere {
	left: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #6E6553;
	background-color: transparent;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}


/* ======================== */	
/*   gallerynavigation */
/* ======================== */

#gallerynavigation {
	font-weight: bold;
	line-height: 25px;
	}

#gallerynavigation {
	margin-bottom: 30px;
	}
	
	
#gallerynavigation td {
	width: 25px;
	height: 25px;
	border: 2px solid #faecd1;
	text-align: center;
	}

#gallerynavigation th  {
	font-size: 80%;
	letter-spacing: 0.2em;
	height: 25px;
	border: 2px solid #faecd1;
	}

#gallerynavigation th a {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerynavigation th a:link {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}

#gallerynavigation th a:visited {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}
	
#gallerynavigation th a:hover {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #F29000;
	}
	
#gallerynavigation th a:active {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}

#gallerynavigation a {
	display: block;
	width: 25px;
	height: 25
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}
	
#gallerynavigation a:link {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerynavigation a:visited {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerynavigation a:hover {
	background-color: #F8EFDC;
	color: #F29000;
	text-decoration: none;
	}

#gallerynavigation a:active {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerynavigation td.tf  { /*Tablefooter*/
	font-size: 80%;
	letter-spacing: 0.2em;
	height: 25px;
	border: 2px solid #faecd1;
	}

#gallerynavigation td.tf a {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerynavigation td.tf a:link {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}

#gallerynavigation td.tf a:visited {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}
	
#gallerynavigation td.tf a:hover {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #F29000;
	}
	
#gallerynavigation td.tf a:active {
	height: 25px;
	width: 151px;
	background-color: #FFFFFF;
	color: #6E6553;
	}	

#gallerybacknext {
	margin: 10px 0 0 440px;
	margin: 10px 0 0 240px;
	font-weight: bold;
	line-height: 25px;
	}

#gallerybacknext {
	/*margin-bottom: 30px;*/
	}
	
	
#gallerybacknext td {
	width: 25px;
	height: 25px;
	border: 2px solid #faecd1;
	text-align: center;
	}


#gallerybacknext a {
	display: block;
	width: 25px;
	height: 25
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}
	
#gallerybacknext a:link {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerybacknext a:visited {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}

#gallerybacknext a:hover {
	background-color: #F8EFDC;
	color: #F29000;
	text-decoration: none;
	}

#gallerybacknext a:active {
	background-color: #FFFFFF;
	color: #6E6553;
	text-decoration: none;
	}	

/* ======================== */
/*   icons and pictures */
/* ======================== */

.iconbar td {
	padding: 0 35px 9px 0;
	vertical-align: top;
}
.iconbarnarrow td {
	padding: 0 10px 9px 0;
	vertical-align: top;
}

table.iconbarnarrow  {
	margin-left: -20px;
}

.iconbar a {
	border-bottom: solid 9px white;
	text-decoration: none;
}

.iconbar a:link {
	border-bottom: solid 9px white;
	text-decoration: none;
}

.iconbar a:visited {
	border-bottom: solid 9px white;
	text-decoration: none;
}

.iconbar a:hover {
	border-bottom: solid 9px #F8EFDC;
	text-decoration: none;
}

.iconbar a:active {
	border-bottom: solid 9px white;
	text-decoration: none;
}
.picturebar {
	margin: 25px 0;
	padding: 0;
	background-color: #E9E9E9;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	}
.assidebarright {
	position: relative;
	float: right;
	/*top: 0;
	left: 500px;*/
	width: 140px;
	/*height: 400px;*/
	padding: 0;
	margin: 0 0 10px 0;
	color: #333333;
	background-color: transparent;
}
.assidebarleft {
	position: relative;
	float: left;
	width: 140px;
	height: 400px;
	padding: 0;
	margin: 4370px 0 10px 0;
	color: #333333;
	background-color: transparent;
}





/* ======================== */
/*   content */
/* ======================== */


#content p {
	width: 560px;
	text-align: left;
}

#bilddetails {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
}

.bildunterschrift {
	margin: 0 0 10px 0;
}

.bildunterschrift .sold {
	position: relative;
	padding-left: 10px;
	bottom: 5px;
	color: red;
	/*font-size: 3em;*/
	}

.bottomlinks {
	clear: both;
	margin: 0 0 35px 0;
	padding: 0;
}

/* ======================== */
/*   Fusszeile */
/* ======================== */
#foot a {
	color: #6E6553;
	background-color: transparent;
}

#copyright {
	margin: 0;
}


/* ======================== */
/*   Spezielle Auszeichnungen */
/* ======================== */

.clearboth {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.warning, .h3warning {
	color: #FF0000;
}

.bildunterschrift {
	margin-top: 25px;
}

.sold {
	padding-left: 10px;
	vertical-align: bottom;
}

.smaller {
	letter-spacing: 0.05em;	
	}

.xsmaller {
	font-size: 90%;
	letter-spacing: 0em;	
	}
a.xxsmaller {
	font-size: 100%;
	letter-spacing: -0.1em;
}
.extragross {
	font-size: 220%;
	}

.dreiproseite {
	border: 0;
	width: 116px;
	height: 116px;
	margin: 98px 50px 130px 20px;
}	

.boldred {
	font-weight: 600;
	color: #B90000;
	}

.bildunterschrift {
	margin: 25px 0 10px 0;
}
.u3ps {
	margin-top: 0;
}

.abstuXL {
	margin-bottom: 136px;
}
	
.radierung {
	height: 300px;
	margin: 0 0 50px 20px;
}
	
.pbildlinks {
	float: left;
	margin: 0 15px 15px 0;
}

.pbildrechts {
	float: right;
	margin: 0  0 15px 15px;
}
#bilderliste {
	margin: 30px 0;
	}
#bilderliste dt {
	float: right;
	width: 400px;
	margin: 0 0 35px 10px;
	padding: 12px;
	background-color: #F9F5E7;
	border: 4px solid #F2E1BE;
	text-align: center;
	}
#bilderliste dt img {
	border-top: 1px solid #F2E1BE;
	border-left: 1px solid #F2E1BE;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	}
#bilderliste dd {
	float: left;
	padding-bottom: 4px;
	/*border-bottom: 4px solid #F2E1BE;*/
	}
dl.galerie {
	list-style-type: none;
	margin: 1.5em 0 2.2em 0;
	}
.galerie dt {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	}
.galerie dd {
	position: relative;
	line-height: 1.3em;
	margin: 0 0 15px 85px;
	text-indent: -2px;
}


h3 {
	font: normal 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
.h3small {
	line-height: 1.1em;
	letter-spacing: 0.15em;
	font-weight: 600;
	}


.referenz li {
	list-style-type: none;
	margin: 0 0 0.6em 3.2em;
	line-height: 1.3em;
	text-indent: -5.6em
	}
ul.referenz {
	margin-bottom:2.6em;
	}
.pressetext {
	width: 360px;
	margin: 20px 0 0 30px;
	padding: 15px;
	border: 4px solid #F2E1BE;
	}
#content .pressetext p {
	width: 350px;
	}
.datum {
	margin-right: 3em;
	}
#content .width500 {
	width: 480px;
	}
	
.marginsmall {
	margin-bottom: 5px;
}
.marginlarge {
	margin-bottom: 25px;
}
.extraspacer02 {
	padding-bottom: 25px;
}
#leseprobe {
	font-style: italic; 
}
th.blcover {
	display: none;
}

th.blbeschreibung {
	display: none;
}

.bleintrag td {
	height: 150px;
	vertical-align: bottom;	
}

.blcover {
	padding: 0 0 45px 0;
	}

.blbeschreibung {
	padding: 0 0 45px 25px;
	}

.blbeschreibung p {
	line-height: 1.2em;
	}

#haftung {
	color: #4F3813;
	background-color: transparent;
	margin: 25px 0 25px 0;
	padding: 0 15px 20px 25px;
	border: 4px solid #F8EFDC;
}	
	
.galerie li {
	/*font-size: 0.8em;*/
	list-style-type: none;
	margin-left: -40px;
	line-height: 1.8em;
	margin-bottom: 1em;
	}
.hinweis {
	color: #66CC33
	}
.lomarginbottom {
	margin-bottom: 0.2em;
}

/* ======================== */
/*   Bilderschatten         */
/* ======================== */

.schattenwurft1, .schattenwurft2, .schattenwurft3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
  
.schattenwurft1 {
	float:left;
	background: transparent url(../i/schatten.gif) bottom right no-repeat;
}

.schattenwurft2 {
	background: transparent url(../i/schattenul.gif) bottom left no-repeat;
}

.bildunterschrift {
	font-size: 0.8em;
}

#postcard {
	position: absolute;
	float: left;
	top: 268px;
	
	}

#postcard a {
	display: block;
	width: 200px;
	height: 100px;
	background-image: url(../i/BFW01pc1.gif);
	}
#postcard a:hover {
	display: block;
	width: 200px;
	height: 100px;
	background-image: url(../i/BFW01pc2.gif);
	}
	

