@charset "utf-8";
/* CSS Document */
body{
background-color:#FFCC66;
color:#330000;
}

table{
padding:0px;
border: 1px orange solid;
/*height:500px;*/
}

#suprdiv{
width:755px;
height:100%;
background-image:url(images/bg.gif);
margin:0px;
border-bottom:1px orange solid;
}

#head{
width:755px;
padding:0px;
border-bottom:1px orange solid;
}

#menu{
width:120px;
height:100%;
float:right;
padding:10px;
padding-top:30px;
background-color:#FF9900;
background-image:url(images/menu.gif);
background-repeat:repeat-x;


}

p{
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:justify;
font-size:12px;
}

#menu p{
padding:5px;
border-bottom-style:solid;
border-bottom-width:thin;
color:#330000;
border-color:#660000;
font-weight:bold;
text-align: left;
}

#content{
width:560px;
padding-left:30px;
padding-top:30px;
font-weight:bold;
}


h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
}


li{
text-align:justify;
margin-top:20px;
}

#copyright{
color:#cc9966;
/*background-color:#ffa030;*/
text-align:center;
}

.floatrigth{
float:right;
margin:20px;
}

#logo{
margin:0px;
}

#current{
text-decoration:underline
}

a{
color:#992222;
text-decoration:none;
}
a:hover{
color:#AA2222;
text-decoration:underline;
}

.topanchor{
color:#0033FF;
text-align:right;
margin:10px;
}

div#galerie{
margin: 0px 40px 40px 10px;
height:500px;
background-color:#FFD19D;
}
