/*  
Theme Name: WordPress Birke 2
Theme URI: 
Description: The real one
Version: 1.0
Author: Silvio H&uuml;sing-Eckl
Author URI: http://www.imida.de

*/


/* CSS Document */

* {
  margin:0;
  padding:0;
}

body {
  font-size:small;
  background:#BDF552;
}


#kopfbereich {
  display:none;
}
#kopfbereich img {
  border:none;
}

#navigation1 {
  display:none;
}

#inhalt img {
  float:right;
  margin:0 0 15px 15px;
  border:1px solid black;
  padding:5px;
  background:#FFFFFF;
}


#inhalt p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  line-height:150%;
}

#navigationscontainer2 {
  display:none;
}



#suchecontainer {
  display:none;
}

#suchecontainer {
  background:#EAFCC7;
}

#suche {
  background:none;
  border:none;
  font-weight:bold;
}

#ueberfuss {
  display:none;
}

#fusszeile {
  clear:both;
  text-align:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:80%;  
}

#fusszeile p {
  background:url(images/dotted-horizon.gif) repeat-x top;
  margin:0;
}

#fusszeile a {
  color:#333333;
  text-decoration:none;
}

/* einzelne Elemente */

p {
  margin-bottom:15px;
}

h2 {
  font-weight:normal;
  font-size:180%;
  background:url(images/dotted-horizon.gif) repeat-x bottom;
  margin-bottom:18px;
}

h3 {
  margin-bottom:15px;
}

h4 {
  font-weight:normal;
  font-size:145%;
  margin-bottom:10px;
  margin-top:15px;
}

h5 {
  font-size:95%;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:15px;
  margin-bottom:15px;
  clear:both;
}

h6 {
  font-size:100%;
  font-family:"Times New Roman", Times, serif;
  margin-bottom:10px;
}

form {
  display:none;
  font-family:Arial, Helvetica, sans-serif;
}

/* Seitenspezifische Einstellungen */

#gruppentab, #projekttab {
  text-align:left;
  border:1px solid black;
  font-family:Arial, Helvetica, sans-serif;
  font-size:90%;
  padding:4px;
  cursor:default;
  background:#EAFCC7;
  margin-left:60px;
}
#gruppentab {
  margin-top:10px;
  margin-bottom:30px;
}

#projekttab {
  margin:0;
}

#gruppentab th, #gruppentab td, #projekttab th, #projekttab td {
  padding:8px;
  vertical-align:top;
  border-bottom:1px solid black;
}

/* Home-Seite 

.home  {
  
}

/* Home-Seite Ende */



/* Paedagogen-Seite */

.paedagogen #inhalt img {
  float:left;
  margin:0 15px 15px 0;
  clear:both;
}

.paedagogen #inhalt p {
  clear:both;
}

/* Paedagogen-Seite Ende */



/* Fotoarchiv */

.fotoarchiv #inhalt img {
  float:left;
  padding:4px;
  border:1px solid #000000;
  background:#FFFFFF;
  margin:0 20px 25px 20px;
}

.fotoarchiv h4 {
  margin-bottom:30px;
}

.fotoarchiv table {
  border-top:1px solid black;
  border-left:1px solid black;
  margin-bottom:20px;
}
.fotoarchiv th, td {
  border-right:1px solid black;
  border-bottom:1px solid black;
  vertical-align:top;
  padding:3px;
}
.fotoarchiv th {
  width:20%;
  text-align:left;
}

.fotoarchiv #subnavigation a, .projekte #subnavigation a {
  font-size:110%;
}

.fotoarchiv #subnavigation li:before, .projekte #subnavigation li:before {
  content:">> ";
}



/* verschiedene Klassen */
.clear {
  clear:both;
}

.list {
  font-family:Arial, Helvetica, sans-serif;
  margin-left:30px;  
}

.list li {
  margin-bottom:5px;
  list-style:square;
}
.blend {
  display:none;
}

