
body { background-color: #cccccc; }
p, body { margin: 0; padding: 0; }

body, td, textarea, input {
	font-family: Verdana, Arial; font-size: 11px;
}

#shadewrap {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/pagebg.gif');
}

#bodywrap { position: relative;
	text-align: left; 
	width: 900px;
	margin-left: 14px;
}



#header { background-color: white; }

/* Menu */

#menu {
	height: 25px;
	background-image: url('../img/menu/bg.gif');
	background-repeat: repeat-x;
	padding-left: 42px;
}

#menu a {
	display: block;
	background-image: url('../img/menu/menu.png');
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	text-decoration: none;
}

#start { width: 79px; background-position: 0 0 }
#start:hover, #start.active { background-position: 0 -25px }

#vara_bocker { width: 145px; background-position: -79px 0 }
#vara_bocker:hover, #vara_bocker.active { background-position: -79px -25px }

#bestalla_bocker { width: 185px; background-position: -224px 0 }
#bestalla_bocker:hover, #bestalla_bocker.active { background-position: -224px -25px }

#om_forlaget { width: 150px; background-position: -409px 0 }
#om_forlaget:hover, #om_forlaget.active { background-position: -409px -25px }

#kontakt { width: 114px; background-position: -559px 0 }
#kontakt:hover, #kontakt.active { background-position: -559px -25px }

#contentwrap {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contentbackground {
	min-height: 360px;
	padding-left: 41px;
	background-image: url('../img/contentbg.gif');
}

#footer {
	clear: both;
	text-align: left;
	background-image: url('../img/footer.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 37px;
	padding-left: 20px;
}

#side {
	width: 203px;
	padding-right: 32px;
	float: left;
}

#content {
	float: left;
	width: 582px;
}

.box { width: 203px; background-image: url('../img/boxbg.gif'); }
.boxcontent { padding: 14px; }
.boxcontent h1 { font-size: 16px; color: #000; line-height: 16px; }
.boxcontent a { font-weight: bold; }
.boxcontent input { font-size: 11px; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-top: 1px solid #8e8e8e; width: 340px; height: 14px; padding-left: 3px;}
.boxcontent textarea { font-size: 11px; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-top: 1px solid #8e8e8e; width: 337px; height: 93px; padding: 3px; margin-top: 10px; margin-bottom: 10px; }
.boxcontent .submit { width: 77px; height: 22px; background-image: url('../img/submit.gif'); cursor: pointer; }
.boxcontent .reset { width: 77px; height: 22px; background-image: url('../img/clear.gif'); cursor: pointer; }
.boxcontent .check { width: 12px; height: 12px; }
.boxcontent .num { width: 20px; }
.submit:hover { background-position: 0 22px; }
.reset:hover { background-position: 0 22px; }

/* Override for boxes in content area */
#content .box { width: 100%; }

.boxcontent table { width: 100%; border: 0; padding: 0; }
.boxcontent table td.short { width: 40px; }
.boxcontent table th { font-style: italic; font-weight: normal; border-bottom: 1px solid white; }
.boxcontent table td { border-bottom: 1px solid white; }

.boxfooter { background-image: url('../img/boxfooter.gif'); height: 45px; }


.book {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.clr { clear: both; }

h1 {
	font-family: Trebuchet MS, Verdana; font-size: 16px;
	color: #666666;
	padding: 0; margin: 0;
	padding-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #57894f;
	padding: 0; margin: 0;
}

a {
	color: #4e7b47;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #669966;
}

.boxcontent .num { width: 20px; }
