body {
	background-image: url(img/grastextur.png);
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
}



/*
	Gesamtes Layout mittig
*/
#wrapper {
	width: 900px;
	margin: 0px auto;
}

img {
	border: 0px;
}

div.pageborder {
        height: 100%;
        width: 100%;
	top: 0px;
	left: 0px;
        position: fixed;
        z-index: -1;
}

#rightpageborder {
        background-image: url(img/right.png);
        background-repeat: repeat-y;
        background-position: right;
}

#leftpageborder {
        background-image: url(img/left.png);
        background-repeat: repeat-y;
        background-position: left;
}

#toppageborder {
        background-image: url(img/top.png);
        background-repeat: repeat-x;
        background-position: top;
}

#bottompageborder {
        background-image: url(img/bottom.png);
        background-repeat: repeat-x;
        background-position: bottom;
}

div.mainblock {
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
        width: 880px;
        background-position: center;
        background-repeat: no-repeat;
}

#header {
        height: 250px;
        padding-top: 15px;
        margin-top: 20px;
}

#skyline_top {
        width: 880px;
        height: 32px;
        margin-top: 220px;
        background-image: url(img/skyline_top.png);
        background-repeat: no-repeat;
}

#menubar a {
        text-decoration: none;
        color: black;
}

#menubar a:hover, #menubar a.selected {
        color: white;
}

#menubar {
        height: 24px;
        padding-top: 10px;
        padding-left: 20px;
        width: 870px;
        font-size: 13px;
        font-family: Helvetica;
        font-weight: bold;
        background-image: url(img/skyline_bottom.png);
}

#menu a {
        text-decoration: none;
        color: #8ac237;
}

#menu {
        width: 197px;
        padding-left: 10px;
        background-color: white;
        height: 450px;
        float: left;
        font-size: 12px;
        font-weight: bold;
        border-right: 3px solid #8ac237;
}

#separator {
        height: 10px;
        width: 860px;
        padding-right: 30px;
        padding-top: 10px;
	overflow: visible;
	text-align: right;
}

#separator2 {
        height: 50px;
        background-color: transparent;
        float: left;
}

#footer {
        height: 30px;
        float: left;
        padding-top: 5px;
}

#footer_content {
        font-size: 0.7em;
        text-align: center;
        height: 25px;
        padding-top: 5px;
        border-top: 3px solid #8ac237;
        width: 880px;
}

#footer_content a {
        color: black;
        text-decoration: none;
}

#content {
        width: 650px;
        height: 410px;
        padding: 10px;
        padding-left: 30px;
        padding-top: 30px;
        float: right;
        background-color: white;
        font-size: 0.8em;
        overflow: auto;
}

hr.menuline {
	border: #8ac237 dashed 1px;
	height: 0px;
	margin-right: 8px;
}

#content li {
        font-size: 1.2em;
        line-height: 1.5em;
}

#content a {
        color: #8ac237;
}

#news hr {
        border: #8ac237 dashed 1px;
        height: 0px;
}
        
#news p {
        padding-left: 20px;
}
#preise{
	font-size: 15px;
}	

