﻿
body { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 color: #003366;
 margin: 0;padding: 0;
 
}

#siteHolder{ margin: auto; width: 768px; }
#holder{float: left; margin: auto; width: 768px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background-image:url(../img/background.gif);
}
#left{float: left;width:  700px;background-color: #fff;}


#left h1{ font-size: 1.2em; margin-bottom: 10px; }
#left li{padding-bottom: 10px; }
#left p{  margin-bottom: 10px;margin-top: 10px; }

#left .sp { float: left; width: 50%;margin-bottom:20px;}
