body{
    padding : 0;
    margin : 0;
}

#content a:hover  { 
	color: #fff; 
	background-color: #060;
}

#content{
   padding-top : 100px;
   padding-bottom : 30px;
   padding-left : 230px;
   padding-right : 20%;
}

#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 140%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
} 
                    
#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 120%;
      font-weight: normal;
      color: #000;
      background-color : transparent;
}

#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 100%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#content a{
	   color : #060;
       background-color: transparent;
}

#logo{
    position : absolute;
    top : 30px;
    left : 70px;
    z-index : 50;
}

#teaser{
    position : absolute;
    top : 30px;
    right : 10px;
    text-align : right; /*Leichter Hack für Netscape 4*/
}

#seitenlogo{
    position : absolute;
    top : 0px;
    left : 0px;
}

#navigation{
       position : absolute;
       top : 170px;
       left : 74px;
       width : 140px;
	   font-family: "Trebuchet MS", Georgia, Times, serif;
       font-size : 90%;
}
                     
#navigation a{
	   color : #060;
       background-color: transparent;
}

#navigation a:hover  { 
	color: #fff; 
	background-color: #060;
}

#footer {
	   position:relative;
	   font-family: "Trebuchet MS", Georgia, Times, serif;
       font-size : 80%;
	   color : #060;
       background-color: transparent;
}
#copy {
	   position:relative;
	   font-family: "Trebuchet MS", Georgia, Times, serif;
       font-size : 70%;
	   color : #666;
       background-color: transparent;
}

#kontakt {
 		border-width : 2px;
		border-style : dotted;
		border-color : green;
		padding : 10px;
}

#referenz {
	    border-width : 1px;
		border-style : solid;
		border-color : green;
		padding-left : 10px;
		padding-right : 10px;
}

abbr, acronym { 
		cursor:help;
		border-bottom:1px dashed #ccc; 
}