﻿@charset "UTF-8";

/*
  Stylesheet bewussheit-leben.de
  Autoren: Roland Schenke, Stefan Lenz
  (c) 2008 K+L Internet Services Lüneburg
*/


body
{
  font: 11pt Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: rgb(230,230,250); /*neu*/
}

/* csc classes */
h1
{
  font-size: 15pt;
  font-weight: bold;
  color: #333333;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
}

h3
{
  font-size: 12pt;
  font-weight: bold;
  color: rgb(99,154,255);
}

/* csc classes end */

#container
{
  width: 900px;
  margin: 0 auto; /* Zentrierung links rechts */
  background-color: #ffffff; /*neu*/
}

#top
{
  height: 170px;
  width: 100%;
  background-color: #ffcc33; /* ein gelbton */
}

#besitzer
{
  float: left; /* Blockelemente aneinander reihen */
  padding-top: 130px;
  padding-left: 135px;
  color: #9a0002;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#nav_oben
{
  float: left;
  padding-left: 35px;
}

#nav_oben img
{
  position: relative;
  top: 57px;
  margin-right: 30px;
  border: none;
}

#bottom /* enthält mittleren bereich mit nav_links und content */
{
  clear: left; /* float aufheben */
  width: 100%;
  padding-top: 70px;
  background-image: url('../img/nav_links_hintergrund.png');   /* Pfad relativ zur CSS Datei */
  background-repeat: repeat-y;
}

#bottom div
{

}

#nav_links
{
  float: left;
  width: 200px;
  margin-top: 50px;
}

/* Oberelement von li */
#nav_links ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Menelemente */
#nav_links li
{
  width: 110px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding: 2px 0 2px 5px; /* denke an den Kompass */ 
  background-color: #ffcc33;
  color: #9a0002;
}

#nav_links li a
{
  display:block; /*neu*/
  letter-spacing: 0.1em;
  color: rgb(102,102,102);
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}

#nav_links li a:hover
{
   color: #333333;
}

#nav_links #nav_links_aktiv a /* neu */
{
  color: #9a0002; 
  /* background-color: #ffffff; */
}

#content
{
  float: left;
  width: 650px; /* geändert von Roland 2008-05-17 alt: 600px  */
  padding-top: 10px;
  padding-left: 25px;
}

#content p
{
  line-height: 1.5em;
}

#content a:link, a:visited
{
  color: #9a0002;
  text-decoration: underline;
}

.odd, .even
{
  list-style-type: disc;
  line-height: 1.5em;
}

#nav_unten
{
  clear: left;
  color: rgb(153,204,102);
  text-align: right;
  padding: 10px 10px 5px 0px;
}

#nav_unten a
{
  color: rgb(153,204,102);
  font-weight: bold;
  font-size: 11pt;
  letter-spacing: 0.1em;
  text-decoration: none;
}
