@charset "utf-8";
/* CSS Document */
body, html 
{
	background-image:url(https://www.esmaker.net/analyze/Files/temp/portal/fb46c6ff-b272-4b87-ad4c-579701ea88d9/Bakgrundsbild%20portal2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px; 
	margin: 0px; 
	height: 100%;
	font-family: Calibri, Arial !important;
	color:#333;
	font-size:17px;
}
/* L O G O */
#logobackground
{
	width:100%;
	height: 100px;
	background-color: #FFFFFF;
	padding-top:5px;
	margin-left:0px;
	margin-top: 0px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
#logo
{
	min-width:800px;
	max-width:1100px;
	padding-top:5px;
	margin:auto;

}
#container 
{
	margin: 0 auto; 
	min-width:800px;
	max-width:1100px;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}


/* H */
h1
{	
	font-family: Calibri, Arial !important;
	font-weight:400;
	font-size:40px;
	color:#1E70B9;
	margin-bottom:0px;
}
h2
{	
	font-family: Calibri, Arial !important;
	font-weight: normal;
	font-size:30px;
	color:#1E70B9;
	margin-bottom:0px;
	margin-top: 0px;
}
h3
{	
	font-family: Calibri, Arial !important;
	font-weight: normal;
	font-size:30px;
	margin-bottom:6px;
	color:#77695D;
}
h4
{	
	font-family: Calibri, Arial !important;
	font-weight: bold;
	font-size:17px;
	margin-bottom:4px;
	margin-top:0px;
}
/* UL */
ul
{
	list-style:none;
	margin-top:10px;
	padding:5px 0px 0px 10px;
}
ul a
{	
	font-weight:bold;
	text-decoration:none;
}
li
{
	margin-bottom:5px;
}
.circle
{
	list-style:disc;
	font-size:16px;
	font-family: Tahoma, Arial, sans-serif;
}
.circle1
{
	list-style:disc;
	padding:10px;
	margin-left:10px;
}
/* L I N K  */
a:link {text-decoration: none; font-weight:normal; color: #333}
a:visited {text-decoration: none; font-weight:normal; color: #333}
a:active {text-decoration:none; font-weight:normal; color: #666}
a:hover {text-decoration:underline; color: #666}

hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}