@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
}


body {
	background-color: #fff;
	background-image:;
	background-repeat: repeat;
	}



div#wrapper 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 12px;
	background-color: #FFF;
	}

div#header 
{
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(../Bilder/top-pic.png);
	color: #333333;
	font-family:"Baskerville old face", "MS Serif", "New York", serif;
	font-size: 3em;
	}
	
	
/* Meny som ej används 
div#menu 
{
	padding: 14px;
	background-image:url(../Bilder/top-pic.png);
	text-align: right;
	font-size: 1em;
	font-family:"Baskerville old face", "MS Serif", "New York", serif;
	color: #FF6470;
	}
	div#menu li 
	{
	display: inline;
	padding-right: 6px; padding-left: 6px;
	border-left: solid 0px; 
	} 
	*/

	

div#sidebar 
{
	background-color: #FFF;
	width: 150px;
	height: 320px;
	margin: 0;
	padding: 20px;
	float: left;
	color: #333333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	

	
div#maincontent
{
	width: 670px;
	height: 320px;
	margin-left: 0px;
	padding: 20px;
	float: left;
	color: #333333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFFFFF;
	font-size: 12px;
	}




div#footer 
{
	background-repeat:no-repeat;
	background-position: bottom;
	width: 860px;
	padding: 20px;
	color: #333333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: right;
		
}.meny1 {
	font-size: 16px;
	padding-top: 0px;
}

.meny1active {
	font-size: 16px;
	padding-top: 0px;
	color: #FF4453;	
}
.meny2 {
	font-size: 12px;
	font-style: italic;
	padding-left: 14px;
	
}

.meny2active {
	font-size: 12px;
	font-style: italic;
	padding-left: 14px;
	color: #FF4453;	
}

.meny2b {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 20px;
	padding-left: 14px;
}

.meny2bactive {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 20px;
	padding-left: 14px;
	color: #FF4453;	
}

a:link { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:hover {
	text-decoration: none;
	color: #FF4453;
}

.rubrik {
	font-size: 16px;
	font-style: oblique;
	padding-bottom: 15px;
	padding-top: 20px;
}
.brodtext {
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
}
.huvudrubrik {
	font-size: 25px;
	font-style: oblique;
	padding-bottom: 15px;
	padding-top: 15px;
}

.copyright {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: right;
	padding-bottom: 40px;
