﻿html { height: 101%; }    
   
body { 
  background-color:white;
  color: white; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;   
  	background-image:url('../bilder/background02.bmp');
	background-attachment:fixed;
} 
 
#logo {
  padding: 5px;
  width:230px;
  height:75px; 

}

/* ==================================
   3. Styles für Layoutbereiche 
   =============================== */   

#wrapper { 
  background:black; 
  color: black; 
  width: 770px; 
  margin: 10px auto; 
}

#kopfbereich { 
  position: relative; 
  background-color:white;  
  color: black; 
  width:730px;
  height:80px;
  padding: 10px 20px 10px 20px; /* oben - rechts - unten - links */ 
  background-image:url('../bilder/internetagentur-head.jpg'); 
  background-repeat:no-repeat;
}

/*BUTTONS */

/*=========== menü 01 ===========*/
#menu10  {
border: solid 0px #e6e6e6;
width:120px;
margin:15px 0 0 7px;
padding:10px;

}

#menu10 ul ,#menu10 li{
 list-style: none;
        margin: 0px;
        padding: 0px;
        }





#menu10 li a:link , #menu10 li a:visited , #menu10 li  {display:block;height:38px;
line-height:38px;
background-image:url('../bilder/webdesign.jpg');

        color:#fff;
        text-decoration:none;
text-align:center;
        font-size: 13px;
        font-family: verdana, sans-serif;
padding-right:2px;
        padding-bottom:0px;
        margin:0px;

}

#menu10 li a:hover {
	background-color: #FEFFFF;
	background-image: url('../bilder/webdesign_2.jpg');
	color: #000;
}

#menu10 li a.aktiv{
	background-color: #FEFFFF;
	background-image: url('../bilder/webdesign_2.jpg');
	color: #4986AB;
	font-weight:bold;
}





/*BUTTONS ENDE */
  
#textbereich {
  float: right; 
  width: 600px; 
  background-color:#e8f0fb;
  padding: 0 10px 20px 5px; 
}

/* Korrektur für den IE6 und kleiner */
* html #textbereich { width: 604px; }

    #textbereich a {
      border-bottom: 1px dotted #cc0000; 
    }
    #textbereich ul li { 
      list-style-type: square; 
    }
    #textbereich a:hover,
    #textbereich a:focus {
      border-bottom: 1px solid #d90000; 
    }

#fussbereich {
  clear: both; 
  background-color:black;
  padding: 10px 20px 20px 20px;
  color:white;
  text-align:center;
  font-size:0.8em;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}  
#fussbereich a{color:white;}
#fussbereich a:hover{color:gray;}



#europa{
 background-image:url('../bilder/internetagentur.jpg');
 width: 600px;
 height: 400px;
}

#webdesign{
 background-image:url('../webdesign/webdesign-bilder/webdesign.jpg');
 width: 600px;
 height: 100px;
}
#e-commerce{
 background-image:url('../e-commerce/e-commerce-bilder/ecommerce.jpg');
 width: 600px;
 height: 100px;
}
#seo{
 background-image:url('../seo/seo-bilder/suchmaschinenoptimierung.jpg');
 width: 600px;
 height: 100px;
}
#impressum{
 background-image:url('../kontakt/bilder/imp.jpg');
 width: 300px;
 height: 300px;
}

.style1 {
 text-align: center;
 margin:0px;
 padding:0px;
  }
  </style>



 
