*{
    margin: 0;
    padding: 0;
}

body{
   background-color: white;
   font-family: arial, sans-serif;
}

#wrapper{
	background-color: blue;
	width: 900px;
    height: 122px;
    margin-left: 0px;
    margin-top: 0px;
    border-color: black;
    border-style: double;
    border-width: 5px;
}

#logotext{
	color: white;
	font-size: 40px;
	margin-left: 240px;
    margin-top: -110px;
	width: 600px;
	height: 45px;
	text-align: center;
}

#logoadresse{
        color: white;
	    font-size: 20px;
        margin-left: 230px;
	    margin-top: 5px;
        text-align: center;
        width: 600px;
	    height: 50px;
}

#logobild{
	width: 200px;
	height: 120px;
	margin-left: 0px;
    margin-top: 1px;
}    


#nav{
    background-color: ;
    float: left;
    font-size: 20px;
    width: 200px;
    height: 200px;
    margin-left: 5px;
    text-align: left;
    line-height: 35px;
    margin-top:  15px;
}


#articlekontakt{
	background-color: ;
    margin-left: 220px;
    margin-top: 20px;
    font-size: 35px;
	text-align: left;
    height: 60px;
    width: 660px;
}

#kontaktlinie{
	background-color: ;
    margin-left: 220px;
    margin-top: 0px;
    width: 660px;
    height: 10px;
}


#kontakttext{
	background-color: ;
    margin-left: 220px;
    margin-top: 20px;
    font-size: 25px;
    height: 360px;
    width: 660px;
}

