body {
	background-color: rgb(255, 251, 239);
	font-family:Calibri;
	height:100%;
	margin:50px 0px; padding:0px;

	
	
}
div#wrapper {
	margin:auto;
	width: 768px;
	padding-top:10px;
	position:relative;
	overflow: auto;
	}
	


div#header1 {
	width:100%;
	text-align:center;
	
	
		
}

#introblock {
	color:white;
	text-align:center;
	width:310px;
	margin:auto;
	font-size:20px;
	padding-top:20px;
		
}
#introblock a{
	color:white;
}
#introblock div:hover {
	color:black;
	background-color:white;
}


.Fiscblok {
	width:150px;
	height:150px;
	background-color: rgb(31, 78, 121);
	margin:auto;
	border:2px solid black;
	float:right;
	display:inline-block;
}
.ADblok {
	width:150px;
	height:150px;
	background-color: rgb(197, 90, 17);
	margin:auto;
	border:2px solid black;
	float:right;
	display:inline-block;
	margin-top:2px;
	
		
}

.Starterblok {
	width:150px;
	height:150px;
	background-color: rgb(193, 21, 21);
	margin:auto;
	border:2px solid black;
	display:inline-block;
	float:left;
	margin-top:2px;
		
}
.Homeblok {
	width:150px;
	height:150px;
	background-color: rgb(84, 130, 53);
	margin:auto;
	border:2px solid black;
	float:left;
	
}


div#header2 {
	color:black;
	text-align:center;

	}

#header2 a:hover {
	color:red;
}
#header2 a {
	text-decoration:none;
	color:black;
}
div#mainmenu {
	background-color: rgb(34, 42, 53);
	border:1px solid black;
	min-width:20%;
	width:195px;
	height:auto;
	min-height:312px;
	float:left;
	display:inline-block;
	font-family:Calibri;
	margin:0;
	
}


.menu1 div:hover {
	background-color: rgb(44, 68, 28);
}
.menu2 div:hover {
	background-color: rgb(25, 63, 97);

}
.menu3 div:hover {
	background-color: rgb(149, 68, 13);
}
.menu4 div:hover {
	background-color: rgb(235, 67, 67);

}
.menu5 div:hover {
	background-color: rgb(32, 160, 62);
}
.menu6 div:hover {
	background-color: rgb (142, 186, 226);
}
	


div#mainmenu a {
	color:white;
	text-decoration:none;
	
	
}
.menu2 a:hover {
	text-decoration:none;
	color:white;
}
.menu3 a{
	text-decoration:none;
	color:white;
}


div#content1 {
	background-color:white;
	border:1px solid black;
	height:auto;
	min-height:312px;
	width:550px;
	float:left;
	display:inline-block;
	margin-left:2px;
	overflow:auto;
	padding-left:3px;
	
				
}

#content1 a:link

 {
	color: rgb(58, 58, 58);
	text-decoration:none;


}
#content1 a:visited {
	text-decoration:none;
	color:rgb(58, 58, 58);
}

#content1 a:hover {
	color:red;
	text-decoration:none;
}



.menu1:hover {
	background-color: rgb(84, 130, 53);
	
	
}
.menu2:hover {
	background-color: rgb(31, 78, 121);
	
}

.menu3:hover {
	background-color: rgb(197, 90, 17);
}

.menu4:hover {
	background-color: rgb(193, 21, 21);
}

.menu5:hover {
	background-color: rgb(46, 117, 182);
}

.menu6:hover {
	background-color: rgb(46, 117, 182);
}

#mainmenu li {
	
	list-style-type:square;
	color:white;
	margin-left:5px;
	
}



#content1 li {
	list-style-type:square;
	
}

#content1 h3 {
	margin-top: 1px;
}






	
