/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Detlef Schnittke
website:  www.olivenernte.de
version:         standard (layout mit containern)
media:           print

Farben:
   Text          schwarz

   Hintergrund   wei&szlig;

Schrift:         Times New Roman
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
  font-family: "Times New Roman", serif;
  font-size:10pt;
  background-color: white;
  color:black;
}

/* Au&szlig;encontainer, enth&auml;lt logo, navi, content und footer */
#container {
    text-align: left;
}

#overlogo {
    display:none;
}

#logo {
    display:none;
}

#search {
    display:none
}

#navi {
    display:none;
}

#obenmenu {
    display:none;
}

#content: {
    width:90%;
}


/*&Uuml;berschriften*/
h1, h2, h3, h4, h5, h6 {
    font-family: arial;
}

h1 {
font-size:16pt;
}
h2 {
font-size:14pt;
}
h3 {
font-size:12pt;
}
h4 {
font-size:12pt;
font-style:italic;
}
h5 {
font-size:10pt;
font-style:italic;
}


#footer {
    display:none;
}

#navdown {
    display:none;
}



/*betont*/
strong {
 font-weight:bold;
}

img.border {
            border:1px solid #4c0000;
}

img.borderleft {
            border:1px solid #4c0000;
            float:left;
            margin:5px 10px 5px 0px;
}
img.borderright {
            border:1px solid #4c0000;
            float:right;
            margin:5px 0px 5px 10px;
}


/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */

/*setzt nach links- oder rechtsgesetzten Inhalten n&auml;chsten Inhalt wieder frei*/
.clear {
  clear:both
}

.code {
font-family: 'Courier New', Courier, monospace;
}

/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  margin-top: 10px;
  float: right;
  width: 4cm;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
  background-color:#ffe;
}

/* Einf&uuml;hrungsabsatz */
.lead {
font-weight: bold;
}

.noprint {
    display:none;
}


/* grauer Rahmen mit Umrandung */
.rahmen {
width: 90%;
background-color : #eee;
border-style : solid;
border-width : 1px;
border-color : #CD3326;
padding : 3px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
width: 90%;
border-style : dotted;
border-width : 1px;
border-color : gray;
padding : 3px;
margin-top: 8px;
margin-bottom: 10px;
}


