html, body {
	font: 13px "Trebuchet MS", sans-serif;
	height: 100%;
	background-color: #E5EAEF;
	margin: 5px;
		
	}
	a {
		color: #304869;
		text-decoration: none;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	margin: 3px 0px;
}
	a:hover {
		text-decoration: underline;
	}
	label{
		font-weight: bold;
		display: block;
		
	}
	#shadow {
		width: 740px;
		margin: auto;
	
	}
	#top {
		text-align: left;
		height: 60px;
		width: 700px;
		background: #ffffff;
		color: white;
		font-size: 36px;
		border-right: solid 3px #e5e5e5;
		border-left: solid 3px #e5e5e5;
		padding: 20px;
	}
	#menu {
		margin: auto;
		background: #f9f9f9;
		width: 700px;
		padding: 10px 20px;
		border-right: solid 3px #e5e5e5;
		border-left: solid 3px #e5e5e5;
		border-bottom: solid 3px #e5e5e5;
		border-top: solid 3px #e5e5e5;
	}
	#menu ul li{
		display: inline;
		padding-left: 11px;
		list-style-type: none;
		
	}
	#menu a:hover {
		border-bottom: solid 5px #304869;
		text-decoration: none;
	}
	#main {
		margin: auto;
		width: 700px;
		padding: 20px;
		background: white;
		border-right: solid 3px #e5e5e5;
		border-left: solid 3px #e5e5e5;
		border-bottom: solid 3px #e5e5e5;
	}
	
	#end {	
		font-size: 11px; 
		color:#999; 
		border: #e5e5e5 3px solid; 
		padding: 10px 20px 10px 20px;
		margin: auto; 
		background: #f9f9f9; 
		width: 700px; 
		

	}
	#maintop {
		padding: 15px;
		background: #f9f9f9;
		border: solid 1px #e5e5e5;
		margin-bottom: 10px;		
		text-align: left;
	}
	#maincontent {
		padding: 15px;
		text-align: left;
		margin-bottom: 30px;
	}
	b.red {
		font-weight: normal;
		color: red;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #323265;*/
	background-image: url(img/skugga1.gif);
	border: thin solid #ABAFC5;

}
p{
	margin-bottom: 3px;
	margin-top: 3px;
}
#mugshot { 
 float:right;
 width:220px;
 padding:0;
 margin:0;
 border-left:30px solid #fff;
 border-bottom:20px solid #fff;
 /*height:250px;*/
}
.clear{
clear: both;
}

/* TEST*/
ul, ul.bmarklist {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
ul.bmarklist {
  margin-top: 10px;
}
ul li, ul.bmarklist li {
  padding: 0px;
  background: url('bilder/list.gif') no-repeat 0px 4px;
  text-indent: 12px; list-style-type:none; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:5px
}
ul.bmarklist li {
   width: 200px;
}

