/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/

/* Wraps everything but body and the admin menu (in case of loged in.*/
#wrap_admin {
}

/* Wraps the user definable content. */
#wrap, #wrap td {
	font: 14px LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#keys {
  	display:none;
}

#wrap {
	
	margin: 1em auto 0.5em auto;
	width: 69em;
	background-color: #fafafa;
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	width: 100%;
	background-color: #333;
	
}

#header a {
	text-decoration: none; 
}

#header p {
	color: whitesmoke;
	font-size: 1.7em;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	margin-left: 14.5em;
	margin-bottom: 0.5em;
}

.horizontal ul {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li {
    	display:inline;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 5px;
    	margin:0;
}

.horizontal ul li ul {
    	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li ul li {
    	margin:0;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu { 
	background: #ebebeb url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=linnefiler_menu.jpg&key=css.linnefiler') repeat-x;
	text-align: center; 
	margin: 0;
	
	padding: 0;
	padding-top: 0.6em;
	padding-bottom: 1em;
	font-size: 0.9em;
	font-style: normal;
	clear: both;
}

#menu a {
	color: whitesmoke;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 8px;
	-padding-bottom:11px;
	padding-top: 0.2em;
	font-size: 1.3em;
	
}

#menu a:hover, #menu a.current, #menu a.current_group { 
	
	
	
	background-image: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=linnefiler_menucur.gif&key=css.linnefiler');
}

#menu a:hover {
	color: white;
}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	border: 1px solid #b6b6b6;
	margin: 0.9em 1em 1em 0;
	padding: 0.3em;
	padding-bottom: 0.9em;
	float:left;
	width: 16%;
	min-height: 480px;
	display: inline;
	background-color: #5a5a5a;
}

#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;
}

.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: whitesmoke;
	display: block;
	padding: 0.4em 0.5em 0.5em 0.2em;
	border-bottom: 1px solid #b6b6b6;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: none;
	background-color: #a4a4a4;
	color: black;
}

#submenu a.current, #submenu a.current_group { 
	
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {

}

/* 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: 45em;
	padding: 0em 0em 0.5em 1em;
	margin-top: 1em;
	min-height: 33.9em;
}

#content p {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#content table {
	margin-left: 0.5em;
	background-color: lightgray;
}

#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 {
	background: url('/cgi-bin/WebObjects/foretag.woa/wa/image?id=linnefiler_footer.jpg&key=css.linnefiler') repeat-x;
	clear: both;
	margin-top: 1em;
	text-align: center;
	font: 0.7em verdana, sans-serif;
	padding: 0.6em;
	height: 15px;
	color: whitesmoke;
	
}

#footer p {
	margin: 0;
	padding: 0;
}

/* 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;
}

body {
	margin: 0;
	padding: 0;
}

.caption_float_left {
	font-size: 0.8em;
}

h1 {
	color: black;
	font-size: 1.7em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 0.6em;
	
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.1em;
	padding-bottom: 0.6em;
	
	margin-bottom: 0.5em;
}