body {
	font-family: Arial;
	background-color: rgb(156,185,210);
}

div#mainwrapper {
	/*background-color: rgb(225,51,17);*/
}

div#main {
	background-color: rgb(255,255,255);
}

div#wrapper {
	background-color: #9db9d1;
}

div#headerwrapper{
	
}

div#header {
	background-color: rgb(255,255,255);
	border-color: rgb(192,194,196);
}

div#header #meny {
	text-align: right;
}

div#header hr {
	 color: rgb(192,194,196);
	 background-color: rgb(192,194,196);
	 height: 3px;
}


table{
	padding: 10px;
}

td {
	padding: 5px;
}

div#meny img{
	padding-left: 5px;
	padding-right: 0px;
/*	display: inline-table; */
}

div#ikoner img{
	margin-top: 4px;
	margin-left: 11px;
	margin-right: 11px;
	
}

div#ikonbarred{
	padding-top: 10px;
}

.ikonlegend{
	background-color:  rgb(225,51,17);
	padding: 6px;
	color: white;
	margin-top: 8px;
	/*display: none;*/
	text-transform: uppercase;
}

h1 {
	color: rgb(198,55,28);
	font-size: 20pt;
	font-family: Georgia;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-right: 80px;
	line-height: 1.25em;
}

p {
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.2em;
}

em {
	color: rgb(198,55,28);
	font-weight: bold;
}

#footerwrapper {
	background-color: #FFFFFF; 
}

div#text{
	background-color: white;
	padding: 15px;
	margin: 0px;
}

div#text a {
	color: rgb(0,102,204);
}

div#text a:visited {
	color: rgb(148,147,151);
}

div #text td li {
	margin-left: 10px;
}

div #text ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: inside;
}

