body { background-color: white; }
h1 { color: black; font-family: "verdana"  } 
h2 { color: black; font-family: "verdana"  }
h3 { color: black; font-family: "verdana"  }
h4 { color: blue; font-family: "verdana"  }
h5 { color: black; font-family: "verdana"  }
h6 { color: blue; font-family: "verdana"  }
p { color: black; font-family: "verdana"; font-size:0.7em; }
caption { color: white; }
a {font-family: "verdana"; font-weight: bold; font-size:0.8em; }
a:link {color: black;  }
a:visited {color: black;}
a:hover { color: white; }
hr {color: black; }
li {color: black; font-family: "verdana"; font-size:0.7em; }
#billede { float:left; width: 142px; }
body {
	margin:0px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100px;
	background-color:white;
}
#link {
	position:absolute;
	margin-left:2px;
	left:0px;
	top:102px;
	width:252px;
	height: 19px;
	background-color:6666FF;
}	
#link1 {
	position:absolute;
	left:254px;
	top:102px;
	width:252px;
	height: 19px;
	background-color:6699FF;
}	
#link2 {
	position:absolute;
	left:506px;
	top:102px;
	width:252px;
	height: 19px;
	background-color:6666FF;
}	
#link3 {
	position:absolute;
	margin-right:2px;
	left:758px;
	top:102px;
	width:252px;
	height: 19px;
	background-color:6699FF;
}	
	
#leftmenu {
	position:absolute;
	left:2px;
	top:125px;
	width:200px;
	background-color:white;
}

#content {
    position:absolute;
	top: 125px;
	margin-left:204px;
	margin-right:2px;
	background-color:white;
	height: 100%;
	width:800px;
}
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;
    }