/* CSS domän Bjurestrand C8C898  */

body {	background: #C8C898 ;
	color:#000000;
	font-family: "Trebuchet MS", Verdana, serif, Ariel
}

#container { background-image : url(bjure.jpg);
	   margin: 0 auto;
	   width: 800px
}
#header { font-size: 30px;
	font-weight: bold;
	background: #C8C898 ;
	color: teal;
	width: 100%; 
}


.shadow {font-size: 40px; 
filter: DropShadow(Color=#87ADAA, OffX=5, OffY=5, Positive=1); width: 100%; height: 60px;}

#sub_header {background: #C8C898 ;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: teal;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content { 
	
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top { 
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 20px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer { 
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}


.content {
	font-weight: bold;
	float: left;
	width: 530px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 16px;
	padding: 30px 30px 30px 30px;
}

.nav a 
{ display: block; width: 140px; height: 20px; text-align: center;
background-image: url(navknapp.png); background-repeat: no-repeat;
background-position: center; margin: 0px 0; padding-top: 3px; }



.menu {   margin-top:20px; 
	width: 190px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 14px;
	padding: 8px;
	line-height:98% ;
}


.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}

.menu li {
	padding-top: 2px;
	list-style-type: disc;
}

#header h1 {
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	color: #87ADAA; 
}

.content h2 {
	background: #D8D8B8 ;
	text-indent: 8px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000040
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow: hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #000040
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}


a {
	color: #0000FF;
	text-decoration: none
}
a:hover {	color: #FF0000;
	background: #D8D8B8 ;
	text-decoration: none
}
a.menu_link {
	color: #0000FF;
	
	
}
a.menu_link:hover {
	color: #FF0000;
	background: #D8D8B8 ;
	text-decoration: none

}


img { border: 0;}

#counter {background: #C8C898 ;
	text-align: right;
	font-size: 10px;
	color: teal;
	padding-right: 20px;
	padding-bottom: 20px;
}
