html, body{height:100%;
					background-color:#A5DB92;}
body {
    font-family: sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
a:link { 
	text-decoration:none; 
	font-weight:bold; 
	color:black; 
}
a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color:black; 
}
#root1 {
   height:36%;
}
#icon {
    float: left;
    width: 20%;
    max-width: 20%;
		background-color:#A5DB92;
		height:100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 100%;
}

#visitenkarte {
    width: 73%;
    float: left;    
		margin: 0px 0px 0px 3%;
}

#root2 {
   height:100%;
}
#links {
    float: left;
    width: 20%;
    max-width: 20%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 100%;
		background-color:#A5DB92;
		height:100%;
}
#links p {
    line-height: 150%;

    margin: 0px 0px 0px 0px;
}
#links a {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}
#links a:hover {
    background-color: #69BD51;
}
a.active {
    font-weight: bold;
    font-style: italic;
}
#mitte {
    width: 77%;
    float: left;
	margin: 0px 0px 0px 3%;
  min-height: 100%;
}
#mitte a:hover { text-decoration:none; font-weight:bold; background-color:#eee; }
#mitte a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
#mitte a:focus { text-decoration:none; font-weight:bold; background-color:#080; }
