body, p br h1 h2 h3{
	 color: black;
	 background-color:white;
	 font-size: 14  px;
	 font-family: Courier;
}

body, img {
border: 0;
}

/* site */

div#site {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    height: 400px;
    width: 600px;
    padding: 0.5em;
    border: 1px dashed black;
}

/* header */

div#header {
margin: 0px;
float:center;
width:600px;
height:102px;
border:1px solid gray;
}
/* title */

div#title {
margin-top: 40px;
margin-bottom: 40px;
float:center;
height:40px;
width:600px;
border:0px solid green;
}

/* content */

div#content {
margin: 0px;
width:600px;
border:0px solid yellow;
}

div#table {
margin: 30px;
border:3px dashed grey;
padding: 20px;
}

/* navigation */

div#navigation {
float:center;
margin-top: 20px;
width:800px;
height:20px;
border:1px solid grey;
}

/* footer */

div#footer {
text-align: center;
float:center;
width:600px;
margin-top:20px;
border:0px solid grey;
}


/* navlist */

ul#contact {
margin: 0;
border: 0px solid black;
background-color: white;

}



ul#contact li {
list-style: none;
margin: 10px;

}

ul#navlist li:hover>ul {
display:block;
float:center;
margin-bottom: 20px;
}


