/**
* CSS (Print)
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		15/11/2007
*/

body {
  margin: 0;
	padding: 0;
	font-family: Trebuchet, sans-serif;
	font-size: 14px;
}

#header {
  padding: 50px 0;
  display: block;
  border-bottom:1px solid #000000;
}

#navigation {
  padding: 25px 0 50px 0;
  display: block;
  border-bottom:1px solid #000000;
}

#lang {
  display:none;
}

#left {
  display:none;
}

#content {
  padding: 25px 0;
  display: block;
  line-height:175%;
  border-bottom:1px solid #000000;
}

#footer {
  padding: 25px 0;
  display: block;
}


/* ------------ Navigation ------------ */

#navigation ol {
  margin:0;
  padding:0;
}

#navigation li {
  margin:0;
  padding:0;
  list-style-type:none;
  float:left;
}

#navigation a {
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  display:none;
}

#navigation .on{
  display:inline;
}

/* ------------ Sprachnavigation ------------ */


/* ------------ Inhalt ------------ */

p {
  margin: 0 0 10px 0;
  padding: 0;
}

a {
  color: #000000;
}

img {
  border: none;
}

label {
  width: 80px;
  cursor: pointer;
  float: left;
}

ul {
}

img {
}

#wrap {
  font-size:2pt;
}

acronym {
  cursor:help;
}

fieldset {
  margin:0;
  padding:0;
  border:none;
}

legend {
  display:none;
}

input, textarea, select {
  width:300px;
  border:1px solid #000000;
  padding:3px 5px;
  font-size: 14px;
  font-family: Trebuchet, sans-serif;
}

.checkbox {
  width: auto;
}

.button {
  width: auto;
}

.nolabel {
  width: auto;
}

.note, .note a, .note a:hover {
  color: #999999;
}

/* ------------ Gästebuch ------------ */

div.guestbook {}
div.guestbookheader {display:none;}

div.guestbookcontent {}
div.guestbookcontent ol {margin:0; padding:0; list-style-type:none;}
div.guestbookcontent li {position:relative; margin:0; padding:20px 0;}
div.guestbookcontent li.guestbook_li_odd {}
div.guestbookcontent li.guestbook_li_even {}
div.guestbookcontent span.guestbook_date {display:block; font-size:80%; line-height:120%;}
div.guestbookcontent span.guestbook_author {display:block; font-weight:bold; border-bottom:1px solid #000000;}
div.guestbookcontent span.guestbook_links {display:none;}
div.guestbookcontent blockquote {margin:5px 0; padding:10px 0 0 0; display:block;}
div.guestbookcontent span.guestbook_buttons {display:none;}
div.guestbookcontent p.guestbook_navigation {display:none;}

p.guestbooknote {font-size:80%;}

div.guestbookfooter {display:none;}

div.guestbookdelete {display:none;}

/* ------------ Sonstiges ------------ */

#header img {
  display:none;
}

#content h1 {
  color: #990000;
  font-size: 24px;
  font-weight: normal;
}

#content h2 {
  margin-top: 50px;
  margin-bottom: 8px;
  color: #990000;
  font-size: 18px;
  font-weight: normal;
}

#content h3 {
  margin-top: 50px;
  margin-bottom: 0;
  color: #990000;
  font-size: 16px;
  font-weight: normal;
}

#content h4, #content h5, #content h6 {
  margin-top: 50px;
  margin-bottom: 0;
  color: #990000;
  font-size: 14px;
  font-weight: normal;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

.top {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
}

.top a {
  text-decoration: none;
}

.title, .title a {
  margin: 0;
  padding: 0;
  color: #990000;
  font-size: 42px;
  text-decoration: none;
}

.topimage {
}

.infoboxheader {
  padding:0 10px;
  margin:15px 0 0 0;
  font-weight:bold;
  border:1px dotted #000000;
  cursor:pointer;
}

.infoboxheader:hover, .infoboxheader a:hover {
}

.infoboxcontent {
  margin:0;
  padding:10px 10px 0 10px;
  display:none;
  border-right:1px dotted #000000;
  border-bottom:1px dotted #000000;
  border-left:1px dotted #000000;
}

.teaserbox {
  position:relative;
  height:150px;
  border:1px dotted #000000;
}

.teaserbox img {
  float: left;
}

.teaserbox p {
  position:absolute;
  left:0;
  bottom:0;
  padding:0 20px 0 220px;
}

.list {
  width: 120px;
  float: left;
  font-weight:bold;
}

.listimprint {
  width: 220px;
  float: left;
  font-weight:bold;
}

.success {
  padding: 10px 20px;
  color: #000000;
  border:1px solid #000000;
}

.error {
  padding: 10px 20px;
  color: #990000;
  border:1px solid #990000;
}

.print {
}

.noprint {
  display: none;
}

.hide {
  display:none;
}
