/* Standardschriftart und -farbe und Seitenhintergrundfarbe und -bild */
body, samp, dfn {
	font-family: Georgia, Times New Roman, serif;
        font-size:12px;
	background: #FFFFFF url(../images/layout/bg_wellen.png);
	color: #4E534D;
        margin:0;
        padding:0;
}

samp, dfn {
	background: none !important;
	font-style: italic;
}

/* Keine Unterstreichungen fuer Links */
a {
        color:#728C44;
}

/* Keine Rahmen fuer verlinkte Biler */
a img {
	border: none;
}

select {
	background: white;
}

/* Generell bei Listen keine Bullets anzeigen */
ul, ol, li {
	list-style-type: none;
        margin:0;
        padding:0;
}

.left  { float: left; }
.right { float: right; }
.clear { clear:both; }

/* box_container ist ein blockelement, das den gesamten seiteninhalt umfasst und zentriert wird */
#box_container {
	margin: auto;
	width: 769px;
}

/* headline */
#headline {
	height: 1.3em;
	background: #FFFFFF url(../images/layout/header_1.png);
}

/* das große foto im kopfbereich. */
#header {
	margin-top: 5px;
	width: 763px;
        border:3px solid #728E44;
        background-color:#FFFFFF;
}
#header img {
        display:block;
}

#content_wrapper {
        margin-top:5px;
        background: url(../images/layout/bg_menu.png) repeat-y;
        border-top:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
}

/* Liste fuer das Menue links */
#menu {
	margin-top: 5px;
	float: left;
        background-color:#FFFFFF;
        padding:93px 0 64px 0;
}

#menu * {
  font-size: 11px;
  font-weight: normal;
}

/* Fuer das Menue und alle Untermenues einheitliche Breite und Farbe */
#menu ul,#menu ul ul {
	width: 150px;
	list-style-type: none;
        padding:0;
        margin:0;       
}

/* Fuer alle Listenelemente einen Abstand zum vorherigen */
#menu li,#menu ul li,#menu ul ul li {
	margin-bottom: 25px;
}

#menu ul a {
        color:#728C44;
        padding:0 0 0 17px;
        text-decoration:none;
        text-transform:uppercase;
}

#menu ul a:hover, #menu a.active {
        background: url(../images/layout/highlight_menu.png) no-repeat;
}

/* Farbe fuer's Hauptmenue */
#menu li {
	background-color: #FFFFFF;
}

/* Farbe fuer's erste Untermenue */
#menu ul li {
	background-color: #FFFFFF;
}

/* Farbe fuer's zweite Untermenue */
#menu ul ul li {
	background-color: #FFFFFF;
}


/* Blockelement, das den gesamten Inhalt umschliesst
   Abstaende, Hintergrund und Ausrichtung:
 */
#content {
	margin-left: 5px;
	width: 554px;
        float:left; 
        background-color:#FFFFFF;
        padding:30px;
}

#content {
  color: #4E534D;
  font-family: georgia,'times new roman',times,serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}

/* Alle Absaetze im #content */
#content p {
	margin-top:0;
        margin-bottom:20px;
}

/* Auch bei MouseOver keine Unterstreichung fuer Links */
#content a:hover {
	text-decoration: underline;
}

/* Standard-Ueberschrift - h1 ist für den Lebensbaumtitel vorbehalten */
#content h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color: #728C44;
	padding-bottom:20px;
        text-transform:uppercase;
}

/* Zweite Ueberschrift */
#content h3 {
	color: #728C44;
	font-size: 14px;
	text-decoration: none !important;
	font-weight: bold;
        text-transform:uppercase;
}

/* Für Blockelement im zweispaltigen Layout */
.two-third-column {
	width: 372px;
	float: left;
}

.one-third-column {
	width: 152px;
	float: left;
        margin-left:30px;
}

/* Kontaktformular */
#kontakt label {
  float:left;
  width:100px;
  margin-bottom:11px;
}
#kontakt input, #kontakt select, #kontakt textarea {
  width:250px;
  margin-bottom:11px;
}
#kontakt input.button {
  width:auto;
}

/* we editmode darstellungstext */
.wetext {
  text-align:left;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana;
}