﻿/*  =========================================================
allgemeines Stylesheet fuer Website-Baker
Stand:  3spaltig mit opposing floats
Datei:  print.css
Media:  print
Datum:  14. Januar 2009
Autor:  Werner Krickel 
Aufbau  1. allgemeine Einstellungen 
        2. Layoutbereiche    
        3. Sonstiges 
========================================================== */

/* ====================================== 
   1. allgemeine Einstellungen
   ====================================== */

/* Ruecksetzung Browser-Interner-Styles
   Setzen von Abstaenden, Schriften etc. */

*  { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, p, ul, ol { margin-bottom: 1em; }  
ul, ol {padding-left: 5px;}
img {padding: 5px;}

/* Schriftgröße setzen */
html { font-size: 100%;} 

body { 
   color: black; 
   background-color: #E7F7B5;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 0.9em; 
}

/* Überschriften */
h1 {
        font-size: 1.2em;
        color: #993366;
        text-align: left;
        margin: 8px 2px 8px 2px;
}
h2 {
        font-size: 1.1em;
        color: #73AA29;
        text-align: left;
        margin: 8px 2px 8px 2px;
}
h3 {
        font-size: 1.0em;
        color: #73AA29;
        text-align: left;
        margin: 8px 2px 8px 2px;
}
h4 {
        font-size: 0.9em;
        color: #73AA29;
        text-align: left;
        margin: 8px 2px 8px 2px;
}

form {
        margin: 0;
}


hr {
        color: #660033;
        border: 0;
        border-top: 1px solid #660033;
        height: 1px;

}

address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}


/* Der 'skiplink' zum Ueberspringen der Menus fuer Screenreader*/
.skiplink { 
   display: none; 
}

.nixhier { 
   display: none; 
}


/* Class "Blockhead": Überschriften im Block */
.blockhead  {
     border-top: 2px solid white;
     border-bottom: 2px solid white;
     background: #A5D300;
     color: white;
     text-align: center;
   }

/* Class "Searchbox": Eingabe des Suchbegriffs */
.search_box {
        
        display:none;
}


/* ==================================== 
   2. Styles fuer die  Layoutbereiche 
   ==================================== */

/* Auf dem 'wrapper' spielt sich alles ab */
#wrapper { 
   color: black; 
   width: 100%;  
   margin: 20px;
}

/* der 'kopf' enthaelt den Titel und den aktuelle Menupunkt */
#kopf {
   color: #0065AD; 
   padding-top: 5px; 
   padding-right: 10px;
   height: 115px;
   width: 100%;
   font-size: 1.7em;
   font-weight: bold;
   margin-top: 2px;

}
  

#logo {
   width: 208px;
   height: 160px;
   background: transparent url(/wb_mon/media/parteilogoneu.gif) left no-repeat;
   margin-top: 2px;

}


/* #boxlinks enthaelt das Standard-Menu und evtl. weitere Inhalte */
#boxlinks { 
   display:none;

}



/* Diese Box enthaelt den #content und die #boxrechts */
#boxmitte {
   width: 90%;  


}


#boxrechts {  
   display:none;
}  


#fuss {
   color: black; 
   padding: 10px 20px 20px 20px;
   height: 27px;
   margin-bottom: 7px;
   font-size: 0.8em;
   color: #0065AD;
   text-align: center;
   line-height: 18px;
}


/* ==================================== 
   3. Styles für die Steuerung und die Inhalte
   ==================================== */

/*
   Menus

*/

#metamenu{
   display:none;
}


#linkmenu{
   display:none;
}


#hauptnavigation{ 
   display:none;

/*
   CONTENT-Boxen
*/

#contentleft{ 
   display:none;

} 

#content { 
   background-color: white;
   width: 100%;
   
}


/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */