*{
margin:0;
padding:0;
outline:none;
}


body{
background:#F9F7ED;
}

#wrapper{
width:680px;
height:490px;
margin:0 auto;
}

#lang a{
display:block;
}

#head{
width:680px;
height:410px;
background:url(../img/monkey_head.jpg) no-repeat;
}

#de{
height:40px;
width:auto;
}

#en{
height:40px;
width:auto;
}

.ja{
width:340px;
height:40px;
float:left;
display:block;
}

.nein{
width:340px;
height:40px;
float:left;
display:block;
}


/*///BUTTONS///*/
#de .ja{
background:url(../img/de_ja.jpg);
}
#de .nein{
background:url(../img/de_nein.jpg);
}
#en .ja{
background:url(../img/en_ja.jpg);
}
#en .nein{
background:url(../img/en_nein.jpg);
}



/*///HOVER///*/
#de .nein:hover{
background-position:0 40px;
}
#de .ja:hover{
background-position:0 40px;
}
#en .ja:hover{
background-position:0 40px;
}
#en .nein:hover{
background-position:0 40px;
}