/* CSS Document */
#seite {
margin:auto;
width:750px;
height:700px;
/*border: 1px solid black;*/
}

#logo {
margin-top:50px;
margin-right:100px;
width:500px;
height:139px;
/*border: 1px dashed black;*/

}

#testbox {
margin-top:20px;
width: 750px;
height:500px;
/*border: 1px solid red;*/
}

#testform {
margin-left:100px;
width: 550px;
height:300px;
text-align:left;
color:black;
font-family:Helvetica,Times New Roman;
font-size:17px;
font-variant:small-caps;
/*border: 1px solid red;*/
}

#mh1{
margin-top:10px;
font-size:18px;
font-weight:bold;
}

#button {
/*margin-top:30px;*/
}

table {
width: 600px;
border:0;
}

#testform a {
color:black;
}

#startseite{
margin-top:70px;
}

#startseite a{
color:grey;
font-family:Helvetica,Times New Roman;
font-size:17px;
font-variant:small-caps;
}
