/*
Stylesheet Name: Derwald  Basic Layout
Theme URI: http://www.derwald.de
Description: Grundlegende Stildefinition f?r Derwald
Version: 1.0
Creator: Raphael GmbH

    Inhaltsverzeichnis:

    0. ...... Grundlegende Deklarationen
    1. ...... Allgemeing?ltige Element-Formatierungen
    2. ...... Allgemeing?ltige Klassen-Angaben
    3. ...... IDs (von oben nach unten)
    3.1 ..... Kopfbereich
    3.2 ..... Navigation
    3.3 ..... Bildbereich
    3.4 ..... Inhaltsbereich
    4. ...... Spezielle Angaben
*/

/*
** 0. Grundlegende Deklarationen 
*/


body {
	background-color: #FFF;
	color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
	margin: 0;
    /*text-align: center; /* nötig zum zentrieren im IE < 6 */
}

img {
    border: 0;
}
#Datum {
position:absolute;
left:400px;
top:5px;
width:200px;
}

#Drucken {
font-weight:bold;
margin:5px;
width:100px;
}

.Logo {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#Druckbereich {
	width:591px;
	margin-top:10px;
}
/*
** 3.4 Inhaltsbereich alt **/

a:active { 
	color: rgb(51,51,51);
	text-decoration: none;
}

a:link { 
	color: rgb(51,51,51);
	text-decoration: none;
}

a:visited {
	color: rgb(51,51,51);
	text-decoration: none;
}

a:hover { 
	color: rgb(226,13,22);
	text-decoration: none;
}

h1 { 
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(51,51,51);
}

h2 {
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: rgb(51,51,51);
}
 
h3 { 
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(51,51,51);
}

p {
	color: rgb(51,51,51);
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin:0;
}

select {
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: rgb(51,51,51);
}

input {
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: rgb(51,51,51);
}

span.h1 { 
	font-family: arial,helvetica,geneva,sans-serif,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(51,51,51);
 }
 
.derwald {
	color: #DF0103;
	text-transform: uppercase;
	font-weight: bold;
}
