body {font-family: Arial; font-size: 13px; color: #000;}
p {font-family: Arial; font-size: 13px; color: #000;}
td {font-family: Arial; font-size: 13px; color: #000;}
li {font-family: Arial; font-size: 13px; color: #000;}


a:link { font-family: inherit; font-size: 12px; font-weight: bold; color: #666; text-decoration: none;}
a:active {font-family: inherit; font-size: 12px; font-weight: bold; color: #999; text-decoration: none;}
a:visited { font-family: inherit; font-size: 12px; font-weight: bold; color: #666; text-decoration: none;}
a:hover { font-family: inherit; font-size: 12px; font-weight: bold; color: #999; text-decoration: none;}

a.meny_farg:link { font-family: inherit; font-size: 12px; font-weight: bold; color: #fff; text-decoration: none;}
a.meny_farg:active {font-family: inherit; font-size: 12px; font-weight: bold; color: #efefef; text-decoration: none;}
a.meny_farg:visited { font-family: inherit; font-size: 12px; font-weight: bold; color: #fff; text-decoration: none;}
a.meny_farg:hover { font-family: inherit; font-size: 12px; font-weight: bold; color: #efefef; text-decoration: none;}

h1 { font-family: Arial; text-decoration: cursive; font-weight: bold; color: #006699; font-size: 20px; padding: 0px; padding-bottom: 0px; margin: 0px;}
h1.mini_h1 { font-family: Arial; text-decoration: cursive; font-weight: bold; color: #006699; font-size: 18px; padding: 0px; padding-bottom: 0px; margin: 0px; line-height: 16px;}
h2 { font-family: Gill Sans MT; text-decoration: cursive; font-weight: bold; color: #666; font-size: 14px; padding: 0px; padding-bottom: 0px; margin: 0px;}
h3 { font-family: Verdana; font-size: 16px } 

body {
 	margin:0;
	padding-top: 2px;
	padding-bottom: 2px;
	font:100% Verdana;
	background: url(images/bg.png) #ccc;
	background-repeat: repeat-x; background-attachment: fixed;
}

#centersite {
	width: 990px; 
	margin-right: auto; 
	margin-left: auto;
	padding: 0px;
	background: #fff;
}


.footer {
	width: 980px;
	background: #fff;
	background-repeat: repeat-y;
}



.main_center {
	height: 100%;
	width: 980px;
	padding: 0px;
	margin-right: auto; 
	margin-left: auto;
	background: #fff;
	background-repeat: repeat-y;

}




/* ##### MENY ##### */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

#indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 980px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

#indentmenu ul li{
display: inline;
}

#indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #003366; /*dark purple divider between menu items*/
}

#indentmenu ul li a:visited{
color: white;
}

#indentmenu ul li a:hover{
color: #ccc; /*text color of selected and active item*/
}
#indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}



/* ######### STYLE FÖR DROPDOWN I MENYN ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
x-index: -600;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
font-weight: bold;
padding-left: 7px;
text-decoration: none;
color: #ffffff;
background: url(images/indentbg.gif)  center center repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/indentbg.gif);
color: #ccc;
text-decoration: none;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: none;
}

