﻿body {
    background: url('images/bg.png');
    color: black;
}

#containertop {
    background: url('images/containertop.png');
    height: 4px;
    width: 820px;
    margin: auto;
}

#containermiddle {
    background: url('images/containermiddle.png');
    height: auto;
    width: 820px;
    margin: auto;
    padding-left:0; padding-right:0; padding-top:8px; padding-bottom:8px
}

#containerbottom {
    background: url('images/containerbottom.png');
    height: 4px;
    width: 820px;
    margin: auto;
}

#admsays {
    background: url('images/admsays.png');
    height: 40px;
    width: 790px;
    margin: auto;
}

#banner {
    background: url('images/banner.png');
    height: 88px;
    width: 781px;
    margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:0
}

.content {
	height: auto;
	width: 790px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gruenebox { 
background-color: #D8F4D8; 
padding: 3px;
color: #3CBD3C;
border: 1px;
border-style: solid;
border-color: #3CBD3C;
width: 780px;
font-size: 11px;
font-family: verdana;
}
