/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #202020;
}

#page	 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #dadada;
	text-align: left;
	letter-spacing: 1px;
	margin: 20px auto auto;
	width: 900px;
	border: solid 1px #333333;
	color: #333333;
}

#head	 { background-color: #99ccff; height: 240px; border-bottom: 1px solid #333333 }

#left	{
	width: 190px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

#content	 {
	background-color: #dadada;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 670px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#footer	 {
	background-color: #dadada;
	text-align: center;
	padding: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer a:link{color: #036;}
#footer a:visited{color: #036;}
#footer a:hover{color: #69C;}

.rubrik	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #369;
	line-height: normal;
}

.mellanrubrik	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12 px;
	color: #369;
	line-height: normal;
	font-weight: bold;
}

.bildtext	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10 px;
	font-style: italic;
}


/*  Meny   */

#menycontainer{
	width: 180px;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{
	display: block;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	background-color: #036;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#meny ul{list-style-type: none;}
#meny ul a{
	margin: 0;
	background-color: #369;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #69C;}
#meny a#current  { color: #000000; font-weight: bold; background-color: #fc3 }
#meny a#subcurrent{
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
}.underrubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.bild {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
}
.text { color: black; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 18px }
