#content .box img {
    vertical-align: bottom;
}

#content img.deko {
    -moz-border-radius: 6px;
    background: #FFF;
    border: 1px solid #DDD;
    display: inline;
    float: left;
    margin: 0 20px 10px 0;
    padding: 10px;
}

#footer {
    background: #F4F6F7;
    border-top: 1px solid #495C6B;
    margin-top: 20px;
    overflow: auto;
    padding: 20px 0;
}

#header {
    margin-top: 20px;
}

#header .box p.last {
    margin: 0;
}

#header a {
    color: #FFF;
}

#lastline {
    background: #FFF;
    overflow: auto;
    padding: 20px 0;
}

#sidebar {
    margin-top: 80px;
}

#sidebar .box {
    -moz-border-radius: 6px;
    background: #FFF;
    border: 4px solid #495C6B;
    margin: 0 0 20px;
    padding: 10px 20px;
}

#sidebar h2 {
    font-size: 1.1em;
}

#table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

#table td, #table th {
    background: #F4F6F7;
    padding: 4px 6px;
}

#table th {
    color: #495C6B;
}

#teaser {
    -moz-border-radius: 6px;
    background: url(../img/modern-villa-by-the-sea.jpg) 8% -284px no-repeat;
    border: 4px solid #495C6B;
    height: 200px;
    margin: 0 0 20px;
    position: relative;
}

#teaser p {
    -moz-border-radius: 0 6px 0 0;
    background: #495C6B;
    bottom: 0;
    color: #FFF;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#content p, .container_12, .container_16 {
    overflow: auto;
}

.icon {
    float: left;
    margin: 0 10px 0 0;
}

:link, :visited {
    color: #495C6B;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

a:focus {
    outline: 1px dotted;
}

a:hover, a:active {
    text-decoration: none;
}

address, dl, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 20px;
}

body {
    background: #FFF url(../img/body.jpg) 50% 0 no-repeat;
    color: #333;
    font: 16px/1.6 sans-serif;
}

h1 {
    color: #FFF;
    font-size: 32px;
    letter-spacing: -.03em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

h2 {
    color: #495C6B;
    font-size: 23px;
    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;
}

