/* Style Sheet */


/* Allgemeines */


*{
 padding:0;
 margin:0;}

body 
{
font-size: 13px;
line-height: 1.4em;
background-color: #c7ccc8;
margin: 0px 0px 0px 0px;

}


#wrap
{ 
 position: absolute; 
 width: 760px; 
 height: 520px; 
 left: 50%; 
 top: 50%; 
 margin-left: -380px; 
 margin-top: -260px; 
 
}



p
{ font-family: Arial, sans-serif;
  font-weight: bold;
  color: #005282;
  padding: 220px 0px 0px 250px; 

}



p#adresse
{
  font-weight: normal;
padding: 35px 0px 0px 290px; 
}


a
{
color: #005282;
text-decoration: none;
}

a:hover
{
 color: #c66108;
}