body {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFDEE;
}

img {
    border: 0;
}

a {
    color: #981414;
}

.page {
    width: 980px;
}

.cmsLogedIn .page-teaser.overlay {
    display: none;
}

.page-top {
    height: 200px;
    background-color: #981414;
    min-width: 1000px;
}

.page-meter {
    background: url(/static/gfx/meter.png);
    height: 26px;
    min-width: 1000px;
}

.page-menu {
    float: left;
    padding: 60px 0 0 20px;
    width: 202px;
}

.page-content {
    float: left;
    padding: 144px 0 0 50px;
    width: 700px;
    height: 300px;
}

.page-teaser {
    position: absolute;
    top: 70px;
    left: 242px;
}

.page-teaser img {
    width: 760px;
}

.editimageover {
    width: 760px;
    height: 260px;
}

.page-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

#teaser {
    width: 760px;
}

#webpetizer-image {
    height: 260px;
}

.page h1, #tinymce h1 {
    color: #673433;
    height: 40px;
    margin: -20px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    background-repeat: no-repeat;
}

.page h2, #tinymce h2 {
    color: #981414;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.page h4, #tinymce h4 {
    color: #673433;
    height: 40px;
    margin: -20px 0 0 -30px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 20px;
    background: url(/static/gfx/weizen.png);
    background-repeat: no-repeat;
}

.page-menu-top {
    width: 1002px;
    text-align: right;
    padding-top: 20px;
    color: #FFFDEE;
    position: relative;
}

.page-menu-top a {
    color: #FFFDEE;
    text-decoration: none;
}

.page-menu-top a:hover {
    text-decoration: underline;
}

.crop-image {
    overflow: hidden;
}

#gallery {
    display: none;
}

.page input, .page select {
    border: 1px solid #7F7F7F;
    padding: 2px;
    margin: 2px;
    width: 250px;
}

.page textarea {
    border: 1px solid #7F7F7F;
    padding: 2px;
    margin: 2px;
    width: 250px;
}

#send {
    width: 100px;
}

#error {
    border: 1px solid darkred;
    margin: 10px;
    padding: 10px;
    display: none;
    color: #710000;
}

.page .error {
    color: #981414;
	border: 1px solid  #981414;
}

#sent {
    border: 1px solid #007100;
    margin: 10px;
    padding: 10px;
    display: none;
    color: #007100;
}

