/* CSS Document */
*{
	-webkit-box-sizing:unset !important;
}
.modal-content,.modal-body,.form-control,button{
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing: border-box;
}
body {
	padding: 0px;
	background-color: #D8DAC6 !important;
} 
	
#centrering {width: 800px; margin-right: auto; margin-left: auto;margin-top: 10px;}

#headconttop {
	width: 750px;
	background-color: #D8DAC6;
	padding: 5px 5px 5px 5px;}

#headcont {
	width: 770px;
	background-color: #FFFFFF;
	padding: 0px;
	border-right: 2px;
	border-right-style: outset;
	border-right-color: #E0C4A6;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #B29C83;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #B29C83;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999
	;
}
	
	#headcont2 {
	width: 750px;
	height: 60px;
	background-color: #FFFFFF;
	padding: 20px 5px 5px 15px;
	border-right: 2px;
	border-right-style: outset;
	border-right-color: #E0C4A6;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #B29C83;
	
}
	
	#kolumncontainer {
	float: left;
	width: 770px;
	background-color: #FFFFFF;
	border-right: 2px;
	border-right-style: outset;
	border-right-color: #E0C4A6;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #B29C83;}
	
#col1 {
	float: left;
	width: 157px;
	height: 300px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 20px 5px 20px 20px;
	}

	 
#col2 {
	float: left; 
	width: 340px; 
	background: #FFFFFF; 
	padding:20px 30px 10px 20px; 
	margin-top: 0px;} 

#col3 {
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	padding: 0px 10px;
	margin-top: 20px;

} 
	 
#bottom {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	height: 20px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color:#DACACA;
	padding: 10px 10px 0px 10px;
	border-right: 2px;
	border-right-style: outset;
	border-right-color: #E0C4A6;
	border-bottom: 2px;
	border-bottom-style: outset;
	border-bottom-color: #E0C4A6;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #B29C83;
}
	
	 
#bottom2 {
	float: left;
	width: 750px;
	background-color: #D8DAC6;
	height: 20px;
	padding: 5px;}
	
	
  



/* meny */
#menycontainer ul{
	width: 100px;
	margin: 0;
	padding: 0;
	line-height: 135%;}
#menycontainer li{
	list-style: none; 
	padding: 0em;
	line-height: 135%;}
#menycontainer ul a{
	padding: 0;
	line-height: 135%;}
	
#menycontainer a:link{color: #336666;line-height: 150%;}
#menycontainer a:visited{color: #336666;}
#menycontainer a:hover{color: #561A30;}
#menycontainer a#current{color: #561A30;}






/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,Helvetica,sans-serif;
	color: #900;
	font-size: small !important;
}

h1{
	font-family: Arial,sans-serif !important;
	font-size: 120%;
	color: #631E40;}

h2{
	font-family: Arial,sans-serif !important;
	font-size: 16px !important;
	font-weight: normal;
	color: #631E40;
	margin: 0px;
	padding: 0px;
	line-height: 135%;}
	
	h3{
	font-family: Arial,sans-serif !important;
	font-size: 80%;
	font-weight: normal;
	color: #663333;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}
	
h5{
	font-family: Arial,sans-serif !important;
	font-size: 12px!important;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

a:link {
	text-decoration: none;
	color: #336666;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: none;
	color: #561A30;
}
a:active {
	text-decoration: none;
	color: #561A30;
}
.style1 {
	font-size: x-small;
	color: #660033;
}
.style2 {
	color: #472C32;
	font-weight:normal;
}
.style6 {font-size: x-small !important; color: #FFFFFF; }
.style17 {font-size: x-small; color: #561A30; }
.menu{
	color: #336666 !important;
	font-size: small !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 18px !important;
}

.menu.selected a{
	color: #561A30 !important
}

body,td,th {
	color: #F00;
}

.style39 {font-weight: bold; color: #336666; font-family: Arial, Helvetica !important, sans-serif; font-size: small; }
.style41 {font-family: Arial, Helvetica !important, sans-serif; font-size: small; }
.style44 {color: #561A30}
.style45 {color: #000000}

.h4, .h5, .h6, h4, h5, h6,.h1, .h2, .h3, h1, h2, h3{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: 140% !important;
}

.element {
  all: none;
}

p{
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0 !important;
}
.style13{
	color: #3F6F6F
}
