/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/
@import url('http://aux.nklt.se/css/reset.css');

body {
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {
}

#outer_content_td td {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Wraps the user definable content. */
#wrap, #wrap td {
	/*font: 14px LucidaGrande, Lucida, Helvetica, Arial, sans-serif;*/
	font: 12px verdana, Helvetica, Arial, sans-serif;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 75em;
	border: 1px solid gray;
	background-color: white;
	position: relative;
	
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	position: relative;
	width: 100%;
	height: 149px;
	background-color: white;
	margin-bottom: 1.5em;
}

#header h1 {
	font-size: 1.8em;
}

#header a {
	text-decoration: none; 
}

#header p {
	margin: 0;
	padding: 0;
	padding: 0.3em;
	text-align: center;
}

#header img {
	
	
}



#menu ul {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
	
}

#menu ul li {
	display:inline;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 6px;
	padding-top: 5px;
    margin:0;
    
}



#menu ul li ul {
    	display:inline;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
}

#menu ul li ul li {
    	margin:0;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
#menu ul li a{
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_menuright.jpg&key=css.hebo') no-repeat right;
	
}

#menu ul li a:hover{
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_menuhov_right.jpg&key=css.hebo') no-repeat right;
	
}

#menu ul li a.current{
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_menucur_right.jpg&key=css.hebo') no-repeat right;
	
}


/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu { 
	position: relative;
	margin-top: 2em;
	padding-bottom: 0.7em;
	padding-top: 0.5em;
	width: 100%;
	font-size: 0.9em;
	font-style: normal;
	text-align:center;
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_menu.jpg&key=css.hebo') repeat-x;
}



#menu a {
	margin-left: 0.2em;
	font-weight: normal;
	text-align: center;
	padding: 0.2em 1em 0.3em 1em;
	-padding: 0.2em 1em 0.4em 1em;
	color: white;
	width: 100%;
	border-left: 1px solid black;
	background-color: gray;
	border-bottom: 1px solid black;
	
}

#menu a.current, #menu a.current_group, #menu a.current:hover, #menu a.group current_group { 
	background-color: white;
	font-weight: normal;
	text-align: center;
	padding: 0.1em 1em 4px 1em;
	-padding: 0.2em 1em 0.4em 1em;
	color: black;
	width: 100%;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	
    
}

#menu a:hover {
	background-color: lightgrey;
	font-weight: normal;
	text-align: center;
	padding: 0.2em 1em 0.3em 1em;
	-padding: 0.2em 1em 0.4em 1em;
	color: black;
	width: 100%;
	border-left: 1px solid black;
	border-bottom: 1px solid black;

}



/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	margin: 0.8em;
	margin-top: 9em;
	float: left;
	width: 18%;
}

#sidebar p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* The default subMenu div contained in the sidebar div.
   The div id can be changed by the user. */
#submenu {
	padding-top: 0.5em;
	padding: 0.3em;
	padding-bottom: 0.9em;
	
}

.vertical a {
	text-decoration: none;
}

.vertical a:hover {
	text-decoration: underline;
	color: gray;
}

.vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical ul ul {
	margin-left: 0.7em;
}
.vertical {
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

.horizontal {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

#submenu a {
	color: #948210;
	display: block;
	padding: 0.2em 0.5em 0.3em 0.2em;
	margin: 0;
	padding-left: 0.6em;
	text-indent: 2px;
	font-weight: bold;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: underline;
}

#submenu a:hover {
		background-color: white;
}

#submenu a.group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_group.gif&key=css.hebo');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current_group { 
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=hebo_current_group.gif&key=css.hebo');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current { 
	background-color: white;
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {
	margin-top: 7em;

}

/* Wraps the page specific content. */
#splash_content {
	width: 31em;
	padding: 1em 1em 1em 0;
	padding-left: 2em;
	margin-left: 10em;
}

#splash_content a {
}

/* Wraps the page specific content. */
#content {

	float: left;
	width: 40em;
	margin-left: 0em;
	padding: 0em 0em 0.5em 0.5em;
	margin-top: 4em;
	margin-bottom: 3em;
	

}

#content p {
	
	font: 11px Arial;
	color: #666;
	clear: none;
}

#content p img {
	border: none;
	
}

#content p img .img_float_right {
	clear: none;
	
}

#content a {
	color: #8d7a00;
	
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
}




#content table {

}

#content table td {
	font-size: 0.8em;
	padding: 0.2em 0.4em;
}

/* The default footer div. 
   The div id can be changed by the user. */

#footer ul {
	display:inline;
	margin-left: 0em;
	padding-left: 0px;
	
	
	
}

#footer ul li {
	display:inline;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
    margin:0;
    float: left;
    color: gray;
   
    
}





#footer ul li ul {
    display:inline;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	
	
	
}

#footer ul li ul li {
    margin:0;
	padding-left: 0px;
	font-weight: bold;
	
	
}
#footer { 
	padding-left: 1em;
	border-top: 1px solid black;
	padding-bottom: 2.8em;
	-padding-bottom:0em;
	width: 889px;
	font-size: 0.9em;
	font-style: normal;
	clear: both;
	background: #d6d6d6;
}



#footer a {
	
	border-left: 1px solid gray;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.7em;
	padding-bottom: 7px;
	background: #c4c4c4;
	color: white;
	text-decoration: none;
    
}

#footer .footerfirst a {
	border-left: none;
	border-right: 1px solid gray;
	margin-right: 8em;
	
}

#footer .footerlast a {
	border-right: 1px solid gray;
	
	
}



#footer a.current, #footer a.current_group, #footer a.current:hover { 
	background: #062f68;
	
    
}

#footer a:hover {
	background: #f5d405;


}


#footer p {
	margin-left: 0;
	padding: 0;
	clear: none;
}


#footer img, #content img {
	vertical-align: middle;
}

/* The login link. */
#login {
	position:fixed;
	top: 6px;
	right:2px;
	font: 10px verdana, sans-serif;
}

#login a {
	color: white;
	background-color: gray;
	text-decoration: none;
	border: 2px outset;
	margin: 0;
	padding: 0.1em;
}

#login a:hover {
	background-color: lightgray;
}

.caption_float_left, .caption_float_right, .caption_no_float {
	font-size: 0.8em;
}

.caption_float_right {
	border: none;
}

.caption_float_left {
	border: none;
}
 
.img_float_right  {
	border: none;
}

.img_float_left  {
	border: none;
}

/*h1-public-classes: blue*/ 
/*h2-public-classes: blue*/ 
/*h3-public-classes: blue*/ 
/*h4-public-classes: blue*/ 
/*h5-public-classes: blue*/ 
.blue {
	color: #232599;
}

/*p-public-classes: align_right, align_center, align_justify, blue*/ 
h1 {
	 font-size: 1.4em; 
	 font-weight: bold; 
	 color: #06326e;
	 border-bottom: 1px solid #bbafaf;
	 margin-bottom: 0.6em;
}
h2 { 
font-size: 1.2em;
 font-weight: bold; 
 color: #666; 
 clear: none;
 margin-top: 1em;
 
 }

h2 img { 

 clear: none;
 
 }
h3 { font-size: 1.1em; }

h1, h2, h3 ,h4, h5 {
  padding-bottom: 0.7em;
}

.align_right, .align_center, .align_justify, h1, h2, h3 ,h4, h5 {
   clear: both;
}
.align_right {
     text-align: right;
}

.align_center {
     text-align: center;
}

.align_justify {
     text-align: justify;
}

/*address-public-classes: extra*/ 
.extra {
	margin: 0;
	font-size: 1.2em;
	vertical-align: center;
	color: red;
	clear: both;
	font-style: normal;
	padding: 1em;
}

/*blockquote-public-classes: push, bigpush*/ 
.push {
	background-color: white;
	padding: 1em;
	border: 0.3em solid lightblue;
	font-size: 0.9em;
}

.push h1 {
	color: blue;
	padding: 0;
	margin: 0;
}

.bigpush {
	background-color: white;
	border: 0.3em solid lightblue;
	font-size: 1.4em;
	color: red;
	margin:0;
	padding: 0.5em;
}

/*table-public-classes: articlepricelist, productarea, Hebotabell*/ 
/*h2-public-classes: senastenyttrubrik*/

.productarea td {
	font-size: 1em !important;
}

.articlepricelist td {
	padding: 0.1em 0.8em!important;
	font-size: 1em !important;
	border-bottom: 1px solid #bfafd0;
}

.articlepricelist .row1 td {
	font-weight: bold!important;
	white-space: nowrap;
	background-color: #ddd3e5;
	border: none;
}

.articlepricelist .col4 {
    text-align: right!important;
}

.articlepricelist {
    clear: both;
	padding: 0.5em;
	border: 2px solid #bfafd0;
}

.Hebotabell{
	padding: 0em;
	
}

.Hebotabell tr.row1{
	font-weight: bold;
	background-color: #06326e;
	color: white;
	
}

#senastenytt {
	
	position: absolute;
	top: 305px;
	right: 0;
	width: 180px;
	border-left: 1px solid;
	padding-left: 0.7em;
	border-color: #a7983b;
	margin-left: 0;
}

.senastenyttrubrik {
	position: absolute;
	top: 263px;
	right: 0;
	width: 180px;
}

.edit_mode .senastenyttrubrik {
	position: inherit;
}

.edit_mode #senastenytt {
position: inherit;
}
