/* colors: http://wellstyled.com/tools/colorscheme2/index-en.html
Första utkast: #CCB48F #807059 #E6DCCF #BF9960
*/

body {	
	background-color: E6D9CF;
	color: #000000;
//	margin:0;
//	padding:0;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	scrollbar-3dlight-color: #CCAA8F;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #A68A74;
	scrollbar-face-color: #E6D9CF;
	scrollbar-highlight-color: #E6D9CF;
	scrollbar-shadow-color: #E6D9CF;
	scrollbar-track-color: #E6D9CF;
}

.bakgrundsfarg {
	color: CCAA8F;
}

.colorred {
	color: FF0000;
}

.litentext {	
	font-size: xx-small;
}

p { text-align: justify; }

.vansterjust { text-align: left; }

.bildtabell
{
	text-align: center;
	border-style: none;
}

h4 /* gastboksinlaggheader */
{
//	margin: 6px 10px;
//	margin: 4px 10px;
//	margin: 14px 5px 5px 10px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #CCAA8F;
	width: 70%;
}
.gastbokinlaggbody
{
	font-style: italic;
}

.center { text-align:center; }
.right { text-align:right; }
.small { font-size:90%; }
.rubrik
{
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
 	font-weight: bold;
}
.storrubrik
{
	font-family: arial, verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.stortabell
{
border-color: #000000; 
border-style: none;
//border-style: solid;
//border-width: 2px; 
}

th { text-align: left; }
img { border: none; }

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

