*{
    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: 10px;
    border-color: black;
    border-style: double;
    border-width: 5px;
}

#logoimage{
	width: 200px;
	height: 120px;
	margin-left: 5px;
    margin-top: -86px;
}

#logotext{
	background-color: ;
	color: white;
	width: 600px;
	height: 50px;
	text-align: center;
	font-size: 40px;
	margin-left: 230px;
    margin-top: -105px;
}

#logoadresse{
	    background-color: ;
        color: white;
	    width: 600px;
        font-size: 30px;
	    text-align: center;
        margin-top: 5px;
	    margin-left: 230px;
}


#nav{
    float: left;
    font-size: 20px;
    width: 200px;
    height: 240px;
    margin-left: 5px;
    text-align: left;
    line-height: 40px;
    margin-top:  5px;
	background-color:;
}

#articledatenschutz{
    margin-left: 250px;
    margin-top: 20px;
    font-size: 30px;
    width: 660px;
    height: 40px;
	background-color: ;
}

#datenschutzlinie{
    margin-top: 10px;
    margin-left: 250px;
    width: 660px;
    height: 20px;
}

#datenschutztext{
    margin-left: 250px;
    margin-top: 0px;
    width: 660px;
    height:50px;
}




    

