#body {
    position: relative;
    z-index: 9999;
}

#footer {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    background: #F0F0F7;
    border-radius: 6px 6px 0 0;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

#form {
    padding-left: 40px;
}

#form .submit {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    background: #F0F0F8;
    border: none;
    border-radius: 0 6px 6px 0;
    float: left;
    height: 38px;
    margin-left: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

#form .text {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border: none;
    border-radius: 6px 0 0 6px;
    color: #000;
    float: left;
    font-size: 1.4em;
    font-weight: 700;
    padding: 6px 9px;
}

#form label {
    display: block;
    padding: 10px 0 20px;
}

#header {
    background: none;
    color: #F7F7F7;
    height: 200px;
    left: 0;
    position: absolute;
    top: 100px;
    z-index: 4;
}

#header p {
    margin: 20px 0;
}

#img1 {
    background: url(../img/teaser-1.jpg) 50% 0 no-repeat;
}

#img2 {
    background: url(../img/teaser-2.jpg) 50% 0 no-repeat;
}

#img3 {
    background: url(../img/teaser-3.jpg) 50% 0 no-repeat;
}

#img4 {
    background: url(../img/teaser-4.jpg) 50% 0 no-repeat;
}

#img5 {
    background: url(../img/teaser-5.jpg) 50% 0 no-repeat;
}

#img6 {
    background: url(../img/teaser-6.jpg) 50% 0 no-repeat;
}

#img7 {
    background: url(../img/teaser-7.jpg) 50% 0 no-repeat;
}

#sidebar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #F0F0F7;
    border-radius: 6px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

#sidebar h2 {
    color: #1C1C1E;
    font-size: 1.3em;
}

#slideshow {
    height: 200px;
    margin: 100px 10px 40px;
    position: relative;
    width: 940px;
}

#slideshow .active {
    opacity: 1.0;
    z-index: 3;
}

#slideshow .last-active {
    z-index: 2;
}

#slideshow div {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 200px;
    left: 0;
    opacity: 0.0;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 1;
}

.button:link, .button:visited {
    -moz-border-radius: 2px;
    background: #F0F0F7;
    color: #1C1C1E;
    padding: 2px;
    text-decoration: underline;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.container_12, .container_16 {
    overflow: auto;
}

.inner {
    padding: 10px 20px;
}

.last {
    border-bottom: none;
}

.result {
    border-bottom: 1px dotted #DDD;
    margin-bottom: 20px;
    padding-bottom: 0;
}

:link, :visited {
    color: #C5201E;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

address, dl, fieldset, p, h1, h2, h3, h4, h5, h6, hr, ol, pre, table, ul {
    margin-bottom: 20px;
}

body {
    background: #FFF url(../img/body.jpg) 50% 0 repeat-y;
    color: #1C1C1E;
    font: 16px/1.6 georgia, serif;
}

h1 {
    color: #1C1C1E;
    font-size: 32px;
    letter-spacing: -.03em;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

h2 {
    color: #C5201E;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

hr {
    border: 0 #CCC solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

li {
    margin-left: 30px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

