html {
	height: 100%;
	}
body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	min-height: 101%;
	}

* {
	margin:0;
	padding:0;
	}
/*-----Begin Layout------*/ 
#wrapper {
	width: 855px;
	margin: 5px auto;
	padding: 0;
	}

#header {
	padding: 0;
	margin: 0;
	}

#content {
	width: 100%;
	min-height: 280px;
	display: -webkit-flex;
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}

#navigation {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#footer {
	clear: both;
	background-color:#083720;

	}
/*-----End Layout------*/
 
/*-----Begin Navigation------*/ 
.mainnavi {
	margin-left: 2px;
	width: 100%;
	padding: 0;
}
.menu {
	margin-left: -5px;
	padding: 0;
	list-style: none;
	background: #fff;
	display: block;
}
.menu li {
	padding: 0;
	margin: 0px 0px 1px 3px;
	height: 25px;
	width:140px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: 0px;
	height: 20px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    letter-spacing:0.1em;
	text-align: center;
	padding: 5px;

}

.link {background-image: url(../images/navigation/GE.png);background-size:140px 25px; }
.link a {background-image: url(../images/navigation/GR.png);background-size:140px 25ƒpx; color: #FFFFFF;}
.linkselected a{background-image: url(../images/navigation/GE.png);background-size:140px 25px; color: #ffffff !important; }
ul.menu li a:hover {background-image: url(../images/navigation/GE.png); color: #FFFFFF;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}	
.menu li a {color: #FFF}
.menu li a:link {color: #FFF}
.menu li a:active {color:#fff;}
.menu li a:visited { color: #fff}
.menu li a:hover {color: #fff}

/*-----Begin Navigation------*/ 

/* ====== Begin content boxes ====== */
/*-----Begin content box left--*/
.boxleft {
	float:left; 
	width:45%;
	padding:10px;
	margin: 10px;
    border: 0px black dashed;
}
/*-----Begin content box right--*/
.boxright {
	float:right; 
	width:45%; 
	padding:10px;
	margin: 10px; 
    text-align: right; /* or  center*/
	border: 0px black dashed;
}
/*-----Begin content box right1
.boxright1 {
	float:right; 
	width:47%; 
	padding:10px;
	margin: 10px;
    text-align: right; / or  center/
	border: 0px black dashed;
}--*/
/*-----Begin content box center--*/
.boxcenter {
	float:left;
	width: 95%;
	min-height: 250px;
	padding: 10px;
	margin: 10px;
	border: 0px black dashed;
}

/* ====== End content boxes ====== */

.column2 {
	-moz-column-count: 2; 
	-webkit-column-count: 2; 
	column-count: 2;
	text-align: justify; 
	font-family: Helvetica; 
	font-size: 13px;
	}
	

/*--Radius style for images--*/
.radiusTop {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.radiusBottom {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.radius {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border: 3px solid #ccd6e4;
}
/*--Radius style for images--*/

*--Table style for muldenservice--*/

.clear{
    clear:both;
	padding:10px;
	border: 0px black dashed;
}

.mulden table, tr, td {
width:25%;
/*text-align: center;*/
padding-left: 30px;
}
.muldenT td {
width:25%;
background: #FFC20E;
}

.muldentd1{
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.muldentd2{
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

/*--Table style for muldenservice--*/
	