* { padding: 0; margin: 0; }

html {
	overflow-y: scroll;
}


body {
	font-family: Arial;
	background-color:#ffffff;
	padding-top: 10px;
	color: #000000;	/*background-image:url(bilder/bakgrundsdjur2.jpg);
	background-repeat:repeat;*/
	}

h1
{
	text-align:left;
	color: #000000;
	font-size:58px;
	font-weight: normal;	
	}

.rubrik1
{
	color: #000000;
	font-size:58px;
	font-weight: normal;	
	}
	

	.rubrik1red
{
	color: #FF0000;
	font-size:34px;
	text-align:center;
	font-weight: normal;
	}

	.rubrikmellan
{
	text-align:left;
	color: #000000;
	font-size:40px;
	font-weight: normal;	
	}
	
		.rubrikmindre
{
	text-align:left;
	color: #000000;
	font-size:18px;
	font-weight: normal;	
	}
	
	.rubrik2
{
	color: #000000;
	font-size:27px;
	font-weight: normal;	
	}
	
		.rubrik2red
{
	color: #FF0000;
	font-size:27px;
	text-align:center;
	font-weight: normal;	
	}
	
	.litenrubrikcenter
{
	font-size:15px;
	text-align:center;
	font-weight:bold;
	
	}
.litenrubrik
{
	font-size:15px;
	text-align:left;
	font-weight:bold;
		}
		
				.bildtextitalic
{
	font-size:13px;
	text-align:left;
	font-weight:normal;
	font-style:italic;
		}
.styckeitalic
{
	text-align:justify;
	font-size: 14px;
 	color:#000000;
	font-style:italic;
}

		
		.litenrubrikitalic
{
	font-size:15px;
	text-align:left;
	font-weight:bold;
	font-style:italic;
		}
	
.utanjustify
{
	text-align:left;
	font-size: 14px;
 	color:#000000;
}

a {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
} a:hover {
	text-decoration: underline;
	color: #3399FF
}	

a.link {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align:left;
	
} 
a.link:hover {
	text-decoration: underline;
	color: #3399FF
}


p
{
	text-align:justify;
	font-size: 14px;
 	color:#000000;
}



img.fem
{
	padding-bottom: 5px;
	padding-right: 10px;
}

img.two
{
	padding-bottom: 2px;
}



/* behövs för att fylla ut leftcolumn */
#wrapper {
	margin: 0 auto;
	width: 1020px;
	background:  #c3c3c3;
	border: 2px solid #000000;
}
#header {
	/*color: #FF9933;*/
 width: 1020px;
	float: left;
	/*padding: 10px;*/ 
 height: 130px;
	margin: 0px 0px 0px 0px;
	background:  #FFFFFF;
	font-size:64px;
	text-align: center;
	background-image:url(bilder/topsnegrey.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #000000;
}
#leftcolumn {
	
	background:	#c3c3c3; 
 	margin: 0px;
	padding: 10px;
	padding-top: 50px;
	/*height: 550px;  /* justeras så att det passar bilden under menyn */
	width: 120px;
	float: left;
		
}

#rightcolumn { 
 float: right;
 background: #c3c3c3;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-top: 50px;
 /*height: 350px; */
 width: 130px;
 display: inline;
 }

#midcolumn {
	float: right;
	background:	#f5f5f5;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	padding-top: 20px;
	width: 708px;
	display: inline;
	min-height: 600px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	
	}


#footer {
	width: 1000px;
	clear: both;
	background: #a39f9f;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top:1px solid #000000;
	font-size: 12px;
	text-align: center;
 	color:#000000;
	

}

ul#navigation
{
	
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 14px;
	font-style: normal;
}

ul#navigation a
{
	display: block;
	background-color:#f5f5f5;
	border:1px #c3c3c3 solid;
	text-decoration: none;
	color: #000000;
	padding: 4px 5px;
	width: 8em;	
}



ul#navigation a:hover
{
	color:#0099FF;
	text-decoration: underline;	
}

ul#navigation li
{
	
	
}

td 
{
	padding: 5px;
	}
	

	


