body, html{ width:100%, heigh: 100% }
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
 	background-image: url(bg.png); 
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	font-size:10px;
	font-weight:normal;				
}

#page 
{
	margin-left: -470px;
	width: 940px;
	position:relative;
	left: 50%;
}

/* Typogafi */

p {
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	font-size: 11px;
	font-style:normal;
	margin-top: 0;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FF8040;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color:#930;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

li {
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 0;
}

#content_right p {font-size:10px;}

/* Layout */
	

#form
{
	width:100%;
}


#top {
	background-color: #000000;
	height: 173px;
	width: 100%;
	padding: 0;
	margin: 0;
}
#menu {
	background-color: #ef7f00;
	height: 28px;
	width: 100%;
	padding: 0;
	margin: 0;
}
#topmenu
{
	float:left;
}

#topsearch
{
	float:right;
	padding-right: 20px;
}

#topsearch a
{
	color: #ffffcc	;
}

#content {
	background-color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 0;
}
#content_left {
	background-color: #fdf2e6;
	width: 190px;
	overflow: hidden;
}
#content_left .padding {
	padding: 13px 10px 30px 10px;
}

#content_center {
	width: 540px;
}

#content_right {
	background-color: #fdf2e6;
	width: 160px;
	overflow: hidden;
	padding-left: 10 px;
}

#mainwrap
{
	padding: 0px 20px 10px 10px;
	min-height: 400px;
}

#mainwrapcutter
{
	width: 540px;
	overflow: hidden;
}

#rightwrapcutter
{
	width: 160px;
	overflow: hidden;

}



/* tidigare #mainwrap img  */
/*  men DNN_HTMLContent är klassen med all redigerbar text */
#mainwrap .DNN_HTMLContent  img {
	margin-left: -10px;
	margin-right: -20px;
	}

#rightwrap
{
	padding: 3px 0 0 5px;
}


#alpha {
	margin: 0;
	padding: 0;
	width: 100%;
}
.alpha_left {
	width: 20px;
	background-image: url(alpha_left.png);
	background-repeat: repeat-y;				
}
.alpha_right {
	width: 20px;
	background-image: url(alpha_right.png);
	background-repeat: repeat-y;				
}			
.alpha_lower {
	height: 20px;
	background-image: url(alpha_lower.png);
	background-repeat: repeat-x;				
}	
.alpha_lower_left {
	height: 20px;
	width: 20px;
	background-image: url(alpha_left_corner.png);
	background-repeat: no-repeat;				
}
.alpha_lower_right {
	height: 20px;
	width: 20px;
	background-image: url(alpha_right_corner.png);
	background-repeat: no-repeat;				
}

/*Brödsmulor*/

#breadcrums
{
	height:17px;
	padding-top:2px;
	background-color:#fff;
	padding-left: 16px;
	font-size: 11px;
}

#breadcrums a 
{
	color: #666666;
	padding: 0 4px 0 4px;
}

/* sido-menyn */

#plusmenu a 
{
	display:block;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-family: Tahoma,Arial;
	font-size: 11.5px;
	color: #000;
}
#plusmenu a.ItemSelected
{
	color: #ffffcc;
	background-color: #ef7f00;
	padding-left: 0.4em;
	
}

/* toppmenyn */

#topmenu a 
{
	float:left;
	display:block;
	padding: 7px 0 0 20px;
	font-weight: normal;
	color: #ffffcc	;
	font-size: 11.5px;
	font-weight:bold;
	
}

/* drop down-menyer */

.ui-icon 
{
	 display:block;
	 width: 16px; height: 16px; background-image: url(/images/ui-icons_222222_256x240.png); 
}
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-arrowthick-1-s { display:inline-block; background-position: -64px -48px; }
.ui-icon-zoomout { display:inline-block; background-position: -144px -112px; }

div.dropdown { 
	padding: 0;
	margin: 0;
	list-style: none;
	cursor:pointer;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #000;
	width: 142px;
}


div.dropdown div.dropdownlinks
{
	display:none;
	position:absolute;
	margin-left: -1px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 142px;
	
}

div.shover div.dropdownlinks
{
	display: block;
}

div.dropdown div.dropdownlinks a
{
	display: block;
	padding: 0 5px 5px 5px;
	margin:0;
	font-size: 11.5px;
	font-weight:bold;
	color: #000;
}

div.dropdown div.dropdownlinks a:hover
{
	text-decoration: none;
	background-color: #f00;
	color: #fff;
	
}
 
#dropdowns
{
	background-color: #f00;
	color: #fff;
	height: 100px;
	width: 153px;
	padding:10px 5px 10px 5px;
}
#dropdowns p
{
	font-weight:bold;
	margin: 0;
	padding-bottom: 4px;
	font-size: 10.5px;
}
