/* default Stylesheet for WWW.GUTFELDT.CH */

BODY {
   color: #000000;
   background: white;
   font-family: serif;
   margin-left: 30%;
   margin-right: auto;
   margin-top: 10%;
}

H1 {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 120%;
   text-align: center;
}

H2 {
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 115%;
}
H3 {
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 110%;
}
H4{
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 105%;
}
H5 {
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 100%;
}
H6 {
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 100%;
}
DIV.content {
   background: lightgrey;
   clear: both;
   border: none;
   padding: 0.5%;
   margin: 0.5%;
   width:50%;
   overflow:visible;
   text-align: justify;
}
A:link {
   color: #0000FF;
   text-decoration: none;
}
A:visited {
   color: #ff0000;
}

A:hover {
   color: #008000;
   text-decoration: none;
}

P.copyright {
   padding-top: 2px;
   border-top: medium solid #000000;
   text-align: center;
   font-size: 8pt;
   
}

DIV.border {

   clear: left;
   border: ;
   padding: 0.5%;
   margin: 0.5%;
}
UL {
   list-style: square;
}
TABLE, TD, TH, TR {
   
   border-width: 1px;
   border-spacing: 1px;
}

TABLE {

}

TH, TD {
   text-align: center;
   vertical-align: top;
}


p.white {color:black;font-family:sans-serif;background:lightgrey; text-align:left;}