body { 
	background-color: rgb(0,86,128);
	color: black;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "times new roman", serif;
	
	height: 100%;

}

ul.ulmenu {
	/*skal lige huske at se på bullet */
	list-style-type: none;
	padding-left: 1%;
	padding-top: 1%;
	border: 0px;
	margin: 0px;
}



div#menu {	
		padding-right: 2%; /*overlappet u txt over*/
		background-color: rgb(0,66,102);
		position: absolute;
		left: 2%;
		top: 1%;

		width: 16%; /*op til indholdskant, flugter med*/
		height: 51%;

		overflow: auto; 
		z-index: 0;
 		color: rgb(255,248,240);
		font-family: helvetica, sans-serif;
		font-size: 75%;
		
		border-top: thin dotted rgb(139,163,124);
}


div#indhold {
		position: absolute;
		top: 10%;
		left: 18%;
		padding: 1%;
		width: 75%;
		height: 81%;
		overflow: auto; 

		z-index: 2;
		background-color:rgb(87,4,0); 
		color:white;
		
		border-style: ridge;
		border-color: rgb(139,163,124);
		border-width: medium;

}


div#submenu {
		border: thin solid rgb(0,66,102);
						
		color: rgb(192,192,192);
		background-color:  rgb(0,86,128); /*body*/

		
		position: absolute; 
		overflow: auto; 
		padding-right: 4%; /*overlappet u txt over*/
		top:58%;
		left: 5%;
		width: 13%;       /*op til indholdskant, flugter med*/
		height: 40%;
		z-index: 1;
		font-family: helvetica, sans-serif;
		font-size: 75%;



}

div#fotterline {
		position: absolute; 
		bottom: 1%;
		left: 18%; /*indhold*/
		width: 74%; /* indhold */
		height: auto;
		font-size: 70%;
		background-color: rgb(0,86,128); /*body*/
		color: gray;
		text-align: center;
		z-index:0;
}

div#headerline {
		position: absolute; 
		top: 3%;
		right: 43%;
		width: auto;
		font-size: 70%;
		height: auto;
		background-color:  rgb(0,86,128); /*body*/
		color: gray;
		/*border: thin solid rgb(0,66,102); */
		text-align: right;
		z-index:0;
}


div#botbox {
		color: black;
		position: absolute; 
		bottom: 1%;
		right: 1%;
		width: 9%;
		height: 14%;
		background-color: rgb(0,58,87); 
		text-align: right;
		vertical-align: bottom;
		z-index: 1;
}

div#top {
		color: rgb(192,192,192); 
		position: absolute; 
		top: 2%;
		right: 2%;

		width: 40%;
		height: 40%;  

		z-index: 1; 
		background-color: rgb(0,86,128); /* samme som body */

		text-align: right;
		text-decoration: none;
		vertical-align: middle;
		border: thin solid rgb(0,66,102); 
		font-size: 180%; 
		
}


img { border: double medium rgb(139,163,124); }


div#headermidt:first-line{text-decoration: underline;}


a:hover {
	color: yellow;
	background-color: rgb(100,100,100); 
	text-decoration: underline overline;
}
a:link { color: rgb(0,234,234); text-decoration: none; }
a:visited { color: rgb(255,132,255); }


/* de to menuer... skal lige fikses noget bedre */
div[id="menu"] a, div[id="menu"] a { 
	color: white; 
	text-decoration: none; 
}
/*
div[id="submenu"] a:visited, div[id="undermenu"] a:visited { 
	color: yellow; 
	text-decoration: none;
}
*/



/* husk lige */
ul { list-style-type: circle; }
ol { list-style-type: decimal; }


.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

.inlinecenter { text-align: center; }




/*
#blabla:after {
	content: "Ja<br /> hvor er det sjovt";
}
*/

