* { padding: 0; margin: 0; }

html {
	overflow-y: scroll;
}


body {
	font-family: Arial;
	background-color:#c6dcf3;
	padding-top: 15px;
	color: #000000;
	}

.indextext
{
	font-size:16px;
	text-align:center;
	
	}
	
	.indextextleft
{
	font-size:16px;
	text-align:left;
	
	}

.rubrik1
{
	color: #000000;
	font-size:40px;
	font-weight: normal;
	}
	
	.rubrik2
{
	color: #000000;
	font-size:25px;
	font-weight: bold;	
	}
	
		.rubrik3
{
	color: #000000;
	font-size:18px;
	font-weight: bold;	
	}
	
			.rubrikred
{
	color: #F00;
	font-size:18px;
	font-weight: bold;	
	}
	
.litenrubrik
{
	font-size:13px;
	text-align:left;
	font-weight:bold;
	}
	
	.litenrubrikred
{
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#F00;
	}
	
.utanjustify
{
	text-align:left;
	font-size: 13px;
 	color:#000000;
}

a {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
} a:hover {
	text-decoration: underline;
	color: #003399;
}	

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




p.pytte 
{
	font-size: 10px;
	font-style: italic;

}

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

img.kant
{
	margin-bottom: 5px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

	


/* behövs för att fylla ut leftcolumn */
#wrapper {
	margin: 0 auto;
	width: 1050px;
	background:  #c6dcf3;
	border: 2px solid #000000;
	box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
    -webkit-box-shadow: 3px 3px 4px #333;
	padding: 0px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#header {
	/*color: #FF9933;*/
 width: 1050px;
	float: left;
	/*padding: 10px;*/ 
 height: 160px;
	margin: 0px 0px 0px 0px;
	background:  #c6dcf3;
	font-size:64px;
	text-align: center;
	border-bottom:1px solid #000000;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

#leftcolumn {
	
	background: #c6dcf3; 
 	margin: 0px;
	padding: 12px;
	padding-top: 55px;
	/*height: 550px;  /* justeras så att det passar bilden under menyn */
	width: 138px;
	float: left;
		
}

/*#rightcolumn { 
 float: right;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-top: 30px;
 width: 110px;
 display: inline;
 }*/

#midcolumn {
	float: right;
	background: #f6f9fb;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	width: 842px;
	display: inline;
	min-height: 550px;
	/*border-right:1px solid #000000;*/
	border-left:1px solid #000000;
	padding-left: 45px;
	padding-bottom: 10px;
	/*padding: 10px;*/
	padding-right: 0px;
	}


#footer {
	width: 1030px;
	clear: both;
	background:	#68b2ff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top:1px solid #000000;
	font-size: 12px;
	text-align: center;
 	color:#000000;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	

}

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

ul#navigation a
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 5px;
	width: 7em;	
}

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

ul#navigation li
{
	
	
}

td {
	padding: 5px;
	
	}
