body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #53633C; /* BAKGRUNDSFÄRG BYT HÄR */
	color: #666666;
	}
	
#container {
	width: 760px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	width: 760px;
	height: 140px;
	background: #336699;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 0.4em;
	text-align: center;
	background: url(img/banner.jpg) no-repeat;  /*ÖVERSTA BANNERN BYT HÄR */
	}

/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(img/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	
/* Main Content */
#content {
	width: 550px;
	margin-top: 15px;
	}

	
#content h2 {
	font-size: 20px;
	}
	
	
#content h3 {
	font-size: 14px;
	line-height: 1pt;
	}

#content img {
  padding:4px;
  border:1px solid #ddd;
  }

#content p {
	font-size: 12px;
	}
	
#content a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #ffffff;
	}
	
/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	}

 
#sidebar a, a:visited {
	color: #666666;
	text-decoration: none;
	} 

#sidebar a:hover {
	color: #ffffff;
	}

/*för att få en grå ram runt bilder i höger marginal
#sidebar img {
  padding:4px;
  border:1px solid #ddd;
  }*/

.ram img { padding:4px;
  border:1px solid #ddd; }
	
 

/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}
