html {
padding:0;
margin:0;
}

body {
font-family: Veranda, sans-serif;
background-color: #0080FF;
}

/* Layout-Elemente als IDs */

div#container {
width:827px;
height:auto;
margin:auto;
border: 0px solid black;
}
div#top {
background-color:#0080FF;
width:827px;
height:40px;
}

div#left {
background-color:#0080FF;
width:170px;
height:200px;
float:left;
text-align:left;
}

div#middle {
background-color:#0080FF;
width:445px;
height:200px;
float:left;
}

div#right {
background-color:#0080FF;
width:213px;
height:200px;
float:left;
}

div#footer {
background-color:#0080FF;
width:827px;
height:1000px;

}




















/* --------------------------------------------

CSS für index.html

p {
font-family: Verdana, Arial, sans-serif;
}

.hinweis {
background-color:#FCB800;
color: #CC0000;
}

#headline {
text-transform:uppercase;
}

*/