
#topbanner, #bottombanner {
	background-color: black;
	color: white;
	margin: 0;
	padding:0;
	height: 20px;
	line-height: 20px;
	width: 100%;

}
#topbanner {
	top: 0;
	position: absolute;
}

#bottombanner {
	bottom: 0;
	position: absolute;
	
}

#topbanner a, #bottombanner a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.bannerleft {
	float: left; 
	display: block; 
	width: 60%; 
	text-align: left; 
	margin-left: 10px;
	position: relative;
}

.bannerright {
	float: right; 
	display: block; 
	width: 30%; 
	text-align: right; 
	position: relative;
	margin-right: 10px;
}

#content {
	position: absolute;
	top: 20px;
	bottom: 30px;
	overflow: auto ;
	clip: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*** Styles för admininterface ***/
.admin label {
	display: block;
	float: left;
	width: 150px;
	line-height: 20px;
}
.admininput {
	width: 250px;
}

p.explanation {
	font-size: 9px;
	color: #999;
	margin-top: 2px;
}

/*** Styles för fullsize ***/
#showimage_container {
	position: relative;
	overflow: hidden;
	width: 522px;
	left: 50%;
	margin-left: -261px;
	text-align: center;
}

#showimage_imagecontainer img {
	border: 1px solid black;
	margin: 0;
	padding: 10px;
}

#showimage_navigation, #showimage_info {
	display: block;
	margin: 10px 0;
	padding: 0;
}

#showimage_imagecontainer{
	display:block;
	clear: both;
}


/*** Styles för login ***/
#loginform label {
	display: block;
	float: left;
	width: 150px;
	line-height: 20px;
}

#loginform div {
	height: 20px;
	width: 100%;
	display: block;
}

/*** Styles för översikten ***/
img.thumb {
	border: 1px solid black;
	margin: 0 10px 10px 0;
}


/*** styles för centrerad lite box ***/
#centerbox {
	position: absolute;
	left: 50%;
	width: 320px;
	height: 100px;
	text-align: center;
	padding: 2px;
	margin-left: -161px;
	margin-top: 30%;
	border: 1px solid #333;
}

/*** Regler för att fixa diverse CSS-buggar hos IE ***/
<!--[if IE]>
body {
	background-color: red;
}

* html #content {
  height: expression(Math.max(0, window.document.body.offsetHeight-40));
}

* html body {
  overflow: hidden;
}

<![endif]-->
