body {
font-family: arial;
margin: 0;
padding: 0;
color: white;
background-image: url(../images/sand.jpg);
}

.aktiv {
color: white;
}

#kopf {
background-image: url(../images/backgroundTop.gif);
margin: 0;
height: 50px;
padding-top: 10px;
font-weight: bold;
font-size: 21px;
position: left;
padding-left: 125px;

}

#navigation {
background-image: url(../images/backgroundmenu.gif);
background-repeat: repeat;
float: left;
width: 200px;
font-size: 17px;
text-decoration: none;
clear: both;
}

#navigation a {
color: black;
text-decoration: none;
}

#navigation ul {
list-style-type: none;
margin-top: 50px;
}

#navigation li {
margin-top: 32px;
color: black;
}

#navigation a:hover {
color: white;
}

#navigation a.aktiv {
color: white;
}

#deutschland {
float: left;
margin-left: 50px;
}

#grossbritannien {
float: left;
margin-left: 10px;
}

#logo {
float: none;
margin-left: 35px;
margin-top: 65px;
}

#content {
margin-left: 15px;
float: left;
color: white;
font-size: 14px;
width: 75%;
}

#content a {
color: white;
}


#rahmena {
background-image: url(../images/content.gif);
background-repeat: repeat;
}

#rahmenb {
background-image: url(../images/sand.jpg);
background-repeat: repeat;
}

h1 {
font-size: 16px;
text-align: center;
}

#unten {
clear: both;
color: orange;
text-align: center;
}

#clearer {
height: 1px;
clear: both;
}







