/*     LEFT.CSS     */

body {	
	background: #F1EFE0; 
	color: #606060;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 80%;
	font-family: "Arial", helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}


a:link {color: #000099;}
a:visited {color: #000099;}
a:active {color: #000099;}
a {text-decoration: none;}
a:hover {
color: #ff6633;
text-decoration: underline;
}
a {text-decoration: none;}

/* et lite hack for å få knappen pen
input {
	margin: 5px;
} 
input {
	clear: both;
}
input {
	margin: 0px;
	padding: 0px;
	border: 0px;
} */



h1 {
	font-size: medium; 
	font-family: Arial, helvetica, sans-serif;
}

h2 {
	font-size: small; 
	font-family: Arial, helvetica, sans-serif;
}

h6 {
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

th, td {
	font-family: "Arial", helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

p, ul, ol, dl, blockquote {
	/*font-size: 80%;*/
	font-size: 90%;
	font-family: "Arial", helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*line-height: 110%;*/
	text-align: left;
	margin-right: 4px;
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}

li {
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu {
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left { 
        font-size: 84%;
	line-height: 120%; 
        margin-bottom: 7px;
 }
