body {
	background-color: #eee;
}

#meny {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 150px;
	min-height: 800px;
	background-color: #9AAACE;
	text-align: center;
	padding-top: 40px;
}
#text {
	position: absolute;
   top: 100px;
   left: 200px;
	width: 550px;
	margin: 0px;
	padding: 10px;
   text-align: justify;
	border: 2px solid #ccc;
	background-color: #f0f0f0;
}

p, li, td {
	font-family: Verdana;
   font-size: 12px;
	color: black;
}

h1 {
   font-family: Verdana;
   font-size: 14px;
   text-align: left;
   color: #2D2C42;
   letter-spacing: 2px;
}

h2 {
	margin-top: 30px;
   font-family: Verdana;
   font-size: 12px;
   text-align: left;
   color: #364474;
}

a {
	color: #2F385E;
}
td {
	padding: 0px 7px 0px 7px;
}
.bookhdr {
   font-family: Verdana;
   font-size: 10px;
	text-align: left;
}

.book {
   border-bottom: 1px dotted white;
   font-family: Verdana;
   font-size: 10px;
   padding: 7px;
	text-align: left;
}


.bookhdr {
   font-family: Verdana;
   font-size: 10px;
}

.book {
   border-bottom: 1px dotted white;
   font-family: Verdana;
   font-size: 11px;
   padding: 7px;
	color: white;
}

input {
   border: 1px solid #320515;
   margin-top: 3px;
   font-family: Verdana;
   font-size: 10px;
   width: 150px;
   background-color: white;
   color: #320515;
}
input.knapp {
   width: 70px;
	font-weight: bold;
}
textarea {
   border: 1px solid #320515;
   margin-top: 3px;
   font-family: Verdana;
   font-size: 10px;
   background-color: white;
   color: #320515;
}

