/* CSS Document */

body {
	font-family: verdana; 
	font-size: 12px;
	background-color: #ffffff;
	scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF; 
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FFFFFF;
}
body a {
	color: #2A2EC7;
	text-decoration: none;
}
body a:hover {
	color: #0B405B;
}
#ground {
	position:absolute; 
	width:810px; 
	height:581px;
	z-index:1; 
	left: 0px; 
	top: 0px;
}   
#upperleft {
	position:absolute; 
	width:200px; 
	height:66px; 
	z-index:2; 
	left: 10px; 
	top: 20px;
	background-image: url(../bilder/main/knipa.jpg);
}
#menu {
	position:absolute; 
	width:200px; 
	height:207px; 
	z-index:5; 
	left: 10px; 
	top: 87px;
}
#menu ul {
	list-style: none;
	margin: 10px 0% 0%;
	padding: 0px;
	font-family: verdana;
	height: 26px;
}
#menu ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 20px;
	border-left: 1px none #B6B4B8;
	border-bottom: 1px solid #B6B4B8;
	margin: 0px;
	padding: 2% 0px 1% 15px;
	background-image: url(../bilder/.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul a:hover {
	background-color: #892C2C;
	color: #ffffff;
	border-right: 3px solid #B6B4B8;
}
#main {
	position: absolute; 
	width: 480px; 
	height: 470px; 
	z-index: 3; 
	left: 195px; 
	top: 99px;
	padding: 4px;
	font-family: Verdana;
	font-size: 12px;
	border-left: 1px solid #B6B4B8;
	scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF; 
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FFFFFF;
}
#main table {
	font-family: Verdana;
	font-size: 12px;
}
#title {
	position:absolute; 
	width:550px; 
	height:66px; 
	z-index:4; 
	left: 220px; 
	top: 25px;
	background-image: url(../bilder/main/title.jpg);
}
#image {
	position:absolute; 
	width:125px; 
	height:457px; 
	z-index:5; 
	left: 679px; 
	top: 107px;
	border-left: 1px none #B6B4B8;
	scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF; 
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FFFFFF;
}
#bilderpil {
	position:absolute; 
	width:100px; 
	height:10px; 
	z-index:6; 
	left: 683px; 
	top: 98px;
}
#bilderpil2 {
	position:absolute; 
	width:100px; 
	height:10px; 
	z-index:6; 
	left: 683px; 
	top: 813px;
}
#main h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
picture {
	position:absolute; 
	width:200px; 
	height:115px; 
	border-right: 2px solid #B6B4B8;
}
picture h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
#manuallayer {
	position: absolute; 
	width: 700px; 
	height: 470px; 
	left: 15px; 
	top: 10px;
}
#manuallayer table {
	font-family: Verdana;
	font-size: 12px;
}
#manuallayer h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

/* obsboken */
.obs {
	width: 430px;
	margin: 0 10px 20px;
	padding: 0 0 0 10px;
}

.obshead {
	width: 430px;
	background: #ccc;
	display: block;
	color: #892C2C;
}

/* More Page */
#morepages {
	font-size: 1.2em;
	width: 500px;
	padding: 10px;
	margin: 20px 0;
	float: auto;
}

#morepages a, #morepages span {
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px;
	border: 1px solid #ccc;
	background: white;
}

#morepages span.active {
	border: 1px solid #892C2C;
	color: #892C2C;
	font-weight: bold;
}

#morepages a:hover {
	border: 1px solid #892C2C;
	color: #892C2C;
}

#morepages span.disabled {
	color: #ccc;
}

