html {
	height: 100%;
	}

body {
	background: #FFFFFF;
	background-image: url("images/top_border.png");
    background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

div.VisMenu {
    z-index: 10;
	margin: 5px 5px;
	padding: 5px 5px;
	width: 26px;
	height: 26px;
    position: fixed; 
	top: 5px;
	right: 5px;
	background: #6A950F;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid ##A3BC68;
    cursor: pointer;
	}
	
div.VisMenu div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 1px;
    margin-top: 3px;
    width: 90%;
}

div.UnderMenu {
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
	bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	}

div.Menu {
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
	bottom: 23px;
    right: 0;
    background-color: #6A950F;
    overflow-x: hidden;
    margin-top: 60px;
    transition: 0.5s;
}

div.ark {
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	}

div.top {
	width: 100%;
	height: 97px;
	position: relative;
	}
	
div.slogan {
    position: absolute; 
	bottom: 5px;
	right:0;
}
	
div.indhold {
	}
	
div.bund {
	heigth: 25px;
	min-height: 25px;
	background-image: url("images/bund.png");
    background-repeat: repeat-x;
	background-position: left top;
    position: fixed; 
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	padding-top: 7px;
	}

