body {
	margin:0px;
	background-color:#101010;
	font-family:verdana;
	font-size: 11px;
}

h3 {
	font-family: verdana;
	font-size:12px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
}

a {
	color:#ffffff;
}

strong {
	font-size: 13px;
}

/* Input */

input.search {
	font-size:11px;
	width:160px;
}

select.listSokTop {
	font-size:11px;
}

/* Slut Input */

div.main {
	position:absolute;
	left:50%;
	margin-left:-495px;
	width:980px;
	background-repeat:repeat-y;
}

div.mainLeft {
	width:200px;
	float:left;
	padding-left:10px;
}

div.mainRight {
	width:760px;
	float:left;
}

div.logga {
	margin-top:10px;
	float:left;
	width:190px;
	height:130px;
}

div.top {
	float:left;
	width:750px;
	height:100px;
}

div.topTop {
	margin-left:10px;
	width:750px;
	height:30px;
	background-color:#101010;
}

div.topTopText {
	padding-right:8px;
	padding-top:8px;
	text-align:right;
	font-size:11px;
	color:#ffffff;
}

div.topBottom {
	margin-left:10px;
	width:750px;
	height:60px;
	background-color:#101010;
	background-image:url(gfx/topBottom_bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

div.topBottomText {
	padding-right:8px;
	padding-top:8px;
	text-align:right;
	font-size:11px;
	color:#ffffff;
}	

/* meny */

.arrowlistmenu {
	float:left;
	margin-top:30px;
	width: 180px; /*width of accordion menu*/
	font-family: verdana;
	font-size:11px;
}

.menybottom {
	float: left;
	background-color: none;
	background-image: url(gfx/meny-bottom.png);
	background-repeat: no-repeat;
	width:180px;
	height:20px;
}

.arrowlistmenu a {
	text-decoration: none;
}

.arrowlistmenu h3 {
	font-size: 13px;
}
	

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
color: white;
background: black url(gfx/titlebar.png) repeat-x center left;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader:hover {
color: white;
background: black url(gfx/titlebar-active.png) repeat-x center left;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
background-image: url(gfx/titlebar-active.png);
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader { /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader { /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.step1 {
color: #ffffff;
background: url(gfx/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 11px;
}

.step2 {
display: block;
padding: 3px;
text-decoration: none;
font-size: 11px;
background-color: #101010;
color:#ffffff;
border-bottom: 1px solid #101010;
}

.step3 {
display: block;
padding: 3px;
text-decoration: none;
font-size: 11px;
background-color: #101010;
color:#ffffff;
border-bottom: 1px solid #101010;
}

/*
.arrowlistmenu a:hover {
	background-color: #242424;
}
*/

/* Main */

div.indexBild {
	margin-top:5px;
	margin-left:10px;
	float:left;
	width:480px;
	height:333px;
	color:#ffffff;
	font-size: 15px;
}

div.indexRight {
	margin-top:5px;
	float:left;
	width:250px;
	margin-left:10px;
	color:#ffffff;
	font-size:11px;
}

div.content {
	width:760px;
	float:left;
	color:#101010;
	background-color:#ffffff;
}

div.contentText {
	padding:15px;
	padding-right:40px;
	font-size:11px;
}

/* Meny test */

div.menyAltOn {
	background: black url(gfx/titlebar-active.png) repeat-x center left;
	padding: 5px 0 5px 10px;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 3px;
}

div.menyAltOff {
	background: black url(gfx/titlebar.png) repeat-x center left;
	padding: 5px 0 5px 10px;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 3px;
}

div.menyAltText {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

div.menyAltText a {
	color: #fff;
	text-decoration: none;
}

div.menyUnder {
	width: 180px;
	height: 20px;
	background-color: #090909;
}

div.menyUnderAlt {
	background: url(gfx/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/	
	padding-left: 20px;
	margin-left: 5px;
	color: #fff;
	font-size: 11px;
}
