/* CSS Document */
body {
 font-family:'Poor Richard';
 color:#250F2D;
 background-color:#B42D2D;
}
h1 {font-size:24pt;}
h2 {font-size:22pt;}
h3 {font-size:20pt;}
h4 {font-size:18pt;}
h5 {font-size:16pt;}
p  {font-size:14pt;}

table {
 font-family: Arial,Sans Serif;
 font-size: 14pt;
 empty-cells: show;
 }

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  color:#250F2D;
}
a:active, a:hover
{ 
 text-decoration:underline;
 background-color:#FFFFFF;
}
#titel {
 color:#545415;
 border-bottom:3px solid #545415;
 height:140px;
 padding-bottom:10px;
}
#formular {
 text-align:left;
 background-color:#FFE6CC;
 width:760px;
 margin: 10px auto;
 padding:5px;
 border: 3px solid #33CCCC;
 -moz-border-radius: 10px;
}
#author {
 font-size: 8pt;
 text-align:center;
}
#left {
 float:left;
 width: 200px;
 }
#content {
 float:right;
 width: 540px;
 }
#navi {
 font-family:Arial, Sans-Serif;
 font-size:10pt;
 } 
#fieldset {
 border: 2px solid #B42D2D;
 -moz-border-radius: 10px;
 }
#input {
 background-color: #FFE6CC;
 color: #B42D2D; 
 border: 2px solid #33CCCC;
 }
#firstfeld {
 float:left;
 width:150px;
 }

