/*KLASSER OG STYLES*/

/*Tekstfarver*/

.pink_tekstfarve{color:#b61865;}
.blue_tekstfarve{color:#22356e;}
.orange_tekstfarve{color:#e9b43f;}
.green_tekstfarve{color:#b9c831;}
.turkis_tekstfarve{color:#8cb9a4;}
.darkturkis_tekstfarve{color:#01926c;}
.lilla_tekstfarve{color:#60537f;}

/*Bokse*/

.pink_box_white_text{
	color:#FFFFFF;
	background-color: #b61865;
	height: auto;
	width: auto;
	padding: 5px;
}
.blue_box_white_text{
	color:#FFFFFF;
	background-color: #22356e;
	height: auto;
	width: auto;
	padding: 5px;
}
.orange_box_white_text{
	color:#FFFFFF;
	background-color: #e9b43f;
	height: auto;
	width: auto;
	padding: 5px;
}
.green_box_white_text{
	color:#FFFFFF;
	background-color: #b9c831;
	height: auto;
	width: auto;
	padding: 5px;
}
.turkis_box_white_text{
	color:#FFFFFF;
	background-color: #8cb9a4;
	height: auto;
	width: auto;
	padding: 5px;
}
.darkturkis_box_white_text{
	color:#FFFFFF;
	background-color: #01926c;
	height: auto;
	width: auto;
	padding: 5px;
}
.lilla_box_white_text{
	color:#FFFFFF;
	background-color: #60537f;
	height: auto;
	width: auto;
	padding: 5px;
}