
#wrapperup{
 position: absolute;
 width: 700px;
 height:220px;
 margin-top: 0px;
 margin-left: 0px;
 border: 0px dotted #000;
 }
 
#wrapperdown{
 position: absolute;
 width: 700px;
 height:220px;
 margin-top: 196px;
 margin-left: 0px;
 border: 0px dotted #fff;
 }
 
#box1{
 float: left;
 position: relative;
 display: inline;
 width: 158px;
 height:195px;
 margin-top: 0px;
 margin-left: 0px; /*** achtung anderes margin! ***/
 border: 1px solid #333;
 }

#box2, #box3, #box4 {
 float: left;
 position: relative;
 display: inline;
 width: 158px;
 height:195px;
 margin-top: 0px;
 margin-left: 14px;
 border: 1px solid #333;
 }

#box5{
 float: left;
 position: relative;
 display: inline;
 width: 158px;
 height:195px;
 margin-top: 16px;
 margin-left: 0px; /*** achtung anderes margin! ***/
 border: 1px solid #333;
 clear: left;
}

/******** box6 war vorher **** display: block; **********************************************/

#box6, #box7, #box8 {
 float: left;
 position: relative;
 display: inline;
 width: 158px;
 height:195px;
 margin-top: 16px;
 margin-left: 14px;
 border: 1px solid #333;
 }

#box1 ul, #box2 ul, #box3 ul, #box4 ul, #box5 ul, #box6 ul, #box7 ul, #box8 ul{
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

h2{
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 1px;
 color: #09c;
 margin: 0px 0px 3px 0px;
 width: 145px;
 height: 20px;
 padding-left: 13px;
 line-height: 20px;
 text-decoration: none;
 border-bottom: 1px solid #333;
 background-color: #fff;
 display: block;
 }

h2 a {color:#09c;; text-decoration: none; background-color: #fff;}

h2 a:visited {color:#09c; text-decoration: none; background-color: #fff;}
 
h2 a:hover {color: #f39; text-decoration: none; background-color: #fff;}

h2 a:active {color: #f39; text-decoration: none; background-color: #fff;}

 
h3{
 background-color: inherit;
 background-image: url(../images/generell/blind.gif);
 background-repeat: no-repeat;
 background-position: 0.3em;
 font-size: 10px;
 font-weight: normal;
 letter-spacing: 1px;
 color: #330;
 padding-left: 2px;
 margin-left: 3px;
 line-height: 15px;
 display:inline;
 }
 
h3 a {color:#330; text-decoration: none; background-color: inherit;}

h3 a:visited {color:#330; text-decoration: none; background-color: inherit;}
 
h3 a:hover {color: #ff0; text-decoration: none; background-color: inherit;}

h3 a:active {color: #ff0; text-decoration: none; background-color: inherit;}
