/*
-------------------------------------------------------
FiloRosso WebDesign Druck Style fuer FeWo Heck
Author:   Manfred Gerber
Version:  23 Juni 2005
------------------------------------------------------- */

/* Generelle Formatierungen
------------------------------------------------------- */
* {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
 font: 100%/130% "Times New Roman",serif;
 text-align: left;
 color: #000;
}
a, a:visited {
 color: #000;
 font-weight: bold;
 text-decoration: none;
}
abbr[title], acronym[title] {
 border-bottom: 1px dashed #c3c3c3;
 cursor: help;
}
hr {
 display: none;
}
h2, h3, h4, p {
 margin: 0 0 1em 0;
}
h1 {
 font: bold 136%/140% "Times New Roman",serif;
}
h2 {
 margin: 2em 0 .1em 0;
 font: bold 126%/140% "Times New Roman",serif;
}
h3 {
 font: bold 106%/140% "Times New Roman",serif;
}
h4 {
 font: bold 100%/140% "Times New Roman",serif;
}
ul {
 margin: .5em 0 1.5em 2em;
 list-style-type: circle;
}

/* Klassen
------------------------------------------------------- */

.grau{
 background: #f8f8f8;
}
.left{
 float: left;
}
.clear{
 clear: both;
}
.valid{
 display: none;
}


/* Header
------------------------------------------------------- */
#header {
 text-align: left;
}

/* Mainnavigation
------------------------------------------------------- */
#mainnavi
{
 display: none
}

/* Content
------------------------------------------------------- */

#center {
 color: #000;
 width: 100%;
}

#content h3 {
 margin-bottom: 0;
}

/* Rechts
------------------------------------------------------- */

#navi {
 display: none
}
