body { background-color: #99CC99; }
h1 { color: black; font-family: "arial"  } 
h2 { color: black; font-family: "arial"  }
h3 { color: black; font-family: "arial"  }
h4 { color: red; font-family: "arial"  }
h5 { color: black; font-family: "arial"  }
h6 { color: red; font-family: "arial"  }
p { color: black; font-family: "arial"; font-size:0.8em; }
caption { color: white; }
a {font-family: "arial"; font-weight: bold; font-size:0,5em; }
a:link {color: black;  }
a:visited {color: black;}
a:hover { color: red; }
hr {color: white; }
li {font-family: "arial";  font-size:o,5em; }
#billede { float:right; width: 142px; }
body {
	margin:0px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 110px;
	background-color:#99CC99;
}
#link {
	position:absolute;
	left:0%;
	top:110px;
	width:20%;
	height: 19px;
	background-color:white;
	
}	
#link1 {
	position:absolute;
	left:20%;
	top:110px;
	width:20%;
	height: 19px;
	background-color:white;
}	
#link2 {
	position:absolute;
	left:40%;
	top:110px;
	width:20%;
	height: 19px;
	background-color:white;
}	
#link3 {
	position:absolute;
	left:60%;
	top:110px;
	width:20%;
	height: 19px;
	background-color:white;
}	
#link4 {
	position:absolute;
	left:80%;
	top:110px;
	width:20%;
	height: 19px;
	background-color:white;
}
		
#leftmenu {
	position:absolute;
	left:0px;
	top:129px;
	width:150px;
	background-color:#99CC99;
}
#rightmenu {
	position:absolute;
	right:0px;
	top:129px;
	width:150px;
	background-color:#99CC99;
}
#content {
	padding-top: 129px;
	margin-left:155px;
	margin-right:155px;
	background-color:#99CC99;
	height: 100%;
}

#spalte1 {
	float:left;
	width: 33%;
}
#spalte2 {
	float:left;
	margin-left:3%;
	width: 30%;
}
#spalte3 {
	float:left;
	margin-left:3%;
	width: 30%;;
}

fieldset
    {
    border:2px groove black;
    width:500px;
    padding: 15px;
    }
legend
   {
    letter-spacing: 3px;
    color:black;
    font-weight: bold;
    }
label
    {
    width:150px;
    vertical-align:top;
    color:black;
    float:left;
    }

#t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8, #t9, #t10, #t11, #t12, #t13, #t14
    {
    border:1px inset black;
    width: 300px;
    background:white;
    }
 

#submit
    {
    background:silver url("save.png") no-repeat 0% 50%;
    border:2px outset black;
    width:150px;
    }
