@charset "iso-8859-2";
/* CSS Document */
body
{background:  #D9D9D9 url('back2.gif') no-repeat fixed top right;
padding-left: 15%;
padding-right: 15%}
.container
{

background: #F4EEDD url('flag.gif') repeat-x top;
padding-left: 1ex;
padding-right: 1ex;
padding-bottom: 1ex;
padding-top: 60px;

align: center

}

.logo{
width: 100%;
}
.menu
{background-color: FF8080;
 /*width: 100%;*/
 padding: 2ex;
 z-index: 1;
 border-top:  1px #000000 solid;
 border-bottom: 1px #000000 solid;}
 a
 {text-decoration: none;
  color: #990000;}
 a:visited
 {color: #333333;}
 a:active{ background: #C2C2C2;
  color: #CC0000; }
.menu a{font: 16px "Lucida Grande", Arial, Helvetica, Verdana, "Free Sans", "FreeSans", sans-serif;}
.menu a:hover{ /*opacity: 60%; background: #000000; color: #FFCC66; padding-top: 1ex; padding-bottom: 1ex;*/
text-decoration: underline;
}
.cloud a:hover{/*background: #990000; color: #FFCC66; padding-top: 1ex; padding-bottom: 1ex;*/
text-decoration: underline;}
.cloud
{
background: #cae7fc;
border-bottom: 1px solid #000000; 
/*border-right: 1px solid #000000; */
padding: 1ex;
	text-align: left;
	float: left;
	 font: 20px small-caps "Lucida Grande", Arial, Helvetica, Verdana, "Free Sans", "FreeSans", sans-serif; 
	 margin-bottom: 3ex;
}
.info{
	
	clear: left;
}
.headline
{
font: 16px bold Arial, Helvetica, sans-serif;
    width: 40%;
	background-color: #B30000;
	color: #B30000;
	padding: 1ex;
}
.content
{
background: #FFCC99; 
font: 12px Arial, Helvetica, sans-serif;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 100%;
padding-top: 1ex;
padding-bottom: 1ex;
text-align: justify;
}
