html{
	min-height: 100%;
}
body{
	background-color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border: 0px solid #FFFFFF;
}
a{
	color: black;
}
label{
	font-weight: bold;
}
blockquote{
	font-style: italic; 
}

#logga{
	background-image: url(logo.png);
	float: left;
	width: 280px;
	height: 330px;
}

#meny a{
	background-color: #FFFF66;
	font-family: Courier, "Courier New", monospace;
	font-weight: bold;
	font-size: 18pt;
	text-decoration: none;
}
#meny a:hover{
	border-bottom: 2px solid #000000;
}
#meny a.active{
	background-color: #FF9933;
}


#innehall{
	padding: 3px 10px;
	background-color: #FFFF33;
	margin-right: 100px;
	margin-left: 280px;
	/*clear: both;*/
	min-height: 500px;
}

#valid{
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.signatur{
	color: red;
	font-size: 0.7em;
}
