body 
{
background-color:#B6B4B5;
font-family:Verdana,Arial,sans-serif;
font-size:14px;
color:gray;
}

div.container
{
position:relative;
width:850px;
min-height:1500px;
height:1500px;
line-height:150%;
background-color:white;
overflow:auto;
}

p, input, button, a, textarea, tr, td, b {
font-family:Verdana,Arial,sans-serif;
font-size:14px;
}

a:link {
color: gray;
text-decoration: none;
}
a:visited {
color: gray;
text-decoration: none;
}
a:hover {
color: white;
background-color:red;
text-decoration: none;
}
a:active {
color: white;
background-color:green;
text-decoration: none;
}

a.lang:link {
float:left;
color: white;
text-decoration: none;
}
a.lang:visited {
float:left;
color: white;
text-decoration: none;
}
a.lang:hover {
float:left;
color: white;
background-color:red;
text-decoration: none;
}
a.lang:active {
float:left;
color: white;
background-color:green;
text-decoration: none;
}


div.lefttop
{
position:absolute;
top:0px;
left:0px;
width:150px;
min-width:150px;
max-width:150px;
height:150px;
min-height=150px;
max-height=150px;
margin:0px;
padding:1em;
border:0px;
background-color:red;
color:white;
overflow:hidden;
}


div.toplogo
{
position:absolute;
top:0px;
left:150px;
margin:0px;
width:650px;
min-width:650px;
max-width:650px;
height=100px;
min-height=100px;
max-height=100px;
padding:0px;
background-color:white;
overflow:hidden;
}


div.leftmenu
{
position:absolute;
top:125px;
left:0px;
width:150px;
min-width:150px;
max-width:150px;
min-height=1000px;
margin:0px;
padding:1em;
border:0px;
background-color:red;
color:white;
clear:left;
overflow:hidden;
}

div.content
{
position:absolute;
top:103px;
left:150px;
margin:0px;
width:650px;
min-width:650px;
max-width:650px;
padding:1em;
border:0px;
background-color:white;
color:gray;
text-align:left;
}

a.menu:link {
float:left;
color: white;
background-color:red;
text-decoration: none;
width:110px;
min-width:110px;
max-width:110px;
margin:5px;
padding:5px;
border:2px solid white;
}
a.menu:visited {
float:left;
color: white;
background-color:red;
text-decoration: none;
width:110px;
min-width:110px;
max-width:110px;
margin:5px;
padding:5px;
border:2px solid white;

}
a.menu:hover {
float:left;
color: red;
background-color:white;
text-decoration: none;
width:110px;
min-width:110px;
max-width:110px;
margin:5px;
padding:5px;
border:2px solid red;

}
a.menu:active {
float:left;
color: white;
background-color:green;
text-decoration: none;
width:110px;
min-width:110px;
max-width:110px;
margin:5px;
padding:5px;
border:2px solid green;

}

p.news {
width:100%;
}

