body {
    background: url("images/background.png") repeat-x;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

img {
    border: 0px;
}

#wrapper {
    width: 950px;
    background: #F3F3F3;
    margin: auto;
    text-align: left;
}

#logo {
    background: url("images/logo.png") no-repeat;
    width: 160px;
    height: 93px;
    float: right;
    margin-right: 20px;
	margin-top: 5px;
}

#navigation {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    width: 700px;
    padding-top: 40px;
    margin-left: 40px;
    *margin-left: 10px;
    float: left;
    height: 30px;
}

#navigation ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    vertical-align: middle;
}

#navigation ul.sub {
    padding-top: 3px;
}

#navigation ul li {
    margin-right: 10px;
    float: left;
    vertical-align: top;
    padding-top: 5px;
    height: 20px;
}

#navigation ul li a {
    text-decoration: none;
    border-left: 1px solid #000;
    padding-left: 10px;
    color: #686868;
    display: block;
}

#navigation ul.sub li a {
    border-left: 0px;
    padding-left: 0px;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#navigation ul li#first a, #navigation ul li#flag a {
    border-left: 0px;
}

#navigation ul li#flag {
    border-left: 0px;
    background: url("images/en.png") no-repeat 0 5px;
    width: 25px;
}

#navigation ul li#flag a {
    display: block;
    width: 16px;
    height: 16px;
}

#navigation ul.sub {
    position: absolute;
    display: block;
    background: #F3F3F3;
    float: none;
    margin-left: 0px;
}

#navigation ul.sub li {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    background: #F3F3F3;
    border-left: 1px solid #000;
    width: 150px;
}

#head {
    clear: right;
    background: url("images/head.png") no-repeat;
    width: 950px;
    height: 147px;
    border-bottom: 3px solid #0001FC;
}

#content {
    margin: 34px;
	font-size: 13px;
}

#content h1 {
    font-size: 34px;
}

}

#content h2 {
    font-size: 22px;
}


#content form {
    margin: 20px auto 30px auto;
}

#content form .field {
    clear: left;
    display: block;
    margin-bottom: 10px;
}

#content form .field label {
    width: 170px;
    font-weight: bold;
    float: left;
}

#content dt {
    float: left;
    width: 45px;
}

#content dd {
    margin: auto auto 5px 50px;
}

.smallbox {
    width: 195px;
    background: #5F5A57;
    color: #FFF;
    margin: auto;
    float: left;
    margin-left: 34px;
    margin-bottom: 30px;

}

.smallbox h3 {
    margin-left: 15px;
	font-size: 16px;
	margin-bottom: 50px;
	
}

.smallbox a {
    display: block;
    color: #FFF;
    text-decoration: none;
}

.smallbox .lh {
    text-align: right;
    color: #A49AE3;
    font-size: 13px;
    padding-right: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}

.smallbox a:hover .lh {
    text-decoration: none;
}

#footer {
    margin-top: 30px;
    border-top: 3px solid #0001FC;
    background: #5F5A57;
    color: #FFF;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
