h1{
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #404040;
}


a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #993300;
}

.editArea{
	border: 1px dashed #999999;
	margin: 0px;
	padding: 0px;
	}

html,body{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
	top: 0px;
	color: #333333;	
}


/*table {
	border: 2px dotted #999999;
}

td{ border: 2px dotted #999999;}*/

p{
	margin: 0px;
}

#rte1{
	border: 10px none #333333;
}
.maintable {
	background-color: #E9EBDE;
	height: 100%;
}
.main {
	background-color: #E9EBDE;
	height: 100%;
	padding-right: 15px;
}
.maintable2 {
	background-color: #CCCCCC;
	height: 100%;
}

.tblMarg{
	margin: 0px;
	padding: 0px;
}

.style1{
	font-size: 18px;
	color: #99FF00;
}

.style2{
	font-size: 18px;
	color: #FF0000;
}
.style3{
	font-size: 24px;
	color: #0033CC;
	text-decoration: underline;
}
.style4{
	font-size: 18px;
	color: #333333;
	font-style: italic;
}
.banneret {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 50%;
    margin-left: -350px; /*halvdelen af billedets størrelse*/
	
	
}
.overskrift {
	z-index: 5;
	top: 0px; /*hvordan laver vi den rigtige brede??*/
	position: absolute;
	margin-top: 40px;
	font-weight: bold;
	text-decoration: underline;
	left: 50%;
	margin-left: -342px;
}




.linkblock {
	padding-left: 10px;
	margin: 0px;
	vertical-align: top;
}



.leftside2 {
		background-image: url(left.gif);
	background-repeat: repeat-y;
	top: 0px;
	height: 100%;
	width: 10px;
	}
.rightside2 {
		background-image: url(right.gif);
	background-repeat: repeat-y;
	top: 0px;
	height: 100%;
	width: 10px;
	}
	
/*dette er stylen til menu Li*/
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style-type: square;
	color: #993300;
	list-style-position: inside;
	margin: 0px;
	padding: 5px;
	}
#menu a{
	color: #333333;
	text-decoration: none;
	}
	
	#footerNote {
	background-position: center;
	font-weight: bold;
	}
#form1{
	display: inline;
}

.sims{
	font-family: "Courier New";
	font-size: 18px;
	}
