body {
background-color:#171866;
margin: 0;
padding: 0;
border: 0;
font-family: Arial;
}



#picture {
position: absolute; 
top: 0px; 
left: 0px; 
width: 100%; 
height: 250px;
z-index: 1; 
background-color:#171866;
border: 5px solid #171866;
padding: 5px 5px 5px 5px;
}

#data {
position: absolute; 
top: 250px; 
left: 25%; 
width: 75%; 
height: 800px;
z-index:1; 
background-color: #000000; 
border: 5px solid #171866;
padding: 5px 5px 5px 5px;
text-align:center;


/*border: 1px solid #ED7921;
/** padding: 5px 5px 5px 5px; */
}

#navi {
position: absolute; 
top: 250px; 
left: 0px; 
width: 25%; 
height: 800px; 
z-index:1;
background-color: #000000; 
/*border: 1px solid #ED7921;*/
border: 5px solid #171866;
padding: 5px 5px 5px 5px;
}

#map{
width: 700px; 
height: 400px; 
border: 5px solid #171866; 
margin-left:auto; 
margin-right:auto;
}

div.data{
border: 5px solid #171866; 
}

img {
margin: 0;
border: 20;
padding: 5;

}



p.title {
font-size:30pt;
color: #6495ed;
text-align: center;
font-weight: bold;
}

p.menue {
font-size: 20pt;
color: #04851A;
}

p.submenue {
color: #F77F08;
}

ol, ul.navilist {
text-indent: 0;
font-size: 11pt;
}

a {
text-decoration: none;
color: #6495ed;
text-align: auto;

}



table {
border: 2px solid #F77F08;
border-collapse: collapse;
margin-right: auto;
margin-left:auto;
}

td, th {
padding: 2px;
border: 2px solid #F77F08;
text-align: left;
vertical-align: top;
}