/*********************************
 * Allgemeines Zeug              *
 *********************************/
* {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
a { 
  color: #700; 
}
body {
  background: #fff;
}
.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}
.center { 
  text-align: center;
}
.clickable {
  cursor: default; 
}
.clear {
  clear: both;
}
/*********************
 * Specific Elements *
 *********************/
.magic {
    font-family: "Cantarell";
    color: gray;
    text-transform: uppercase;
}

#text {
  padding: 5px 0px 0px 10px; 
	font-size: 70%;
	line-height: 1em;
	text-align: center;
	width: 150px;
	color: #333;
    font-family: "Cantarell", sans-serif;
}

/*************
 * Container *
 *************/
#container {
  margin: auto;
  width: 780px;
	font-family: verdana, trebuchet, palatino, georgia, times new roman, serif; 
}

/**********
 * Header *
 **********/
#header {
  height: 90px;
	border-bottom: 1px solid #bbb; 
}

#header span, #header hr {
  display: none;
}

#topline {
  padding-top: 10px;
  width: 780px;
  border-bottom: 1px solid #bbb;
}
/**************/
/* Navigation */
/**************/
#nav {
  width: 220px;
  float: right;
  height: 100%;
  background: #fff;
  padding-top: 25px;
}
#nav hr { display: none }

#nav ul {
  min-height: 200px;
  position: fixed;
  top: 100px;
  margin: 5px; 
}
#nav li { 
  list-style-type: none; 
}
#nav li a { 
  font-size: 65%;
  line-height: 2.5em;
	letter-spacing: 2px; 
  padding: 0px 5px 0px 5px;
  text-decoration: none;
	font-family: "Cantarell", arial, sans-serif;
  display: block;
	color: #777; 
	background-color: transparent;
}
#nav li a:hover { 
  background: #eee; 
}
#nav span { 
  display: none; 
}
#nav #text {
  position: absolute;
  top: 400px;
}

/***********
 * Content *
 ***********/
#content ul#sectionnav {
  margin-bottom: 2em;
}
#content {
  font: 0.8em Verdana, sans-serif;
  line-height: 1;
  min-height: 200px;
  color: #222;
  padding: 10px; 
  margin-right: 220px;
  border-right: 1px solid #bbb;
}
#content ul {
  line-height: 1.3em; 
}
#content img.rechts { 
  float: right; 
  margin-left: 1em; 
}
#content img.links { 
  float: left; 
  margin-right: 1em; 
}
#content img.rahmen {
  border: 1px solid #bbb;
}
#content h1 { 
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  font-size: 1.3pc;
  font-family: "Cantarell", sans-serif;
}
#content h1 span {
  display: none;
}
#content h2 {
  margin-bottom: 15px;
  margin-top: 1.5em;
  font-size: 1pc;
  font-family: "Cantarell", sans-serif;
}
#content h3 { 
  font-size: 0.8pc;
  margin-bottom: 1em;
}
#content p.abstand {
  margin-top: 1em;
}
#content h2.abstand {
  margin-top: 3em;
}
#content h3.abstand {
  margin-top: 2em;
}
#content p { 
  margin-bottom: 15px;
  line-height: 1.5em; 
}
#content li {
  margin-left: 1em;
  list-style-type: circle;
}
#content div.nachoben {
  text-align: right;
  margin-bottom: 20px;
}
#content div.nachoben a {
  font-size: 7pt;
}
#schriftzug {
  margin-bottom: 1em;
}
#titelbild {
  margin-bottom: 3em;
}
#bildlink {
  width: 330px;
  margin: auto;
  text-align: right;
}
div.bilder {
  margin-bottom: 1em;
}
div.bilder img {
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}

/**********
 * Preise *
 **********/
div.preis 
{ 
  margin-top: 20px;
  margin-bottom: 20px;
}
div.preis hr {
  visibility: hidden;
  clear: both;
}
div.preis span.right {
  text-align: right;
  margin-right: 1em;
  font-size: 1.8em;
}
table.preise { 
    z-index: 0;
    border-collapse: collapse;
    width: 99%;
}
table.preise th, td {
    padding: 0.4em;
    padding-left: 0.6em;
    text-align: left;
    border: 1px solid #aaa;
}
table.preise td.preis {
    text-align: right;
    padding-right: 1.5em;
    width: 8em;
}
#rahmen {
  z-index: 10;
  padding: 0.5em 1em 1em 1em;
  border-top: 1px solid black;
}
#rahmen h1 { 
  margin-top: 1.2em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #aaa;
}
#rahmen ul {
  line-height: 1.4em;
}
p.anmerkung {
  display: list-item;
  list-style-type: circle;
  margin: 10px 0px 0px 15px;
  font-size: 8pt;
}
div.preislink {
  text-align: right;
}
div.preislink div {
  display: none;
}
#reiter {
  font-size: 10pt;
}
#reiter ul {
  padding: 0.2em 0.7em 0.2em 0.7em;
  font-weight: bold;
}
#reiter li {
  z-index: 100;
  display: inline;
  margin-left: 0.2em;
  padding-left: 0.3em;
}

#reiter li a {
  padding: 0.2em 0.7em 0.2em 0.7em;
}

#reiter li a#active {
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
}
/*********************
 * Accessible Popups *
 *********************/
a.popup {
  font-size: 8pt;
  color: #777;
  margin: 0 7px 0 7px;
  background-color: white;
  text-decoration: none;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: dotted;
}
a.popup:hover {
  background-color: #f0f0f0;
  border-style: solid;
}
#popup, #popupfooter {
  height: 440px;
  width: 300px;
  font: 0.8em Verdana, sans-serif;
  line-height: 1;
}
#popup h1 { 
  display: block;
  font-size: 12pt;
  background: #eee;
  padding: 0.2em;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
#popup p {
  line-height: 1.3em;
  color: #333;
  padding: 5px;
  margin: 0;
}

#popupfooter {
  width: 290px;
  margin-top: 10px;
  text-align: center;
}


/***********
 * Kontakt *
 ***********/
#content span.phone {
    font-weight: bold;
}
table#kontakt {
  border:1px solid #eee;
  border-collapse: separate;
  border-spacing: 5pt;
}
table#kontakt td, table#kontakt th {
  padding: 3px;
  border: none;
}
table#kontakt td.desc {
  text-align: right;
  vertical-align: top;
}
input#knopf {
  border: 1px solid #bbb;
  border-style: solid;
}
textarea { 
  width: 90%; 
  height: 12em; 
}

/********************
 * Galerie Auswahl *
 ********************/
#gallery ul li {
  list-style-type: none;
  margin-bottom: 35px;
}
#gallery div.links {
  text-align: right;
}
#gallery div.rechts {
  text-align: left;
}
#gallery div {
  width: 330px;
  height: 75px;
  margin: auto;
}
#gallery div span.text {
  margin-top: 20px;
  width: 190px;
  display: block;
}
#gallery div.links span.text {
  float: left;
  text-align: right;
}
#gallery div.rechts span.text {
  float: right;
  text-align: left;
}
#gallery span.text a {
    padding: 5px;
    color: gray;
    font-family: "Cantarell", sans-serif;
}
#gallery span.text a:hover { 
  background: #eee; 
}
#gallery h1, 
#gallery h2 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: normal;
  display: inline;
  font-size: 10pt;
}
#gallery h1 {
  font-size: 11pt;
}
#fotobuchauswahl {
  margin: 50px 20px 0px 20px;
  height: 250px;
}
/********************
 * Galerie Browser *
 ********************/
#buttons {
  text-align: center;
  margin-top: 10px;
}

#buttons a {
  border: 1px solid #aaa;
  color: #aaa;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
  font-weight: bold;
}
#bild 
{
  margin-top: 30px;
  min-height: 320px;
  margin-bottom: 20px;
}
#bild img#platzhalter 
{
  display: block;
  margin: auto;
}

/**********/
/* Footer */
/**********/
#footer { 
  clear:both;
  margin-top: 1em;
	font-family: "Cantarell", arial, sans-serif;
	text-align: center;
	font-size: 70%;
	color: #aaa; 
}
#footer hr { 
  display: none 
}
#footer a { 
  color: #777; 
}

img.framed {
   border: 1px solid #ccc;
   padding: 2px;
   margin: 1em;
}

body.preise #content h1 { margin-top: 2em;  }
body.eindruecke #content strong {
    font-size: 120%;
    font-family: "Cantarell";
}
