/*
Theme Name: IhreBuchhaltung
Theme URI: http://www.ewerkstatt.com/
Description: Das Thema für Claudia C. Fajmon
Version: 1.0
Author: Heinz Duschanek
Author URI: http://ewerkstatt.com/
Tags: fixed width, two columns, widgets
*/

/*  
+++++++++++++++++++++++++++++++++++
  Reset und allgemeine Angaben 
+++++++++++++++++++++++++++++++++++
*/

* {
  margin: 0;
  padding: 0;
}
#seite {
  font: 100% Verdana, Geneva, Helvetica, Arial, sans-serif; /* Schriftgröße nicht für <body> gesetzt, um min-width-expression für IE 6 einsetzen zu können */
}
a:link { 
  color: #660033;
}
a:visited {
  color: #999;
}
a:hover {
  color: #CC0066;
}
a:active {
  color: #CC0066;
}
a img { border: none; }
p {
  margin: 1em 0 1em 1px;
}
h1 {
  font-size: 120%;
  font-weight: bold;
}
h2 {
  font-size: 110%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
  font-weight: bold;
}
/* 
  versteckte Elemente 
*/
#address,
#kopf h2 {
  position: absolute;
  left: -9999px;
}

/* Angaben zum Spaltenlayout */
body {
  padding: 20px 0;
}
#seite {
  width: 750px;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: 83%;
}
#sidebar {
  float: left;
  width: 270px;
}
#inhalt {
  float: right;
  width: 450px;
  padding-top: 20px;
  min-height: 450px;
  padding-right: 20px;
}
#hauptteil hr {
  clear: both;
  height: .1px;
  border: none;
  visibility: hidden;
}

/*
Allgemeine Formatierungen für die Inhaltsbereiche der Spaltenlayouts;
die Anordnung der Spalten erfolgt je Beispiel im style-Element
*/

/*  
+++++++++++++++++++++++++++++++++++
  Farben 
+++++++++++++++++++++++++++++++++++
*/

body {
  background: #fff;
  color: #000;
}
#seite {
  border: solid 1px #999999;
}
#hauptteil {
  padding-bottom: 50px;
  background: #eee; /* Hellgrau */
}
#sidebar {
  padding-top: 25px;
}
#inhalt {
  padding-top: 25px;
}
#facewrapper {
  background: #603;
  padding: 0;
}
#logowrapper {
	background: #fff;
}

/*  
+++++++++++++++++++++++++++++++++++
  SEITENKOPF  
+++++++++++++++++++++++++++++++++++
*/

#kopf {
  position: relative;
}
/* IE <= 6: hasLayout noetig fuer containing block */

#kopf h1 {
  position: absolute;
  right: 10px;
  bottom: 5px;
  overflow: hidden;
  line-height: 100%;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  color: #999;
}
#kopf h1 a:link { text-decoration: none; color: #999; } 
#kopf h1 a:visited { text-decoration: none; color: #999; } 
#kopf h1 a:hover { text-decoration: underline; color: #ccc; } 
#kopf h1 a:active { text-decoration: underline;  color: #ccc; } 
#kopf hr {
  display: none;
}
#facewrapper {
  position: relative;
	height: 94px;
  padding-left: 2px;
}
#facewrapper img {
  padding: 0;
  margin: 2px 2px 2px 0;
}
#logowrapper {
  position: relative;
	width: 100%;
}

/*  
+++++++++++++++++++++++++++++++++++
  HAUPTTEIL
+++++++++++++++++++++++++++++++++++
*/

/* Navigation */

#sidebar {   font-size: 90%; }


#sidebar ul {
  list-style: none;
}
#sidebar li.current_page_ancestor a, 
#sidebar li.current_page_parent a { font-weight: bold; }

#sidebar li.current_page_ancestor li a { font-weight: normal; }
#sidebar li.current_page_parent li a { font-weight: normal; }

#sidebar li.current_page_item a { font-weight: bold !important; }
#sidebar li.current_page_item li a { font-weight: normal !important; }

#sidebar ul li ul li {
  padding: 0 1em 0.25em 23px;
  font-size: 125%;
}
#sidebar ul li ul li ul li {
  text-transform: none;
  padding: 0;
  font-size: 75%;
}
#sidebar a {
  display: block;
  text-decoration: none;
  color: #603;
}
#sidebar ul li ul li ul li a {
  text-decoration: none;
  color: #000;
  padding-left: 2.5em; 
  background: transparent url('images/bullet_v1.gif') 1em 0.33em no-repeat; 
}
#sidebar a:hover {
  color: #999;
  text-decoration: underline;
}
#sidebar strong {
  font-weight: normal;
  color: #000;
}
#sidebar ul li.flexipages_widget {
  margin-bottom: 30px;
}
#sidebar ul li.flexipages_widget ul li {
  margin-bottom: 0;
}

#sidebar ul li.widget_text { 
  padding: 7px;
  margin: 0 1em 0.25em 23px; 
  border: solid 1px #999999;
  background-color: #F3F3F3;
}

/* Inhalt */

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4  {
  color: #660033;
}
#inhalt h2 {
  margin: .5em 0 1em 0;
}
#inhalt h3 {
  margin: .5em 0 1em 0;
}

#inhalt ul,#inhalt ol {
  margin: 0;
  padding: 0 0 0 3em;
}


/*
+++++++++++++++++++++++++++++++++++
  FUSS
+++++++++++++++++++++++++++++++++++
*/

#fuss {
  border-top: 2px solid #9f0000;
  padding: .75em 0;
  position: relative;
}
#mailcontact { width: 200px; padding-left: 12px; } 
#mailcontact a { 
	font-weight: bold; 
	color: #999;
  text-decoration: none;
} 
#mailcontact a:link { text-decoration: none; } 
#mailcontact a:visited { text-decoration: none; } 
#mailcontact a:hover { text-decoration: underline; color: #603; } 
#mailcontact a:active { text-decoration: underline;  color: #603; } 
#copyright {
	font-weight: bold; 
	position: absolute; 
  top: 10px;
  left: 300px;
  color: #999;
	} 
#footerlogo {
	position: absolute; 
  bottom: 10px; 
  right: 10px; 
}
