.Nav {
	font-family: Verdana;
    font-size: 12px;
    position: absolute;
    top: 100px;
    left: 10px;
    width: 120px;
    height: auto;
    line-height : 110%;
    }

.Cont {

position: absolute;
    top: 100px;
    left: 120px;
    width: 611px;
	
	font-family: Verdana;
     
    /*to position the content area to the right of the navigation*/
    margin-right: 5px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    
    
    border: 0.1px solid #FFFFFF;
   /*to insure that NN4.xx renders the background-color of the content area*/
z-index:5;
    }


.box {

padding : 2px;
  margin: 2px;
  
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;
 width: 611px;

  }
  
 .reklame {
padding: 0px;
margin: 0px;
position: absolute;
top: 100px;
left: 738px;

z-index:1;	
       }

