/*!
 * Code: Runicform)
 */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #afbbbb;
	color: #000000;
	line-height: 1.6;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size:28px;
	padding-top:10px;
	color: #000000;
		}
h2.border	{
	font-size: 20px;
	color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #0C1975;
	padding: 0px 0px 0px 10px;
	margin-left: 45px;
}
h3.border	{
	font-size: 18px;
	color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #ffc857;
	padding: 0px 0px 0px 10px;
	margin-left: 45px;
}
h3 {
	font-size:18px;
	color: #202020;
	margin-top: 0px;
	padding-top: 0px;
		}	

h4 {	
	font-size:16px;	
	color: #202020;	
	margin-top: 0px;
	padding-top: 0px;	
			}
h4.red {	
	font-size:16px;	
	color: #fcc200;	
	margin-top: 0px;
	padding-top: 0px;	
			}
h4.white {	
	font-size:16px;	
	color: WhiteSmoke;	
	margin-top: 0px;
	padding-top: 0px;	
			}
p {
	font-size: 17px;
	color: #000000;
	line-height: 1.6;
	text-indent: 1em;
	font-style: justify-content;
	background-color: inherit;
	}

p.letter {
	font-family: 'Candara', serif;
	font-size: 17px;
	color: #000000;
	line-height: 1.7;
	margin: 10px 40px 20px 40px; 
	text-indent: 0em;
	font-style: justify-content;
	background-color: inherit;
	}
	
p.strong {
	font-weight: bold;
	}
	
ul	{
	list-style-type: none;
	margin: 0;
  	padding: 0;	
	}
	
li {
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	text-indent: 0em;
	font-weight: normal;
	font-style: normal;
	background-color: inherit;
	}
nav {
	background-color: #ECF0F1;
	color: #554;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	padding: 10px 10px 0px 10px;
	}
footer {
	background-color: #6286b3;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	padding: 15px 15px 0px 15px;
	}
a {
	background-color: inherit;
	color: #000000;
	text-align: center;
	padding: 5px 5px 5px 5px; 
	margin: 5px; 
	}
a.box {
	background-color: inherit;
	color: #000000;
	text-align: center;
	margin: 10px; 
	padding: 5px 5px 5px 5px; 
	border: 1px solid black;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	}
a:hover, a:active	{
	color: #D35400;
	background-color: #ECF0F1;
}
 a:visited {
	color: #686868;
	text-decoration: underline;
    outline: 0;
	}
img {
    float: left;
    padding: 5px 5px 5px 5px;
	border: none;
	}
img.floatLeft {
    float: left; 
    margin: 0px, 0px, 0px, 0px, 
	border: none;
}
img.floatRight {
    float: right; 
    margin-left: auto;
	margin-right: auto;
	border: none;
}
img.center {
    float: center; 
    margin-left: auto;
	margin-right: auto;
    
}

figure {
	float: left;     
    margin-top: 2.5px;
	margin-right: 0px;	
	margin-left: 0px;
	margin-bottom: 10px;
    border: none;
	}
figure.floatright {
	float: right;   
	padding: 0px 0px 20px 0px;   
    margin-top: 7.5px;
	margin-right: 0px;	
	margin-left: 10px;
	margin-bottom: 10px;
    border: none;
	}
figure.floatLeft {
	float: left; 
	padding: 0px 0px 0px 0px; 
    margin-top: 7.5px;
	margin-right: 12px;	
	margin-left: 0px;
	margin-bottom: 10px;
	border: none;
	}	
figure.floatLeftx {
	float: left;  
    margin-top: 7.5px;
	margin-right: 20px;	
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 20px 0px 0px;
	border: none;
	}	
figure.center {
	float: center;  
    margin-top: 7.5px;
	margin-right: auto;	
	margin-left: auto;
	margin-bottom: 7.5px;
	border: none;
	display: block;
	}			
figcaption {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
div.banner 	{
	box-sizing: border-box;
	max-width: 1080px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: white;
	display: block;
	flex-wrap: wrap;
	}
div.container 	{
	box-sizing: border-box;
	max-width: 1080px;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: block;
	flex-wrap: wrap;
	}
table.modern 	{
	box-sizing: border-box;
	min-width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: block;
	text-align: left;
	flex-wrap: wrap;
	}
div.modern 	{
	min-width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECF0F1;
	display: block;
	text-align: left;
	}
div.modern-center 	{
	min-width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: block;
	text-align: center;
	}
div.beskriven {
  	border: 0px solid #ccc;
  	padding: 10px 10px 10px 10px;
  	font-size: 13px;
  	color: #000000;
  	background-color: #ECF0F1;
  	text-align: center;
		}
table.nav 	{
	min-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: normal;
	}
td.nav 	{
	max-width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: normal;
	text-align: center;
	}
div.nav 	{
	min-width: 100%;
	overflow: hidden;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: block;
	}
div.nav-content 	{
	max-width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: block;
	text-align: center;
	}
div.footer 	{
	min-width: 100%;
	overflow: hidden;
	height: auto;
	padding: 10px 0px 5px 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #6286b3;
	display: block;
	}
div.footer-content	{
	max-width: 1080px;
	overflow: hidden;
	height: auto;
	padding: 20px 40px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	color: white;
	background-color:#6286b3;
	display: block;
	}

	
table.spacer 	{
	box-sizing: border-box;
	min-width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 5px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: block;
	text-align: left;
	flex-wrap: wrap;
	}
table.alert 	{
	box-sizing: border-box;
	min-width: 90%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #c3c3c3;
	display: normal;
	}
td.alert 	{
	box-sizing: border-box;
	max-width: 90%;
	height: auto;
	padding: 20px 20px 20px 20px;
	align: top;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffacd;
	display: normal;		
	text-align: left;
	}
td.topic 	{
	box-sizing: border-box;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	align: top;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: block;
	flex-wrap: wrap;
	}
td.topik 	{
	box-sizing: border-box;
	min-width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 20px 0px 0px 0px;
	align: top;
	margin-left: auto;
	margin-right: auto;
	border-top: 20px solid #0C1975;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #ECF0F1;
	display: inline-block;
	flex-wrap: wrap;
	}
table.footer 	{
	min-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #6286b3;
	display: normal;
	}
table.footer-hnct 	{
	min-width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: normal;
	}
td.footer 	{
	max-width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #6286b3;
	display: normal;		
	text-align: center;
	}
td.footer-hnct 	{
	max-width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px transparent;
	border-right: 0px transparent;
	border-bottom: 0px transparent;
	border-left: 0px transparent;
	background-color: #C6D3BA;
	display: normal;		
	text-align: center;
	}
div.message 	{
	width: 90%;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #c6dbf1;
	display: normal;
	}
div.alert 	{
	width: 90%;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fffacd;
	display: normal;
	}
div.head4center 	{
	min-width: 250px;
	max-width: 400px;
	height: auto;
	padding: 15px;
	overflow: hidden;
	margin: 20px 20px 20px 0px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #FFFAFA;
	display: block;
} 
div.head4left 	{
	min-width: 250px;
	max-width: 400px;
	height: auto;
	padding: 15px;
	overflow: hidden;
	float: left;
	margin: 20px 20px 20px 0px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	background-color: #FFFAFA;
	display: block;
} 
div.head4r 	{
	max-width: 450px;
	min-height: 100px;
	padding: 15px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-right: 0;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 6px solid #0C1975;
	background-color: #C6D3BA;
	display: block;
	
}
div.head5r 	{
	min-width: 450px;
	max-width: 450px;
	max-height: auto;
	padding: 15px;
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-top: 1px solid #006400;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 4px solid #006400;
	background-color: #C6D3BA;
	display: block;
}	
div.head6r 	{
	box-sizing: border-box;
	min-width: 250px;
	max-width: 250px;
	max-height: auto;
	padding: 15px;
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-top: 4px solid #006400;
	border-right: 4px solid #006400;
	border-bottom: 4px solid #006400;
	border-left: 10px solid #006400;
	background-color: #C6D3BA;
	display: block;
}	
#footer {
	font-size: 15px;
	text-align: center;
	height: 25px;
	color: #000000;
}

#footer a {
	color: #000000;
	text-decoration: none;
	margin: 15px; 
}

#footer a:hover {
	color: #000000;
}

	
.column {
  float: left;
  width: 33.33%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  
div.spans {
  max-width: 70%;
  margin-right: 50px; 
  margin-left: auto;
  border: 5px solid #ccc;
  padding: 5px;
  font-size: 15px;
  color: #000000;
  background-color: #fffacd;
  text-align: center;
		}