@charset "UTF-8";
/* CSS Document */

body {
margin-top:0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#515151;
}

#wrapper {/* ajout de laetitia */
margin-left: auto;
margin-right: auto;
background:#ffffff;
width:970px;
text-align:left;
}

#header {
height:120px;
clear:both;
}
#sprachwahl{
width:100px;
height:30px;
float:left;
margin-top:30px;
}
#sprachwahl a{
text-decoration:none;
font-weight:100; 
color:#515151;
}

#sprachwahl .selected a{
color:#fe6a0b;
font-weight:900;
}

#headermenu{
margin-top:30px;
height:60px;
float:left;
width:400px;
margin-left:23px;
}

#headermenu .selected{
color:#fe6a0b;
font-weight:900;
}

#logo{
margin-top:30px;
margin-bottom:30px;
float:left;
width:400px;
}


/*Topmenu*/
#headermenu a{
text-decoration:none;
font-weight:100; 
color:#515151;

}
#headermenu a:visited{
text-decoration:none;
font-weight:100; 
color:#515151;

}
#headermenu a:link{
text-decoration:none;
font-weight:100; 
color:#515151;

}
#headermenu a:hover{
text-decoration:none;
font-weight:100; 
color:#fe6a0b;
}


/* BOX */
.bodytext{
}
.bodytext a{
color:#fe6a0b;
text-decoration:underline;
font-size:11px;
font-weight:900;}

.boxheader_off a{
color:#fe6a0b;
text-decoration:none;
font-size:15px;
font-weight:900;
}

.boxheader_on a:link{
color:#fe6a0b;
text-decoration:none;
font-size:15px;
font-weight:900
}

.boxheader_on a{
color:#fe6a0b;
text-decoration:none;
font-size:15px;
font-weight:900
}
.boxheader_off a:link{
color:#fe6a0b;
text-decoration:none;
font-size:15px;
font-weight:900;
}


.boxheader_on{

position:relative;
background-color:#ffffff;
top:0px;
z-index:2;
text-transform:uppercase;
height:19px;
float:left;
padding-left:12px;
padding-right:7px;
padding-top:7px;
padding-bottom:3px;
}

.boxheader_off{
text-transform:uppercase;
padding-left:12px;
padding-right:7px;
padding-top:7px;
height:23px;
float:left;
padding-bottom:3px;
}



#boxmain{
position:relative;
background-color:#ffffff;
z-index:0;
top:44px;
height:300px;
width:350px;
padding:12px;
border:1px #ff00ff solid;

}

.box_one{
background-color:#ffffff;
padding-left:1px;
padding-right:1px;
padding-top:0px;
margin-bottom:10px;
}

.box_one_header{
float:none;
background-color:#ffffff;
top:0px;
text-transform:uppercase;
background-image:url(img/boxheader_bg.gif);
background-repeat:repeat-x;
height:19px;
padding-left:7px;
padding-right:7px;
padding-top:7px;
color:#ffffff;
}

#main{
margin-bottom:0px;
height:220px;
color:#515151;
}

#main #infobox01{
background-image:url(img/mainbg.gif);
background-repeat:repeat-x;
float:left;
width:485px;}
#main #infobox02{
background-image:url(img/mainbg.gif);
background-repeat:repeat-x;
float:left;
width:485px;}


#main #box{
height:200px;
width:400px;
margin-left:40px;
margin-top:20px;}

#copyright {
margin-top:0px;
padding-top:0px;
margin-left: auto;
margin-right: auto;
width:600px;
font-size:10px;
color:#666666;
}

#copyright a, copyright a:visited, copyright a:hover{
font-size:10px;
color:#666666;
text-decoration:none;
margin:0;
padding:0;
}

#copyright p.copyright_first {
margin:1px 0 0 0;
}
.clear {
clear:both;
}
