/* CSS sprachauswahl */


#outline {
position:relative;
margin-right:auto;
margin-left:auto;
width:900px;
height:500px;
top:26px;
text-align:center;
}

#outline_buttons {
position:relative;
width:366px;
height:auto;
margin-right:auto;
margin-left:auto;
}




a.sprachauswahl, a.sprachauswahl:link, a.sprachauswahl:visited {

position:relative;
display:block;
float:left;
width:120px;
height:120px;
border:1px solid #ffffff;
line-height:120px;
color: #727273;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a.sprachauswahl:hover, a.sprachauswahl:active {

position:relative;
float:left;
width:120px;
height:120px;
border:1px solid #d9d9d9;
line-height:120px;
color: #727273;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
