﻿@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

img {
    border: 0;
}

body {
    background-color: #006633;
    font-family: Verdana, Geneva, sans-serif;
}

#page {
    width: 948px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url(/content/images/bg-shadow.png);
    background-position: right;
    background-repeat: repeat-y;
}

#pagecontent {
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
    padding-bottom: 25px;
    font-size: 12px;
}

h1 {
    color: #e67817;
    font-size: 14px;
    font-weight: normal;
}

h2 {
    color: #e67817;
    font-size: 12px;
    font-weight: normal;
}

p, td {
    font-size: 12px;
    line-height: 1.3em;
}

a, a:visited, a:active {
    color: #006633;
}

a:hover {
    text-decoration: none;
}

/* Teaser */

.teaser {
    background-color: #e67817;
    float: right;
    margin: .5em;
    box-shadow: 8px 8px #006633;
    -webkit-box-shadow: 8px 8px #006633;
    -moz-box-shadow: 8px 8px #006633;
    border-radius: 8px;
    padding: .5em;
}

.teaser h1 {
    color: #006633;
    margin-top: 0;
}
