* { margin:0; padding:0; }

html{
 padding:0px;
 margin:0px;
 border:0px;
 }
 
body{
background-color:yellow;
color:#blue;
margin:0px;
padding:0px;
font-family: Arial;
}

.img:hover{
height:82px;
width:82px;
}

.navi{
color:#FFFFFF;
text-decoration:underline;
}

.navi:hover{ 
font-weight:bolder;
color:yellow;
word-spacing:2px;
}

.super{
color:#FFFFFF;
text-decoration:none;
}

.super:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.challenge{
color:#FFFFFF;
text-decoration:none;
}

.challenge:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.bundesliga{
color:#FFFFFF;
text-decoration:none;
}

.bundesliga:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.bundesligade{
color:#FFFFFF;
text-decoration:none;
}

.bundesligade:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.bundesligaAUT{
color:#FFFFFF;
text-decoration:none;
}

.bundesligaAUT:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.redzacersteliga{
color:#FFFFFF;
text-decoration:none;
}

.redzacersteliga:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.champions{
color:#FFFFFF;
text-decoration:none;
}

.champions:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.uefa-cup{
color:#FFFFFF;
text-decoration:none;
}

.uefa-cup:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.länderspiele{
color:#FFFFFF;
text-decoration:none;
}

.länderspiele:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

.wmem{
color:#FFFFFF;
text-decoration:none;
}

.wmem:hover{
font-weight:bold;
color:yellow;
word-spacing:2px;
}

#boxumalles{
width:1000px;
margin: 0 auto;
margin-top:10px;
}

#Titel{  
background-color:red;
height:90px;
border:3px outset blue;
padding:20px;
}

#Navi{
background-color:blue;
height:30px;
border:3px outset yellow;
padding:20px;
}

#content_rechts{
background-color:red;
height:auto;
width:414px;
border:3px outset yellow;
padding:40px;
float:left;
}

#content_links{
background-color:red;
height:auto;
width:414px;
border:3px outset yellow;
padding:40px;
float:right;
}

#Fuss{
clear:both;
background-color:blue;
height:150px;
border:3px outset red;
padding:30px;
color: white;
}