/*** Almänna regler ***/
body {
	background: #502305; /*#7D4C23; */ 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #000;
}

a:hover {
	color: #c60;
}


a:visited {
	color: #969;
}


/**** Box för hela webbplatsen ***/
#rap
{
background: #fff;
margin: 10px auto 0 auto;
width: 730px;
text-align: left;
border: 5px solid #C1C1C1; 
}



/*** Sidhuvudet ***/
h1#header
{
background: url(bilder/sidhuvud1.jpg);
width: 730px;
height: 174px;
margin: 0;
padding: 0;
text-align: left; 
}

/*
h1#header a
{
position: relative;
top: 170px;
left: 10px;
font-size: 24px;
background: transparent;
padding: 5px;
color: #FEF4E2;
text-decoration: none;
}

h1#header a:hover
{
position: relative;
top: 170px;
left: 10px;
font-size: 24px;
background: transparent;
padding: 5px;
color: #5F5F5F;
text-decoration: none;
}
*/

/**** Huvudmenyn ***/

#navcontainer ul
{
	padding: 0;
	margin: 0 0 0 5px;
	height: 22px;
	float: left;
	width: 705px;
	background-image: url(bilder/meny-bg.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li.page_item a {
	padding: 4px 14px 0px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #fff;
	font-size: 10px;
	height: 22px;
}

#navcontainer ul li.page_item a:hover
{
color: #FFFFFF;
text-decoration: underline;
/* background: #CCD22A;  */
}

/*
#navcontainer ul li.current_page_item a
{
padding: 10px 14px 5px 14px;
background: #C9C0B0;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #DFDFDF;
}

*/

#navcontainer ul li.current_page_item a:hover
{
background: #63C7C7; 
text-decoration: underline;

}


/*** ***/
#content {
	position: relative;
	left: 30px;
	top: 20px;
	margin-bottom: 50px;
	float: left;
	padding: 0;
	width: 430px;
}

#content p {
	color: #000; 
	font-size: 110%;
	line-height: 1.5em;
}

#content h1 {
	color: #000; 
	font-size: 130%;
	margin: 20px 0 0px 0;
}

#content h2 {
	color: #000; 
	font-size: 100%px;
	margin: 20px 0 0px 0;
}

#content h3 {
	font-size: 100%;
	line-height: 1.5em;
	margin: 20px 0 0px 0;
}


#content ul {

	list-style-type: circle;
	font-size: 110%;
	line-height: 1.5em;
}


/*** Menyn i högerkolumnen ***/

#menu-start {
	clear: right;
	float: left;
	position: relative;
	top: 35px;
	left: 60px;
	margin: 0 0 50px 0;
	padding-bottom: 10px;
	width: 170px;
	border-left: 1px #CD812B solid;
}

#menu {
	clear: right;
	float: left;
	position: relative;
	top: 35px;
	left: 80px;
	/*margin: 0 0 30px 0; */
	padding-bottom: 10px;
	width: 150px;
	border-left: 1px #CD812B solid;
}


#menu h3 {
	font-size: 115%;
	font-weight: bold;
	margin: 10px 0 4px 10px;
	padding: 0;
	color: #333;
}

#menu-start h3 {
	font-size: 115%;
	font-weight: bold;
	margin: 10px 0 4px 10px;
	padding: 0;
	color: #333;
}

#menu-start p {
	margin: 0 0 0 10px;
	font-size: 89%;
	color: #333;
}


#menu ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

#menu ul li h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li a {
	font-weight: normal;
	margin: 0 0 3px 0px;
	padding: 0;
	font-size: 110%;
	line-height: 1.6em;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}


#menu ul li a:visited {
	color: #CD812B;
}



/*** Sidfot ***/

p.adress
{
color: #FFFFFF;
background: C15005; /*#CD812B;  #5F707A; */
border-top: 1px solid #DFDFDF;
clear: both;
font-size: 12px;
margin: 0 auto 0 auto;
padding: 16px 0 17px 0;
text-align: center;
width: 730px;
}

p.adress a
{
color: #ffffff
}

p.credit {
	color: #999;
	clear: both;
	margin: 5px auto 0 auto;
	padding: 1px 0 17px 0;
	text-align: center;
	width: 730px;
	font-size: 80%;
}

p.credit a {
	color: #999;
}

p.credit a:hover
{
color: #000;
}
