@charset "utf-8";
/* CSS Document */

body {
text-align:center;
background-image:url(images/bg-main.png);
background-repeat:repeat-x;
margin-top:35px;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
font-size:12px;
margin:10px 20px 10px 20px;
}

h1 {
font-size:20px;
font-weight:bold;
margin:20px 0 20px 0;
padding:0;
color: #3366ff;
}

h2 {
font-size:16px;
font-weight:bold;
margin:20px 0 20px 0;
padding:0;
}

div.picture 
{
    float: left;
    width: 190px;
    margin: 10px;
    text-align: center;
}

div.picture h3
{
    font-size: 14px;
}

div.picture a:link, div.picture a:visited
{
    color: #3366ff;
}

table.admin{
width: 630px;
}

table.admin td{
width: 210px;
}

.textbox{
width: 200px;   
}

.button{
margin: 20px;
}

#main {
margin:auto;
width:860px;
}

#logo {
width:860px;
height:100px;
}

#lang {
position:relative;
top:-26px;
left:755px;
z-index:1000;
width:100px;
}

#lang ul {
padding:0px;
margin:0px;
}

#lang ul li {
list-style:none;
display:inline;
}

#lang ul li a img {
border:none;
}

#menu {
font-size:14px;
}

#cont {
background-color:white;
}

#bgmenu {
position:relative;
top:33px;
left:0;
width:671px;
height:32px;
background-color:#f6f6f6;
border-bottom:1px solid #dddddd;
}

#left {
width:630px;
float:left;
text-align:left;
padding:32px 20px 20px 20px;
}

#right {
width:190px;
float:left;
}

#right1 {
background-color:#f6f6f6;
border-bottom:1px solid #dddddd;
border-left:1px solid #dddddd;
padding:10px;
}

#right2 {
padding:10px;
}

.cleaner {
clear:both;
}

#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
height:43px;
padding-top:15px;
background-image:url(images/bg-footer.png);
background-repeat:no-repeat;
background-position:center top;
background-color:white;
}