﻿html {
    background-color : #006621;
    
}

body {

    background-color : #fff;
    width : 1280px; 
    margin : auto;
}

.header {
    width:100%;
}

.headerpic {
    width:1280px;
    height:200px;
}

.center {
    width:100%;
}

/* Menu Start */
.menu {
    float : left;
    width:19%;
}

.menu a {
    background-color : green;
    color:white;
    margin: 1px;
    text-decoration : none;
    }

.menu a:visited {
    color:white;
    }

.menu a:hover {
    background-color:white;
    color:black;
    }

.menu ul li {
    padding-bottom:5px;
}

.menu a.selected {
    font-weight:bold;
    background-color : white;
    color:green;
    margin: 1px;
    text-decoration : none;
}
 /* Menu Ende */


.content {
    float:left;
    width:59%;
    padding: 0px 10px 20px 10px;
}

.rightcolumn {
    float:right;
    width:20%;
}

.rightpic {
    width:100%;
}



