/*
**  Datei       : base.css
**  Funktion    : Basislayout
*/

@media all
{

* {margin: 0;padding: 0;} /* Zuruecksetzen aller Abstaende */
fieldset, img {border:0;} /* Standardrahmen zurücksetzen */
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Hoehe des Browserfensters. */
html {height: 100%} 
/* Markupfreie CSS-Floatclearing-Loesungen Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {content: "."; display: block;	height: 0; clear: both;	visibility: hidden;}
/* Diese Angabe benoetigt der Safari-Browser zwingend !! */
.clearfix {display: block;} 
	
/* Eigentliche Formatierung der Seite */
body {
	min-height: 101%;	
	padding: 0; margin: 0; border: none;
	position: relative; /* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Groesse des Browser Fensters geaendert wird. */          
	background: url("../gfx/bg-page-margins.gif") center top repeat-y #918468;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	background: url("../gfx/bg-body.gif") repeat-x #606725;
	line-height: 170%;
	font-size: 100.01%; /* Beseitigung des Rundungsfehlers bei Schriftgroessen im Opera sowie Standardformatierungen */
}

#page_margins {
	width: 981px;
	background: url("../gfx/bg-page-margins.jpg") center top repeat-y;
	margin: 0 auto 0 auto;
}

#page {
  width: 981px;
  background: url("../gfx/bg-header.jpg") 0px -242px no-repeat;
  margin: 0 auto 0 auto;
}

#header { 
	height: 212px;
	width: 100%;
	clear: both; 
	text-align: left; 
	position: relative;
}

#nav { 
	height: 33px;
	clear: both;	
	margin-bottom: 14px; 
	overflow: hidden; /* Menuepunkte verschwinden bei groeßerem Text!!! */
}

/* 
### Formatierung der Inhaltsspalten ##################################################################
*/

#main {
	clear: both;
	text-align: left;
} 

/* linke Spalte */
#col1 {
	width: 660px;
	min-height: 300px;
	float: left;
}	

/* mittlere Spalte */
#col2 {
	width: 321px;  
	margin-left: 660px;
}

#col1_content {
  width: 560px;
  padding: 20px 0 23px 45px; 
  margin: 0;
  color: #5c2e1a;
  line-height: 165%;
  font-size: 70%;
}

#col2_content {
  margin: 0;
  padding: 260px 35px 25px 25px; 
  line-height: 165%;
  font-size: 70%;
  color: #FFF;
}

/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
** dem Spaltenhintergrund erscheinen. */
#col1 {z-index: 3;}
#col2 {z-index: 5;}
#col1_content {z-index: 4;}
#col2_content {z-index: 6;}

#footer {
	height: 242px; 
	display: block; 
	clear: both;
	overflow: hidden;
	padding: 0; 
	margin: 0;
	background: url('../gfx/bg-header.jpg') center top no-repeat;	
	text-align: center;
}

/* 
### Navigation ########################################################################
*/


/* verlinktes Logo */
a#logo, a#logo:visited {
    height: 164px; 
    width: 570px !important;
    display: block;
	clear: both;
    background: none !important;
    margin: 0 auto 0 auto;
    text-decoration: none;
}

/* 
### Navi Oben: Suckerfish Flyout + Menumatic ###
*/

/* Menumatic Main-Styles */
.smOW { 
	display: none; 
	position: absolute; 
	overflow: hidden; 
	z-index: 100;
}

#subMenusContainer {	
  display: block; 	
  position: absolute;	
  top: 0;	
  left: 0;
  margin-left: -20px;	
  height: 0;
  width: auto;
  z-index: 1001; 
}

#subMenusContainer ul {	
	border-top: 1px solid #614F27;
	border-right: 1px solid #957c48;
	border-left: 1px solid #957c48;
	list-style-type: none;
	background: #624f2d;
}

#subMenusContainer:hover {	
  height: auto;
}

/* Menumatic End */

#nav ul {
  height: 33px;
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 70%; /* in diesem Fall gobal fuer die Navi, da alle Level gleich gross */
  list-style-type: none;
}

#nav ul li {
	float: left;
	list-style-type: none;
	margin: 2px 0 0 0; 
	padding: 0 17px 0 10px;
	height: 33px;
	text-align: center;
	line-height: 31px; /* wichtig für IE7 */
	background: url("../gfx/bg-nav-devider.gif") right center no-repeat;
}

#nav ul li a, 
#nav ul li a:visited,
/* Menumatic */
#subMenusContainer a, 
#subMenusContainer a:visited { 
	margin: 0; padding: 0 0 8px 0;
	text-align: center;
	height: 31px; /* wichtig für korrekte Darstellung bei größerer Schriftgröße */
	color: #e4d1aa;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	white-space: nowrap;	
}

#nav ul li a:active, 
#nav ul li a:hover, 
#nav ul li a:focus {
  color: #FFF;
}

#nav ul li:hover a, 
#nav ul li:hover a:visited,  
#nav ul li.sfhover a, 
#nav ul li.sfhover a:visited {
  /* wegen display: inline der Links inaktiv : Usabililty bedingt */
}

/* aktive Menüpunkte */
#nav ul li a.current, 
#nav ul li a.current:visited, 
#nav ul li a.current, 
#nav ul li a.current:visited,
/* Menumatic*/
#subMenusContainer ul li a.current, #subMenusContainer ul li a.current:visited {
  font-weight: bold;
  color: #FFF;
}

#nav ul li ul {
	position: absolute; 
	left: -999em;
	z-index: 100;
	height: auto;
	margin: 0 0 0 -20px;
	border-top: 1px solid #614F27;
	border-right: 1px solid #957c48;
	border-left: 1px solid #957c48;
	list-style-type: none;
	background: #624f2d;
}

#nav ul li li {
	padding: 0; 
	margin: 0; 
	height: 29px;
	float: none;
	background: none;
	border-bottom: 1px solid #887140;
}

/* derzeitige wichtige Einstellung  -  muss noch optimiert werden */

#subMenusContainer ul ul {
	display: block !important;
}

#nav ul ul ul {
  display: none;
}

#subMenusContainer ul li ul {	
	background: #fefefe;
	margin-left: 10px;
	padding: 0 0 0 4px !important;
}
/* Ende der derzeitigen Einstellung */


/* Menumatic*/
#subMenusContainer ul li {
	background: #a7956a;
	border-bottom: 1px solid #887140;
	list-style-type: none;
}

#nav ul ul li a, 
#nav ul ul li a:visited,
/* Menumatic*/
#subMenusContainer ul li a, 
#subMenusContainer ul li a:visited {
	display: block; /* in diesem Fall erst hier, weil die Menuepunkte im obersten Level speziell formatiert sind */
	min-width: 100px; /* eine feste Breite verhindert die Anpassung an laengere Texte */
	height: 2.6em;
	padding: 0 17px 0 14px;
	font-size: 11px; 
	font-weight: normal; 
	color: #e4d1aa;  
	line-height: 2.6em;
	text-align: left;
	text-indent: 4px;
}

#nav ul ul li a.current, 
#nav ul ul li a.current:visited,
/* Menumatic*/
#subMenusContainer ul li a.current, 
#subMenusContainer ul li a.current:visited {
	color: #FFF !important;  
}

#nav ul li:hover ul, 
#nav ul li.sfhover ul {
	left: -999em;
}

#nav ul li:hover ul, 
#nav ul li.sfhover ul {
	left: auto; 
}

#nav ul li:hover ul, 
#nav ul li li:hover ul, 
#nav ul li li li:hover ul, 
#nav ul li.sfhover ul, 
#nav ul li li.sfhover ul, 
#nav ul li li li.sfhover ul {
	left: auto;
}

#nav ul li:hover li:hover,  
#nav ul li.sfhover li.sfhover,
/* Menumatic*/
#subMenusContainer ul li:hover,
#subMenusContainer ul li.sfhover {
	background: url("../gfx/bg-nav-sub-hover.gif") right center no-repeat;
} 

/* normaler Zustand des Untermenues */
#nav ul li:hover ul a, 
#nav ul li:hover ul a:visited,  
#nav ul li.sfhover ul a, 
#nav ul li.sfhover ul a:visited,
/* Menumatic*/
#subMenusContainer li a, 
#subMenusContainer ul li a:visited {
  color: #e4d1aa; 
  background: #7a6438;
}

#nav ul li:hover ul a:active, 
#nav ul li:hover ul a:hover, 
#nav ul li.sfhover ul a:active, 
#nav ul li.sfhover ul a:hover,
/* Menumatic*/
#subMenusContainer li a:active, 
#subMenusContainer ul li a:hover {
	color: #FFF; 
	background: none;
}

/* 
### individuelle Anpassung der Breite für Flyout-Menues für einzelne Punkte             ##############
### extra aktive Menuepunkte                                                            ##############
*/

/* letzter Menüpunkt */
#nav li#id-19 {
	background: none;
}

/* Kunden-Bereich ausgeblendet, wenn nicht eingelogged */
#nav li#id-40 ul li a, 
#nav li#id-40 ul li a:visited,
#nav li#id-40 #subMenusContainer ul li a,
#nav li#id-40 #subMenusContainer ul li a:visited { 
	width: 144px !important; 
}

#nav li#id-40  { 
	display: none; 
}

.user li#id-40  { 
	display: block !important; 
}

/* interner Container ausblenden */
.user li#id-3  { 
	display: none; 
}

/* 
### byslidemenu >>> byscripts.info ###################################################################
*/

#byslidemenu li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}

/* 
### Footer Navigation ################################################################################
*/


a#toplink, a#toplink:visited {
  width: 11em; 
  float: left; 
  margin: 0 0 0 224px;
  padding-left: 15px;
  text-align: left; 
  line-height: 2.9em; /* ca. 1,5-fache Höhe des Footers */
  background: url("../gfx/icons/icon-top.gif") left center no-repeat;
}

/* 
### Wordpress Stuff   ################################################################################
*/

div.edit-post-link {
	display: block;
	width: 32px; height: 32px;
	top: 12px; right: 10px;
	z-index: 1000;
	position: fixed;
	background: url("../gfx/icons/edit.png") left top no-repeat;
	opacity:0.3;
}


div.edit-post-link a, div.edit-post-link a:visited {
	text-indent: -9000px;
	font-size: 1px; 
	line-height: 0px;
	text-decoration: none;
	width: 32px; height: 32px;
	display: block;
	color: #3E3E3E;
}

#blog-single .edit-post-link {background: url("../gfx/icons/edit.png") left top no-repeat;}

/* Info zur lokalen Anwendung der Website */
#lokal {
	position: fixed;
	left: 6px; 
	top: 7px;
	padding: 2px 6px 3px 6px;
	font-size: 10px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #7F521B;
	border: 1px solid #FF7A31;
	background: #F1E9D5;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	opacity:0.8;
}

#page-info {
	position: fixed;
	left: 6px; 
	top: 28px;
	padding: 1px 6px 4px 7px;
	font-size: 10px;
	line-height: 12px;
	font-family: tahoma;
	color: #7F521B;
	border: 1px solid #70E449;
	background: #F1E9D5;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	opacity:0.8;
}

#page-info strong {
	display: block;
	line-height: 150%;
}

#page-info a, #page-info a:visited{
	text-decoration: none;
	color: #436B2F;
}


/* 
### Content    ########################################################################
*/

h1,h2,h3,h4 {font-family: arial, helvetica, verdana,sans-serif; display: block;}

table h1,table h2,table h3,table h4 {margin-top: 0;}

h1 {font-size: 1.8em; font-weight: normal; line-height: 1.3em; margin: 0.4em 0 0.4em 0;}
h2 {font-size: 1.5em; font-weight: bold; line-height: 1.3em; margin: 0.4em 0 0.4em 0;}
h3 {font-size: 1.35em; font-weight:bold; line-height: 1.3em; margin: 0.4em 0 0.3em 0;}

/* fuer cufon */
.cufon-loading h1, .cufon-loading h2 , .cufon-loading h3  { 
	visibility: hidden !important;
}

#col2 h2#green-head {color: #14AF2B !important;}

.cufon-active h1 {font-size: 2em; letter-spacing: 0.01em; margin-left: -2px !important;}
.cufon-active h2 {font-size: 1.75em; letter-spacing: 0.01em; margin-left: -2px !important;}
.cufon-active h3 {font-size: 1.5em; margin-left: -2px !important;}

.box .cufon-active h1 {font-size: 1.8em;}
.box .cufon-active h2 {font-size: 1.6em;}

/* Footer Headlines */
#footer strong {
	line-height: 200%;
	font-size: 1.1em; 
	color: #2f260f !important;
}

.cufon-active strong.cufon-font {
	font-size: 1.4em !important; 
	margin-left: -1px !important;
}

#col1 h1 {color: #606725;}
#col1 h2 {color: #a88f4a;}
#col1 h3 {color: #a88f4a;}

#col2 h2 {color: #FFF}
#col2 h3 {color: #eef2c0;}

#col1 .news-block h3,
#col2 .news-block h3 {
  margin: 0 0 0.3em 0 !important;
  line-height: 120% !important;
}

/* In diesem Projekt nur fur Tabs eingesetzt */
h4 {
  color: #A60D00;
  text-decoration: underline;
  padding: 0 0 3px 17px;
  margin: 0;
  line-height: 180%;
  font-size: 120%;
  vertical-align: middle;
  background: url("../gfx/icons/icon-arrow-01.gif") left center no-repeat; 
}

#accordion h4 {
  cursor: pointer;
}

h4.active {
  color: #000;
  text-decoration: none;
}

/* Absätze */

#col1_content p {
	font-size: 100%;
	padding: 0 0 11px 0; margin: 0;
	line-height: 160%;
}

#col2_content p {
	font-size: 100%;
	padding: 0 0 11px 0; margin: 0;
	line-height: 160%;
}

.link-list {
	line-height: 185% !important;
}

.stronger {
	font-weight: bold;
}

.mittig {
	text-align: center !important;
}

.blocksatz {
	text-align: justify !important;
}

#meinungen .testimonial-author {
	padding: 0 0 7px 0;
	font-weight: bold;
	color: #A28851;
}

.testimonial-author {
	padding: 0 0 7px 0;
	font-weight: bold;
	color: #A28851;
}

#footer p {
	font-size: 70%; 
	line-height: 175%; 
	color: #3b3015; 
	width: 150px;
	margin: 77px 0 0 50px;
	padding: 0;
	float: left;
	text-align: left;
	display: inline;
}

#footer strong {
	color: #3f3f3f;
}

#footer p.info-1 {width: 140px;}
#footer p.info-2 {width: 165px; margin-right: 270px;}
#footer p.contact {width: 250px;}

/* Besondere Textformate */
.lifetrust-rot {
  color: #A60D00 !important;
}

#col2 .lifetrust {
  color: #FFF !important;
}

#footer .lifetrust {
  padding: 0 14px 0 0;
  background: url("../gfx/icons/icon-heart.gif") right center no-repeat;
}

#col2 p.kleiner-text { 
	line-height: 1.5em; 
	font-size: 80%; 
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-text { line-height: 1.5em; font-size: 80%; }

.zentrieren {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

#col2 p.kleiner-grauer-text {
	color: #848484;
	font-size: 80%; line-height: 130%;
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-grauer-text {
	color: #848484;
	font-size: 80%; line-height: 130%;
}

#col2 p.kleiner-roter-text {
	color: #DE1200;
	font-size: 80%; line-height: 130%;
	padding: 0 0 10px 0; margin: 0;
}

.kleiner-roter-text {
	color: #DE1200;
	font-size: 80%; line-height: 130%;
}

/* Trenner */

#col1 hr, 
#col2 hr { 
  width: 99%; 
  display: block; 
  clear: both;
  background-color: #FFF;
  color: #FFF; 
  border-top: 1px solid #E2D691; 
  border-left: none; 
  border-right: none; 
  border-bottom: none; 
  margin: 10px 0 10px 0;
  line-height: 1px; 
  font-size: 1px;
}

#col2 hr { 
  background-color: #97965b;
  color: #97965b; 
  border-top: 1px solid #6f6e39;
  clear: none;
  width: 250px;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* Listen */

#col1_content ul, #col2_content ul	{ 	
	line-height: 190%; 
	margin: 5px 12px 20px 0; padding: 2px 0 0 0; 
	}

#col1_content ul li, #col2_content ul li {
	list-style: none;
	background: url("../gfx/icons/bullet-01.gif") 0em 0.45em no-repeat; 
	padding: 0 0 0 21px; margin: 0 0 0.3em 0;
}

#home #col2_content ul li {background: url("../gfx/icons/bullet-01.gif") 0em 0.5em no-repeat; }
#col2_content ul li {background: url("../gfx/icons/bullet-02.gif") 0em 0.35em no-repeat; }

ul.simple-list {
	margin: 5px 0 15px 33px !important;
}

ul.simple-list, ul.simple-list li {
	list-style-image: none;
	list-style-type: circle;
	background: none !important;
	padding: 0 !important;
}

#col1 ol, 
#col2 ol	{ 	
	line-height: 170%; 
	margin: 5px 5px 15px 8px; padding: 2px 5px 2px 12px; 
}

#col1 ol li,
#col2 ol li {
	padding: 0; margin: 0 0 0.6em 7px;
}

/* Definitions-Listen - derzeit nur bei der [gallery] im Einsatz */

#col1 dl, 
#col1 dd, 
#col1 dt {
	margin: 0; padding: 0;
}

#col1 .gallery-row {margin: 0 !important; padding: 0 !important;}

/* besondere Listen */

#col2 ul.pluslist, #col3 ul.pluslist {
  margin-left: 0;
  list-style-image: url("../gfx/icons/no.gif");
  list-style-type: none;
}

#col2 ul.pluslist li, #col3 ul.pluslist li {
  background: url("../gfx/icons/icon-plus.gif") 0em 0.5em no-repeat; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

#col1 ul.minuslist{
  margin-left: 0;
  list-style-image: url("../gfx/icons/no.gif");
  list-style-type: none;
}

#col2 ul.minuslist li {
  background: url("../gfx/icons/icon-minus.gif") 0em 0.5em no-repeat; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

#col1 ul.pluslist li.minuslist {
  background: url("../gfx/icons/icon-minus.gif") 0em 0.5em no-repeat !important; 
  margin-left: 10px !important; 
  padding: 0 0 0 14px !important;
}

/* 
** ### Auszeichnung lokaler und Externer Links ##########################################################
*/

/* Linklabeling */
#col1 a.pdfLink, 
#col1 a.pdfLink:visited, 
#col2 a.pdfLink, 
#col2 a.pdfLink:visited { 
 padding: 0 19px 3px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-pdf.gif") no-repeat right top; 
}

#downloads #col1 a.pdfLink, 
#downloads #col1 a.pdfLink:visited, 
#downloads #col2 a.pdfLink, 
#downloads #col2 a.pdfLink:visited { 
 padding: 0 0 3px 19px; 
 line-height: 200%; 
 background: url("../gfx/icons/icon-pdf.gif") no-repeat left top; 
 font-weight: bold;
}

#col2 a.docLink, 
#col2 a.docLink:visited, 
#col3 a.docLink {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-doc.gif") no-repeat right center;
}

#col2 a.zipLink, 
#col2 a.zipLink:visited {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-zip.gif") no-repeat right center;
}

#col1 a.mp3Link, 
#col1 a.mp3Link:visited, 
#col2 a.mp3Link, 
#col2 a.mp3Link:visited {
 padding: 0 19px 2px 0; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-mp3.gif") no-repeat right center;
}

#col1 a {color: #a2740a;}
#col2 a {color: #dcb65d;}
#col1 a:visited {color: #a38338;}
#col2 a:visited {color: #FFF;}

#col1 a:active, #col1 a:hover, #col1 a:focus {color: #7b4805;}
#col2 a:active, #col2 a:hover, #col2 a:focus {color: #FFF;}

#col2 h3 a, #col2 h3 a:visited, #col2 h2 a, #col3 h2 a:visited {
  text-decoration: none; border: none;
}

a.extlink, a.extlink:visited {
 padding: 0 0 2px 14px; 
 line-height: 180%; 
 background: url("../gfx/icons/icon-link01.gif") no-repeat left center;
}

#startseite .extlink {
	padding: 0 !important;
	background: none !important;
}

#footer p a, #footer p a:visited {
 padding: 0 0 2px 0; 
 line-height: 180%; 
 color: #3b3015;
}

#footer p a:active, #footer p a:hover, #footer p a:focus {color: #000;}


a.pfeil-link, a.pfeil-link:visited {
 padding: 0 0 2px 14px; 
 background: url("../gfx/icons/icon-arrow-01.gif") no-repeat 0em 0.2em;
}

a.herz-link, a.herz-link:visited {
 padding: 0 0 2px 13px; 
 background: url("../gfx/icons/icon-heart-02.gif") no-repeat 0em 0.1em;
}

a.news-archive, a.news-archive:visited {
  float: none;
  background: url("../gfx/icons/icon-news.gif") left center no-repeat !important;
  margin: 5px 0 0 0; 
  padding: 0 0 0 19px !important;
  display: block;
  font-weight: bold;
  line-height: 180%;
}

a.readon, a.readon:visited {display: block; padding-top: 4px;}

/* 
** ### Spezielle Boxen  #################################################################################
*/

.box {
	width: 560px;
	background: #DDCFA9; 
	margin: 10px 0 18px -4px;
	padding: 0 !important;
	border: 1px solid #cbc5b4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

.half {
	width: 289px !important; 
	margin: 0 0 0 -4px;
	float: left;
}

.gap {
	margin: 0 0 0 18px !important;
}

.box-in-box-1 {
	width: 49%;
	float: left;
}
.box-in-box-2 {
	width: 49%;
	float: left;
}

#col1 .box p {
	padding: 10px 15px 11px 15px !important;
	margin: 0;
	font-size: 130%;
}

#col1 .half p {padding-bottom: 16px !important;}

#col1 .box-in-box-2  p {
	padding: 0 15px 9px 0 !important;
}

/* 
### News ########################################################################################
*/

.news-block {
  padding: 0 0 5px 0 !important;
}

.news-block p {
  margin: 0px;
}

.news-block span {
  color: #54b615;
}

#col3 .news-block hr,
#col2 .news-block hr { 
  clear: none;
  margin: 0;
  width: 94%;
}

/* 
### Bilder ########################################################################################
*/

img {border: none;}

/* 
### Tabellen  ########################################################################################
*/

#col1 table {
	width: 99.5%; 
	margin: 10px 0 10px 0;
	border-collapse: collapse; 

	border-top: 1px solid #EEEDE5;
	border-bottom: 1px solid #EEEDE5;
	border-left: 1px solid #EEEDE5;
}

#col1 caption {
	font-weight: bold;
	color: #B8A070;
	text-align: left;
	line-height: 180%;
}

#col1 td {
	padding: 2px 3px 3px 5px;
	border-top: 1px solid #EEEDE5;
	border-left: 1px solid #EEEDE5;
	border-right: 1px solid #EEEDE5;
	line-height: 175%;
	vertical-align: top;
	font-size: 95%;
}

#col1 td.title {
	font-weight: bold;
	color: #615D52;
	background: #EEEDE5;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#col1 thead {
  background: #dfc267; 
  color: #A60D00;
}

#col1 th {
  padding: 4px 3px 5px 5px; 
  border-right: 1px solid #A1C3DA; 
  border-bottom: 1px solid #A1C3DA;
  background: url('../gfx/bg-table-th.gif') left top repeat-x;
 }

#col1 th {
  border-right: 1px solid #FFF; 
  border-bottom: 1px solid #FFF;
}

#col1 tfoot {
  color: #000; 
}

#col1 tfoot td {
  background: #F8F3E6 !important; 
  color: #000; 
}

#col1 tfoot td.title {
  background: #EEEDE5 !important; 
}

/* Zebra Table */

#col1 .even	{background:#F9F9F5 !important;}
#col1 .odd	{background:#F4F1DA !important;}

/* 
### Formulare ########################################################################################
*/


/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
option {padding-left: 0.4em}

#col2 #newsletter-form {
  width: 255px;
  margin: 0;
  overflow: hidden; 
}

#col2 #newsletter-form label,
#col2 #newsletter-form span.labeling {
	float: left;
	text-align: left;
	width: 61px;
	margin-right: 8px;
	margin-top: 5px;
	cursor: pointer;
}

#col2 #newsletter-form span.labeling {
	margin-top: 6px;
	display: block;
	margin-left: 68px !important;
}

#col2 #newsletter-form span.one {
	clear: both;
}

#col2 #newsletter-form span.two {
}

#newsletter-form h2 {
  margin-bottom: 15px;
}

#newsletter-form label.no-float {float: none;}

#col2 #newsletter-form input{
  width: 170px;
  height: 1.2em; 
	border: 1px solid #ccc;
	margin-top: 7px;
	background: url(../gfx/bg-input.gif) #FFF;
	font-size: 120%;
	line-height: 1.5em;
	padding: 1px 0 1px 3px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#col2 #newsletter-form input.radiocheck {
	float: left;
	width: auto; 
	border: none;
	margin-right: 32px;
}


#col2 #newsletter-form select {
	margin-top: 8px;
	width: 175px;
	border: 1px solid #ccc;
	border-radius:5px !important; 
	-moz-border-radius:5px  !important; 
	-webkit-border-radius:5px;
}

#newsletter-form .btn {
  margin: 12px 0 0 65px !important;
  clear: both;
  float: none;
}



/* Start custom button CSS here
    ---------------------------------------- */
    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font: 100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#37350E;
      }
     
    .btn span {
      background:#b8b271 url(../gfx/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #DEDAB5;
      border-right:1px solid #524E21;
      }

    .btn span span {
      /* position:relative; Probleme bei fx.slide im IE */ 
      padding:3px .6em;
      border-width:0;
      border-top:1px solid #DEDAB5;
      border-bottom:1px solid #524E21;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#FFF !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }
	  

/* 
### Blog ##############################################################################
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform {
  background: #EAE6DE;
  border: 1px solid #D9D3AF;
  margin: 20px 0 20px 0;
  padding: 15px 7px 7px 15px !important;
}

#commentform input {
  width: 200px;
  margin: 0.5em 6px 0 0;
  float: left;
}

#commentform textarea {width: 96%;}

#col1 #commentform p {
  margin: 0;
  padding: 0 0 6px 0;
  clear: both !important;
  width: 100%;
}

#col1 #commentform label	{
  display: inline;
  margin: 0.5em 0 0 0;
  width: 310px;
  float: left;
	line-height: 1.5em;
	cursor: pointer;
	
}

label small {
  color: #5C2E1A !important;
}

label small span {
  color: #877065 !important;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#col1 #commentform .btn {margin: 3px 0 7px -4px;}

#commentform input,
#commentform textarea,
#commentform select { 
	margin: 0 5px 8px 0;
	border: none;
	height: 1.8em;
	line-height: 2.3em;	
	background: #F7F5F2;
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform textarea {
  height: 200px;
  margin-right: 0px;
}

#commentform option {}


#commentform select {
	padding: 3px;
	width: 150px; /* attempt to have equal length */
	height: 2em;
	margin: 0 0 3px 8px;
}  

div.excerpt {margin: 6px 0 24px 0;}

#col3_content .excerpt p {padding: 6px 0 0 0 !important;}

#col3_content .excerpt a, #col3_content .excerpt a:visited {line-height: 135%;}

#home #col3_content .excerpt p {padding: 0 !important;}

.thread-alt {}

.thread-even {} 

.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	/* border-left: 1px solid #ddd; */
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	color: #B66E22;
}

#col2 small, #col3 small {
  color: #eef2c0;
}

#comments {
  background: #EAE6DE;
  border: 1px solid #D9D3AF;
  margin: 20px 0 20px 0;
  padding: 7px 7px 0 7px !important;
}

.alt {
	margin: 0;
	padding: 5px 0 7px 0 !important;
	text-align: left !important;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 80%;
	font-weight: normal;
}
	
ol#comments ol {
    margin-left: 18px !important;
    padding-left: 7px !important;
}

li.comment {
  border: none !important;
}

#comments ol li {
  font-weight: normal !important;
  font-style: normal;
}

#comments ol li ul li {} 

#comments ol li {
	font-weight: bold;
}

#comments ol li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#comments ol cite, #comments ol cite a {
	font-weight: bold;
	font-style: normal;
	}

/* End Comments */


acronym, abbr, span.caps {
	font-size: 0.9em;
}

.more-link {
  display: block;
  margin: 5px 0 7px 0;
}

.post hr {
	display: block;
	}

.postmetadata {
  display: block;
	font-size: 90% !important;
	color: #ADA19A;
	padding: 4px 0 5px 0 !important;
	width: 100%;
	margin-bottom: 12px !important;
	text-align: center;
	background: #F7F5F2;
}

.postmetadata ul {}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.clear {
	clear: both;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	margin: 0 0 7px 0;
	font-size: 90%;

}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	font-weight: bold;
	/* 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D2C7B6;
	 
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#col1 .wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #AB8C50;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, verdana,sans-serif; 
}


#col1 .alignleft {
   float: left;
   margin: 5px 8px 6px 0;
}

#col1 .alignright {
   float: right;
   margin: 5px 0 6px 10px;
}


#col2 .rss-info {
  margin: 0 0 15px 0;
  padding: 0;
}

#col2 .rss-info li {
  margin: 0 0 10px 0;
  padding: 0;
  background: none !important;
}

#col2 .rss-info li a {
  padding: 0 0 0 38px;
  display: block;
  height: 15px;
  background: url("../gfx/icons/icon-rss.gif") 0px 0px no-repeat;
  list-style-type: none;
  line-height: 15px;
  border-bottom: none; /* reset */
} 

#col2 .rss-info li a.info, #col2 .rss-info li a.info:visited {
  display: block;
  height: 15px;
  background: none;
  padding: 0; 
  list-style-type: none;
  line-height: 15px;
} 

#col2 .rss-info li a.asf, #col2 .rss-info li a.asf:visited {
	background: url("../gfx/icons/icon-asf.gif") 0px 0px no-repeat; 
}

#col2 ul.rss-info a.active, 
#col2 ul.rss-info a.hover,
#col2 ul.rss-info a.focus {
  border-bottom: none !important;
  font-weight: bold;
} 

.current-cat {
  font-weight: bold !important;
}

/* 
### Mootols Specials #################################################################
*/

/* Styles fuer SimplaTabs  (mootools) */
#col1 #tab-area {
  margin: 15px 0 20px 0;
}

#col1 .tab-container {
  padding: 8px 10px 7px 11px;
  border-top: 1px solid #D4C8BA;
  border-right: 1px solid #D4C8BA;
  border-bottom: 1px solid #D4C8BA;
  border-left: 1px solid #D4C8BA;
}

#col1 ul.tab-menu {
  margin: 0 0 -1px 0;
  padding: 0;
  clear: both;
  width: 99%;
  overflow:	auto;
  background: none;
  font-size: 90%;
}

#col1 .tab-menu li a, #col1 .tab-menu li a:visited {
  display: block;
  float: left;
	margin: 0;
	padding: 3px 13px 3px 13px;
	text-indent: 0px;
	line-height: 170%;
	font-size: 120%;
	background:url("../gfx/bg-tab-left.gif") no-repeat left top;
}

#col1 ul.tab-menu li.tab-selected a, #col1 ul.tab-menu li.tab-selected a:visited {
  color: #000;
  font-weight: bold;
  background:url("../gfx/bg-tab-left-active.gif") no-repeat left top;
  text-decoration: none;
}

#col1 ul.tab-menu li.tab-selected a:active, #col1 ul.tab-menu li.tab-selected a:hover {
  color: #000 !important;
}

#col1 ul.tab-menu li {
  list-style: none;
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
  background: url("../gfx/bg-tab-right.gif") no-repeat right top;
  border-bottom: 1px solid #D4C8BA;
}

#col1 ul.tab-menu li.tab-selected {
  background: url("../gfx/bg-tab-right-active.gif") no-repeat right top;
  border-bottom: 1px solid #FFF;
}


/* 3 Spalte - Startseite */

#col3 h4 {
  display: none; /* denn die Unterkapitel haben ihre eigenen Headlines */
}

#col3 #tab-area {
  margin: 0 0 20px 0;
  float: left;
}

#col3 .tab-container {
  padding: 8px 0px 7px 0;
  width: 250px;
}

#col3 ul.tab-menu {
  margin: 0 0 -1px 0;
  padding: 0;
  clear: both;
  overflow:	auto;
  background: none;
  font-size: 90%;
}

#col3 .tab-menu li a, #col3 .tab-menu li a:visited {
  display: block;
  float: left;
	margin: 0 2px 0 0;
	padding: 2px 8px 2px 8px;
	text-indent: 0px;
	line-height: 170%;
	font-size: 110%;
	text-decoration: none;
	border: 1px solid #750A00;
	background:url("../gfx/bg-tab-home.gif") repeat-x left top;
}

#col3 ul.tab-menu li a:active, #col3 ul.tab-menu li a:hover, #col3 ul.tab-menu li a:focus {
  color: #FFF !important;
  text-decoration: none;
  border: 1px solid #750A00;
}

#col3 ul.tab-menu li.tab-selected a, #col3 ul.tab-menu li.tab-selected a:visited {
  text-decoration: none;
  border: 1px solid #CF1000;
}

#col3 ul.tab-menu li.tab-selected a:active, #col3 ul.tab-menu li.tab-selected a:hover, #col3 ul.tab-menu li.tab-selected a:focus {
  text-decoration: none;
  border: 1px solid #750A00;
}

#col3 ul.tab-menu li {
  list-style: none;
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
}

#col3 ul.tab-menu li.tab-selected {
}

/* Styles fuer Accordion (mootools) */

#col1 #accordion {
  padding: 8px 0 15px 0 !important;
}

#accordion div.element {
  padding-left: 17px;
}


/* ByZoomer 
http://www.byscripts.info/scripts/javascript-dynamic-image-zoomer
*/

a.zoomer {}
a.zoomer img {
  padding: 1px;
  border: 1px solid #AAA195;
  margin: 5px 12px 7px 0;
}

.alignright a.zoomer img,
.alignleft a.zoomer img {
margin-top: 0 !important;
}

a.zoomerOver img {border: 1px solid #AAA195;}
img.zoomerZoomed {border: 1px solid #AAA195;}

div#byzoomerTitle {
  font-size: 10px; 
  font-weight: bold;
  color: #000;
}


/*tooltips*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(img/balloon.png) top left no-repeat !important;
	background: url(img/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(img/balloon.png) bottom left no-repeat !important;
	background: url(img/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}



/* >>>>> Ende @media all Anweisung */
} 

/* 
### Skiplink-Navigation ##############################################################################
*/

@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}
/* Sikp-Links */
a#content, a#content:visited, a#navigation, a#navigation:visited {
	display: block;
	height: 1px; width: 1px;
	position: absolute; 
	left: -999em;
}

/* >>>>> Ende @media screen, print Anweisung */
}
