body {
	padding: 0;
	font-family: "Lucida Grande",Verdana,"URW Gothic L",sans-serif;
	font-size: 11px;
    color: #333;
    margin:0;
    background-color: #f6f6f6;
}

button {
	padding: 3px;
}

#page {
	width: 1000px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

 #header{
	position: fixed; 
	width:100%;
	background-color: #fff;
	z-index: 9;
	height: 120px;
 }
 
 #header > div {
    background-color: #dedede;
}

 #content {	
	position:absolute;
	top: 175px;
	width: 1000px;
 }

@media print { #header {display: none;}}





#top {
/* 	background-color: #102a6c; */
	height: 100px;
	background-color: #f6f6f6;
}

#bokalogo {
	background-position: 50% 100px;
	top: 25px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #ffffff;
	padding-right: 20px;	
}



/* För att få ett avstånd mellan bild och reflektion behövs padding */
img.reflected { padding-bottom: 3px; }

#toprightmenu {
	position:absolute;
	width:300px;
	height:15px;
	z-index:4;
	right: 20px;
	top: 105px;
	font-size: 10px;
	font-family:"Trebuchet MS";
	color: #0080ff;
	text-align:right;
}

#toprightmenu a {
	color: #333;
}



/* html-tags */

h1 {
/*     color: #719bc1; */
    color: #0080ff;
	font-size: 20px;
	padding-bottom: 15px;
}

h2 {
/*     color: #719bc1; */
    color: #0080ff;
    font-size: 14px;
}

h3 {
	font-size: 12px;
    color: #0080ff;
}

a {
    color: #0080ff;
	text-decoration: none;
}





#menu {
	width: 100%;
	height: 24px;
	margin-bottom: 15px;
	overflow-x: hidden;
}

#menu a {
	color: #333333;
}

#centerbox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menu_items {
	float: left;
	line-height: 24px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
}

.menu_current {
	float: left;
	line-height: 24px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #e6e6e6;
	cursor: default;
}
              
.menu_items a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}



/* Inloggningssida */

#login {
	width: 650px;
}

.login_fields {
	font-size: 8pt;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
}

.userid {
	font-size: 16pt;
	font-weight: bold;
	color: #999999;
}






#boxleft {
	width: 655px;
	height: 400px;
	float: left;
	padding: 10px;
}

#hometext {
	height: 250px;
	font-size: 14px;
}

.box {
	width: 250px;
	margin-bottom: 20px;
	border-bottom: solid 1px #0080ff;
	padding-bottom: 10px;
	overflow: hidden;
}

#rightcol {
	width: 279px;
	height: 550px;
	float: left;
	padding-left: 40px;
	color: #666666;
	border-left: 1px solid #0080ff;

}

#footer {
	clear:both;
	font-size: 9px;
	text-align: center;
	margin-bottom: 50px;
	color: #cccccc;
}

#footer a {
	color: #666666;
}

.boxbottom {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left; 
	overflow: hidden;
	
}

