* {
margin: 0;
padding: 0;
}

html, body {
background: url("../images/back.jpg") left top repeat-x #eaf7eb;
text-align: center;
}

#wrapper {
background: url("../images/wrapper.jpg") left top repeat-y #fff;
margin: 0 auto;
width: 980px;
text-align: left;
}

#header {
background: url("../images/header.jpg") left top no-repeat #eaf7eb;
width: 980px; height: 190px;
}

#header h1, #header h2 {
text-indent: -500em;
color: #fff;
}

#left {
float: left;
width: 238px; min-height: 360px;
}

* html #left {
height: 360px;
}

#right {
float: right;
width: 700px;
}

#main {}

#content {
padding: 20px 0;
width: 680px; min-height: 320px;
}

* html #content {
height: 360px;
}

div.download {
clear: both;
}

div.download a {
font-size: 0.9em;
font-weight: bold;
text-decoration: none;
color: #666;
}

div.download a:hover {
text-decoration: underline;
color: #2A4E9C;
}

fieldset.formular {
border: none;
}

fieldset.formular label {
float: left;
width: 160px;
}


input, select, textarea {
font-family: Verdana, Arial, sans-serif;
font-size: 1.1em;
}

input.size60 { width: 60px; }
input.size240 { width: 240px; }
input.size400 { width: 400px; }

select.size40 { width: 40px; }
select.size50 { width: 50px; }
select.size80 { width: 80px; }
select.size120 { width: 120px; }
select.size240 { width: 240px; }

textarea.size400 {
width: 400px; height: 100px;
font-family: Verdana, Arial, sans-serif;
font-size: 1.1em;
}

#footer {
clear: both;
background: url("../images/footer.jpg") left top no-repeat;
padding: 40px 40px 0 0;
width: 940px; height: 40px;
font-size: 0.8em;
color: #fff;
text-align: right;
}

#footer p {
width: 100%;
}

#footer a {
color: #6f6;
text-decoration: none;
}

#footer a:hover {
color: #ff6;
text-decoration: none;
}

a:focus { outline: none; }
div.clearer { clear: both; }
.hint { font-size: 0.7em; }
.red { color: #c00; }

