/* Umfassung für die Seite, max. Breite */
#wrapper {
  position: relative;
  background-color: white;
  color: black;
  min-width: 640px;
  max-width: 80em;
  min-height: 800px;
  margin: 5px auto;
}
/* IE6  */
* html #wrapper {
  width: 960px;
}

/* =========================================== */
/* 3-Spalten-Layout-Idee von http://bluerobot.com/web/layouts/layout3.html */
html, body {
  height: 100%;
}
body { /* Grundeinstellungen des Dokumentes */
  background-color: #353;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a:link, a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
blockquote {
	padding: 0.5em 0.9em;
	border-left: 1px solid #a5ba8c;
}

/* =========================================== */
/* Kopfzeile über der ganzen Seite */
#header {
  background-color: #a5ba8c;
  color: white;
  height: 80px;
  padding: 5px 0 5px 10px;  
  margin: 0;
  background-image: url(../bilder/cl_haus.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;  
  z-index: 1000;
}
#header img {
  float: left;
}
body > #randlinks {
  height: 80px;
}
#headertext {
  float: left;
  padding-top: 0.6em;
  margin-left: 3.0em;
}
#header h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

#header p {
  font-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0.2em 0.4em 0;
}

/* ================================*/
/* Positionierung und Inhalt für mittlere Spalte */
#content {
  /*position: relative;*/
  width: auto;
  min-width: 120px;

  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;

  margin-top: 7px;
  margin-right: 190px;
  margin-bottom: 20px;
  margin-left: 140px;
  z-index:3;
  top: -1px;
}
#content p.contentheader { /* Zeile über dem Inhalt der Seite */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-color: #d7e0cc; /* helles Grün */
  padding: 5px;
  border-top: 5px solid #a5ba8c;
  margin: 0 0 20px 0; /* t r b l */
}
#content p.contentfooter { /* Fusszeile */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #d7e0cc; /* helles Grün */
  padding: 5px;
  border-bottom: 5px solid #a5ba8c;
  border-top: 0;
  margin: 20px 0 0 0; /* t r b l */
}
#content h2 { /* Thema über jedem Artikel */
  font-size: 90%;
  font-weight: normal;
  border-bottom: 1px dotted #a5ba8c;
  margin: 0;
  padding: 0 0 2px 0;
}
#content h1 { /* Überschrift nur bei pro_reisen */
  font-size: 175%;
  font-weight: normal;
  margin-top: 5px;
  padding-top: 0;
}
#content h3 { /* Überschrift eines Artikel */
  font-size: 120%;
  margin-top: 5px;
  padding-top: 0;
}
#content h4 { /* Überschriften im Artikel */
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #72a000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, 'Helvetica', Verdana, sans-serif;
  padding: 0 0 0 0;
}
#content p {
  margin-top: 0;
  margin-bottom: 4px; /* Abstände für Fliesstextabsätze */
  padding-top: 0;
  padding-bottom: 0;
}
#content p:first-letter { /* Der erste Buchstabe im Absatz */
  font-size: 130%;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}
#content ul {
  list-style: square;
  margin-top: 2px;
}
#content li {
  margin-bottom: 2px;
}

#content .kalender td {
  width: 80px;
  min-width: 100px;
  font-size: 10px;
  font-weight: bold;
}

#content a:link {
  color: #646646;
  background-color: transparent;
  text-decoration: underline;
}
#content a:visited {
  color: #454;
  background-color: transparent;
  text-decoration: underline;
}
#content a:hover, #content a:active{
  color: white;
  background-color: #484;
  text-decoration: none;
}
#content h2 a:link, #content h2 a:visited {
  text-decoration: none;
}
#content .course a:link {
  color: #009;
  font-size: 10px;
  background-color: transparent;
  text-decoration: none;
}
#content .course a:visited {
  color: #66c;
  font-size: 10px;
  background-color: transparent;
  text-decoration: none;
}
#content .course a:active {
  color: #000099;
  font-size: 10px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .course a:hover {
  color: #000099;
  font-size: 10px;
  background-color: #484;
  text-decoration: underline;
}


/*===============================================================*/
/* Positionierung und Inhalt für linke und rechte Spalte */

/*Positionierung linke Spalte */
#randlinks {
  position: absolute;
  top: 81px;

  padding: 0;

  margin: 0; /* 20px Abstand zu #header */
  z-index: 2;

  width: 175px; /* Breite für alle anderen Browser */
}

body > #randlinks { /* Be nice to Opera5 */
  width: 180px;
}
/*
BUGFIX 3
http://rooster.stanford.edu/~ben/notes/authoring/cssie.php
- IE6.x doesn't know html>body and ignores it
- Opera und Mozilla verstehen die Anweisung.

Langsam aber sicher verstehe ich Peter Paul Kochs "Keep CSS simple"
http://www.digital-web.com/columns/keepitsimple/keepitsimple_2003-11.shtml
*/
html>body #randlinks {
  position: fixed;
}

/*Positionierung rechte Spalte */
#randrechts {
  position: absolute;
  width: 200px;
  top: 81px;
  right: 0;
  padding: 0;
  margin: 0; /* Abstand zu #header, siehe auch #content */
  z-index: 2;
}
body > #randrechts {
  width: 200px;
}

/* Inhalt  von #randlinks und #randrechts */
/* Die Lesetipps */
#randrechts a:hover {
  background-color: #484;
  color: #fff;
  text-decoration: none;
}
#randrechts h1 {
  font-size: 120%;
  font-weight: 600;
  color: #000;
  padding: 0 0 5px 10px;
  border-bottom: 1px dashed #a5ba8c;
  margin: 0 0 0 10px;
}
#randrechts h2 {
  font-size: 100%;
  font-weight: 600;
  color: #000;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#randrechts ul {
  font-size: 90%;
  padding-top: 3px;
  /*padding-bottom: 0px; */
  padding-left: 28px;
  margin-left: 0;
/* padding-left zum Einrücken in Mozilla, IE _und_ Opera,
zusammen mit margin-left: 0px scheint's zu funktionieren */
  margin-top: 0;
  margin-bottom: 0;
}
#randrechts li {
  list-style: none;
}
#randrechts p {
  font-size: 90%;
  padding-left: 20px;
}

/* Das Aussehen der Box in #randlinks _und_ #randrechts */
.randbox {
  background-color: #d7e0cc;
  border-top: 5px solid #a5ba8c;
  border-bottom: 5px solid #a5ba8c;
  margin: 20px 20px 20px 0;
  padding: 10px 10px 10px 0;
}
/*=========================================================*/
/* Die <div>(Bild-)Boxen INNERHALB eines Postings,
   NICHT in #randlinks oder #randrechts */
.leftbox, .rightbox, .bottombox {
  margin: 3px 3px 10px 3px;
  padding: 10px;
  min-width: 10%;
  border-bottom: 1px solid #a5ba8c;
}
.leftbox {
  float: left;
  border-right: 1px solid #a5ba8c;
  margin-right: 10px;
}
.rightbox {
  float: right;
  border-left: 1px solid #a5ba8c;
  margin-left: 10px;
}
.bottombox {
  margin-top: 20px;
  float: right;
  border-left: 1px solid #a5ba8c;
  margin-left: -60px;
}
/* =====================================*/
/* Allgemeine Klassen und HTML-Elemente */

.above { /* Infozeile über einem Artikel */
  text-align: center;
  font-size: 80%;
  padding-top: 2px;
  margin-bottom: 30px;
}
.below { /* Infozeile unter einem Artikel */
  font-size: 80%;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #a5ba8c;
  padding-top: 2px;
  margin-bottom: 10px;
}
.klein { /* Infozeile nur unter Artikel pro_reisen*/
  text-align: center;
  font-size: 80% ;
  padding-top: 10px;
  margin-bottom: 10px;
}

.posted { /* Infozeile unter einem Artikel */
  font-size: 80% ;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #a5ba8c;
  padding-top: 2px;
  margin-bottom: 4px;
}
.smallfont {
  font-size:80%;
}
.highlight { /* kennzeichnet Suchbegriffe und bei Artikeln das "neu" */
  color: white;
  background-color: #ffa500;
}


/* Alle Tabellenzellen automatisch mit Ausrichtung OBEN */
td {
  vertical-align: top;
}
/* Horizontal Ruler dünn und gestrichelt */
hr {
  border: 1px dotted #a5ba8c;
}
.mph {
  background-color: #666633;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom:2px;}
.arr {
  background-image:url(../img/arrow.gif);
  background-repeat: no-repeat;
  padding-left: 7px;
  padding-bottom: 3px;}
.nlp {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
.mvb {
  margin-bottom: 5px;
}

/* ******************************** */
/*  31 maart 2005 */
/*  Navigation links als eine Liste mit orangenen Rollovers */
/*  Quelle: http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp */

#navcontainer {
  width: 100px;
  background-color: #d7e0cc;
  padding-left: 10px;
}

#navcontainer ul {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a {
  display: block;
  padding: 1px 1px 1px 5px;
  width: 115px;
  background-color: #d7e0cc;
  /*border-top: 1px solid #a5ba8c;*/
}

#navcontainer a:link, #navlist a:visited {
  color: black;
  text-decoration: none;
}

#navcontainer a:hover {
  background-color: #484;
  color: #fff;
}

.kontaktformular { /* Formulartabelle */
  background-color: #d7e0cc;
  padding: 0 10px 0 10px;
  border: 1px solid #a5ba8c;
  margin-top: 10px;
}
/* End of Stylesheet */
