/* CSS Document */

body {
 background-color: #882424;
 color: #FFFFFF;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 text-align: center;
 font-size: 18px;
 font-family: "Berlin Sans FB", "Berlin Sans", Berlin, Verdana;
}

table#layout { 
 width: 100%;
 table-layout: fixed;
 margin: 0 0 0 0;
}
table#layout td {
 padding: 0 0 0 0;
}

#menu {
 width: 180px;
 vertical-align: top;
}
ol#menuList {
 list-style-type: none;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}
ol#menuList li {
 padding: 0px 0px 10px 0px;
 /*height: 50px;*/
 margin-bottom: 20px;
}
ol#menuList a {
 color: #FFFFFF;
 text-decoration: none;
 font-size: 20px;
 line-height: 25px;
}
ol#menuList a:hover {
 font-weight: bold;
 color: #FFD700;
 text-decoration: none;
}

#page {
 background-color: #FFCC77;
 color: #000000;
 text-align: left;
 vertical-align: top;
}

#foto {
 width: 200px;
 vertical-align: top;
}
#foto img {
 width: 200px;
 height: 150px;
 border: 0px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 border-bottom: 0;
 
}

#footer {
 font-size: 14px;
}

h1,h2,h3,span,p,table {
 margin: 10px 10px 10px 10px;
}
