
        .main-content a{
			color:#32B528;
			
		}
	a {color: #346714; text-decoration: none;}
	a:hover {color: #64C322;}
	a:active {color: #C2E7A0;}

        .content{
            margin: 0 auto 0 auto;
            width: 1000px;
        }
        header{
            background: url("../webpages/ahorn_austrieb.jpg") repeat-x;
        }
        nav{
            background: #53A61F;
            height: 30px;
        }
        .topnav>ul{
            float: right;
            background: #53A61F;
            margin: 0;
        }
        .topnav>ul>li{
            float: left;
            list-style: none;
            border-right: 1px solid;
            padding: 5px;
            height: 20px;
			font-family: Verdana, Geneva, sans-serif;
			color: #E6F9BF;

        }
        .sidenav{
            background: #FFFFFF;
			background: #E4FAD1;font-family: Verdana, Geneva, sans-serif;
			color: green;
        }
		.sidenav>ul{
			min-height:450px;	
		}
        footer{
	background: #3C7614;
	clear: both;
	height: 20px;font-family: Verdana, Geneva, sans-serif;
	color: #E6F9BF;
        }
        .footer-copyright{
            float: right;
        }
        .footer-contact{
            float: left;
        }
        .main-content{
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	color: #073E07;
	padding:10px;
        }
		.wrap{
    overflow:hidden;
    display: table;
    border-collapse: collapse;
	width:100%
}

.row {
    display: table-row;
	width:100%
}
.left{
    width: 20%;
    display: table-cell; 
}


.right{
    width: 80%;
    display: table-cell;     
}