/* CSS Document */
/* Autor: Roman Strobl */
<style type="text/css">

* {
margin: 0;
padding: 0;
} 

img {
border-width: 0px;
}


.background {
background-image: url(grafiken/hintergrund3.jpg);
height: 685px;
padding-top: 85px;
width: 1000px;
padding-left: 100px;
margin-right: auto;
margin-left: auto;
margin-top: 100px;
}

.inhalt {
/*background-image: url(grafiken/hintergrund_a.jpg);*/
height: 600px;
width: 900px;
font-size: 20px;
color: #c8c8c8;
font-family: Georgia, serif;
font-weight: bold;
text-decoration: none;
}


 .inhalt a {
 color: #aaaaaa;
 text-decoration: none;
 background-color: none;
}
 
  .inhalt a:hover {
   text-decoration: underline;
}
 
 
.oben {
background-image: url(grafiken/hintergrund_o.jpg);
height: 30px;
width: 880px;
padding-left:20px;
padding-top:20px;
}

.mitte {
background-image: url(grafiken/hintergrund_m.jpg);
height: 500px;
width: 100%;
text-align:center;
}

.mitte-content {
background-image: url(grafiken/hintergrund_mitte2.jpg);
height: 350px;
padding-top: 150px;
width: 100%;
text-align:center;
}

.mitte-content img {
border-width: 0px;
}

.mitte-kontakt {
background-image: url(grafiken/hintergrund_m.jpg);
height: 350px;
text-align:center;
padding-top: 150px;
width: 650px;
padding-left:250px;
text-align:left;
color:#c8c8c8;
font-weight:normal;
font-variant: normal;
}

.seiten {
padding-top: 20px;
width: 100%;
text-align: center;
font-size: 14px;
}

.unten {
background-image: url(grafiken/hintergrund_u.jpg);
height: 30px;
width: 880px;
padding-bottom: 20px;
padding-right: 20px;
text-align: right;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


</style>