/* ===============================================================
Stylesheet fr die COG-Homepage (Folgeseiten)
Datei:   stylePrint.css
Media:   print
Datum:   6. September 2007
Autoren: Julian Harms
================================================================== */

/* ======================================
   Kalibrierung und allgemeine Styles
   ====================================== */

/* Kalibrierung der wichtigsten Abst�de */

*         { padding: 0; margin: 0; }
h1, h2    { margin-bottom: 1em; }
h4, h3    { margin-bottom: 1em; margin-top: 1em; }
p, ul, ol { margin-bottom: 1em; }
ul ul     { margin-bottom: 0; }
li        { margin-left: 1em; }
th, td    { margin: 2px; padding: 3px;}
img       { border-width: 0pt; }

/* Allgemeine Selektoren */

body {
   background-color: #ffffff;
   font-family: serif;
   font-size: medium;
   color: #000000;
}

h1, h3 { font-size: 130%; }
h2, h4 {  font-size: 110%; }


/* Hyperlinks */

a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}


/* Allgemeine Klassen und IDs */

.fett {font-weight: bold;}

.kursiv {font-style: italic;}

.bildlinks {
   float:left;
   margin-right: 10px;
   margin-bottom: 10px;
}
.bildrechts {
   float:right;
   margin-bottom: 10px;
   margin-left: 10px;
}

/* ====================================
   Styles fr die  Layoutbereiche
   ==================================== */

#wrapper {

}


#banner {
   display: none;
}

#druckBanner {
   position: absolute;
   width: 90%;
   top: 1%;
   left: 5%;
   right: 5%;
}

#kopfleiste1 {
   display: none;
}

#kopfleiste2 {
   display: none;
}


#menu {
   display: none;
}


#navibereich {
   display: none;
}

.navititel {

}

#textbereich {
   float: right;
   width: 100%;
   position: absolute;
   top: 10%;
   bottom: 10%;
}

#text {
   float: left;
   width: 96%;
   padding: 0 0 0 0;
}


.baum, .baum:focus, .baum:visited, .baum:active, .baum:hover {
  display: none;
}

.artikelende {
   text-align: center;
   font-size: x-small;
   margin-top: 10%;
}

#fuss {
   display: none;
}


/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */