
#huvud { 	width: 740px;
	height: 125px;
	background-color: lightyellow; }

#meny { 	float: left;
	width: 185px;
	background-color: beige; }
	
#text {	padding: 0 3.4em 0 1em;
	float: left;
	width: 466px;
	border-right: 2em solid;
	border-color: aliceblue;
	background: wheat; }

#fot { 	width: 740px;
	height: 1.5em;
	border-top: 1px solid;
	clear: both;
	background-color: lightyellow; }

#textbild {	width: 350px; 
	height: 150px;
	margin-left: 0.9em;
	margin-right: -5.6em;
	float: right; }

#textbild1 {	width: 300px; 
	height: 190px;
	margin-left: 0.9em;
	margin-right: -5.6em;
	float: right; }

#underskrift {width: 300px; 
	height: 40px;
	padding-left: 3em;
	margin-right: -5.6em;
	float: right; }

#bredtext {	float: left;
	clear: left;
	width: 600px;
	margin-left: 80px; } 

body {	font-family: "trebuchet ms", 		verdana;
	font-size: 14px;
	line-height: 1.3em;
	color: black;
	border-style: none; }

p {	text-indent: 1.4em;
	margin: 0.4em; }

.p1 {	text-indent: 0; }

h1 {	font-family: arial, verdana;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6em	
	padding-top: 0; }

h2 {	font-family: arial, verdana;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em; }

.floatleft {	float: left; }

.floatright {	float: right; }

.huvudtext {	text-align: center; 
	color: gray; } 

.gul {	background-color: yellow; }

.hoger {	text-align: right;
	font-weight: bold; 
	color: red;
	background: white; }

.menystil {	font-size: 0.8em;
	line-height: 1.2em;  }

em {	font-style: normal;
	font-weight: 700;
	font-size: 1.15em;
	line-height: 1.2;  }

.inverttext {	color: white;
	background: silver;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center; }

.ovanstil {	color: blue; 
	background: wheat;
	font-family: "comic sans ms", 	georgia;
	text-align: right;
	font-size: 1.2em; 
	margin-right: -4.6em;
	padding-left: 0;}

.fotstil { 	font-size: 0.7em;
	color: black;
	background: white; }

.levande {	font-family: "comic sans ms", 	georgia;
	font-size: 17px; 
	color: gray; }

.border {	border-style: inset;
	border-width: 2px;
	border-color: lightyellow;
	padding:4px; }

.gray {	color: gray; }

.mint {	background: mintcream; }

table {	margin-left: auto; 
	margin-right: auto;
	width: 765px;
	max-width: 800px;  }

#container {	float: left;
	width: 770px;
	margin-left: auto; 
	margin-right: auto; } 

a {	text-decoration: none; }

a:link {	font-size: 100%;
	color: blue; }

a:visited {	font-size: 100%;
	color: purple; }

a:hover {	font-size: 100%;
	color: red; }

a:focus {	background-color: yellow; }
	

