body{
	margin:0px;
	padding:0px;
	background:#fff;
	text-align:center;
	font:12px Arial,Verdana,Helvetica,sans-serif;
}
#leftframe{
	position:absolute;
	left:10px;
	width: 150px;
	margin: 160px 0px 0px 0px;
}

#login{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding: 0px 0px 0px 0px;
}
#container{
	position:relative;
	width: 700px;
	margin:auto;
	padding-bottom:20px;

}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family: "Courier New",Courier,sans-serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: #222;
	letter-spacing: -1px;
}
h1{
	font-size:26px;
}
h2{
	font-size:22px;
}
h3{
	font-size:20px;
}
h4{
	font-size:16px;
}
h5{
	font-size: 15px;
}
h6{
	font-size:13px;
	letter-spacing: 0px;
	
}

a {
	font-family: "Courier New",Courier,sans-serif;
	/*color: #af2639;*/
	color:#8B2521;
	text-decoration: none;
	font-weight: normal;


}
a:hover{
	color: #bfbfbf;
	font-weight: normal;
}

p{
	line-height: 18px;
	margin: 3px 0px 0px 0px;
}
.red {
		color:#af2639;
}
img {
	border:none;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float: right;
	text-align: right;
	
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:5px 15px 5px 0px;
}
img.floatright{
	margin:5px 0px 5px 15px;
}

.editfloatright{
	margin:15px 15px 15px 15px;
	float: right;
	text-align: right;
	clear:both;
}

.topright {
	margin: 18px 0px 0px 0px;
	text-align: right;
	float: right;
}


/* forms */
form select,
form input,
form textarea{
	font:12px Arial,Verdana,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}


ul li {

	text-decoration: none;
	list-style-type:none;
}
/* header */
#header{
	font: bold 36px "Courier New", Courier, sans-serif;
	width: 680px;
	height: 120px;
	margin: auto;
	background: url(../images/headers/logo.jpg) no-repeat bottom center;
	text-align: left;
}


/* menubar */
.nav{
	height: 35px;
	background-color: #fff;
	color: #222;
	width: 680px;
	margin: auto;
	text-align: left;
	cursor: default;
	font: bold 18px "Courier New", Courier, sans-serif;
	
}

#navlist{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:13px 0px 0px 0px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color: #222;
	text-decoration: none;
	height: 40px;
	padding: 8px 0px 6px 0px;
	letter-spacing: -2px;
}
#navlist li a:hover{
	color:#bfbfbf;

}

/* content */
#content{
	min-height:400px;
	width:680px;
	margin:auto;
	color:#222;
	text-align:left;
}
/*
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
*/
#left{
	width:460px;
	float:left;
	padding:10px 10px 20px 0px;
}

/*
* html #left{
	padding-top:20px;
}
*/
/* sidebar */
#right{
	width:170px;
	float:right;
	padding:15px 0px 20px 25px;
}
#right .sideitem h5{
	font:15px "Courier New", Courier, sans-serif;
	font-weight:normal;
	color:#222;
	width:100%;
	/*background:#fff url(../images/dottedborder.gif) repeat-x top center;*/
	padding-bottom:3px;
	margin-bottom:3px;
}


hr{
	width:100%;
	border:0;
	margin:5px 0px 0px 0px;
	height:1px;
	color:#ddd;
	background:#fff url(../images/dottedborder.gif) repeat-x top center;
	}

/* footer */
.footer{
	height:30px;
	width:680px;
	margin:auto;
	color:#000;
	text-align:center;
	clear:both;
}

.footer h6 {
font-size:12px;
letter-spacing: 2.0px;
}
/* bildgalleri */
#galleri ul
{
	list-style: none;

}

#galleri li
{
	display: inline;
}

#galleri img
{
	margin: 10px 5px 10px 10px;
}
#galleri a.hover
{
	text-decoration: none;
}
#galleri ul li a
{

	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	
}