/* BODY AND CONTAINER */

		body {
	background-image: url(images/rosa.gif);
	background-repeat: repeat;
			}

		#container {
	width: 750px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 14px;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #B2ABA2;
	border: 4px solid #948979;
		}

		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
	color: #26998e;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
		}
		
		a {
			color: #66749A;
			text-decoration: none;
		}
#container #menu1 #current {
	background-image: url(menu2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: 3d261D;
}


		a:hover {
			color: #566590;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	border: none;
	padding: 10px;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #D1C9BE;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
	padding-top: 0px;
	clear: both;
	margin-bottom: 10px;
	background-image: none;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 180px;
	width: 750px;
	background-repeat: no-repeat;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}

/* NAVIGATION */
	
		#menu1 {
	width: 150px;
	margin: 10px;
	border-style: solid solid none solid;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3D261D;
	border-right-color: #3D261D;
	border-bottom-color: #3D261D;
	border-left-color: #3D261D;
		}
		#menu1 li a {
			height: 32px;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 24px;
			text-decoration: none;
		}	
	/* färg på texten */
		#menu1 li a:link, #menu1 li a:visited {
	color: #666666;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(menu2.gif);
		}
#container #menu1 #subactive {
	background-image: url(menu3.gif);
	background-repeat: no-repeat;
	width: 100px;
	margin-left: 40px;
}

	/* färg på texten när mus är över */
		#menu1 li a:hover {
	color: #ffffff;
	padding: 8px 0 0 10px;
	background-image: url(menu2.gif);
	background-position: 0 -32px;
		}

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

/* CONTENT */

		#content {
	width: 500px;
	margin-left: 180px;
		}


		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px dashed #D1C9BE;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#content a:hover{
	color: #566590;
	text-decoration: underline overline;
	border-bottom: none;
	font-weight: 500;
		}

/* SIDEBAR */

		#sidebar {
			float: right;
			width: 165px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #D1C9BE;
		}
		
		#sidebar a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#sidebar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #B2ABA2;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
#container #menu1 #subactive #subcurrent {
	font-weight: bold;
	background-image: url(menu3.gif);
	width: 100px;
	color: 3d261d;
}
