/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/

body {
	background-color: white;
}
/* 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;*/
	font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

#outer_content_td td {
	text-align: left;
}

#wrap {
	margin: 0em;
	margin-top: 0em;
	width: 68em;
	background-color: white;
}

#wrap a {
	color: #002152;
}



/* The default header div. 
   The div id can be changed by the user. */
#header1 {
	width: 100%;
	height: 100px;
	z-index: 20;
}

#header {
	width: 100%;
	position: relative;
	text-align: left; 
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
	padding-top: 0.6em;
	padding-bottom: 1em;
	font-size: 0.8em;
	font-style: normal;
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #c7e6e6;
	background-image: url('/cgi-bin/WebObjects/forening.woa/1/wa/image?id=knivstaff_logokff2.gif&key=css');
	background-repeat: no-repeat;
	background-position: center 10px;
/*	border-bottom: 0.3em solid #5b7295;*/
}

#header a {
	text-decoration: none; 
}

#header h1 {
	display: none;
	margin-left: 200px;
	color: #752921;	
	font-size: 2.2em;
	font-family: "Helvetica Neue",  Helvetica,Arial, Geneva, sans-serif;
}

.horizontal ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul {
	display: block;
	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;
}

.horizontal { 
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu1 { 
	position: absolute;
	background-color: #5b7295;
	width: 89%;
}

#menu { 
}

#menu ul {
	position: absolute;
	display: block;
	right: 20px;
	bottom: 10px;
}

#menu a {	
	border-left:1px solid #fff; 
	width: 73px; 
	height: 16px; 
	padding: 6px 12px 7px 12px; 
	background-color: #a6a9ab; 
	text-align: center; 
	color: #fff; 
	text-decoration: none; 
	white-space: nowrap; 
}

#menu a.first { 
	background:#c8c9ca url('css_img/leftcap.gif') no-repeat; 
	background-position:left top; 
}

#menu a.last { 
	background:#c8c9ca url('css_img/rightcap.gif') no-repeat; 
	background-position: right top; 
}

#menu a.first:hover { 
	background:#a6a9ab url('css_img/leftcap.gif') no-repeat; 
	background-position:left bottom; 
}

#menu a.last:hover { 
	background:#a6a9ab url('css_img/rightcap.gif') no-repeat; 
	background-position: right bottom; 
}

#menu a:hover, #menu a.current, #menu a.current_group { 
	/*text-decoration: none;
	border-bottom: 0.5em solid black;*/

	background: #5b7295; 
	color:#fff; 
	border-bottom: none;
}

#menu a:hover {
	/*border-bottom: 0.5em solid black;*/
	
	background-color: #5b7295;
}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	background-color: #9fb2d0;	
	margin: 0.8em;
	margin-top: 0.9em;
	padding: 0.3em;
	padding-bottom: 0.9em;
	float: right;
	width: 20%;
}

#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: 0.8em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

#submenu a {
	color: black;
	display: block;
	padding: 0.2em 0.5em 0.3em 0.2em;
	margin: 0;
	border-bottom: 1px solid black;
	padding-left: 0.6em;
	text-indent: 2px;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: none;
}

#submenu a:hover {
	background: #752921; 
	color:#fff; 
}

#submenu a.group { 
	background-image: url('/cgi-bin/WebObjects/forening.woa/1/wa/image?id=wpilen_group.gif&key=css');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current_group { 
	background-image: url('/cgi-bin/WebObjects/forening.woa/1/wa/image?id=wpilen_current_group.gif&key=css');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#submenu a.current { 
	background: #5b7295; 
	color:#fff; 
}

/* 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: 40em;
	padding: 0em 0em 0.5em 1em;
	margin: 0;
	margin-top: 1em;
	background-color: white;
}

#content p {
	clear: both;
}

/* Contact styling */
#content .contact {
	position: relative;
	border-bottom: 0.3em solid #5b7295;
	background-color: lightgrey;
	padding: 1em; 
}

#content .address {
	padding-bottom: 2em;
}

#content .organisation {
	font-weight: bold;
}

#content .contact_text {
	font-style: italic;
}

#content .address_info {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 1em;
	font-size: 0.9em;
}

/* TOC */
.toc .line {
	width: 90%; 
	margin-left: 7%;
	border-bottom: 1px dotted gray;
	height: 1.2em; /* needed by NN6*/
	line-height: 1em;
	margin-top: .4em;
	font-size: 0.9em;
}

.toc a {
	text-decoration: none;
}

.toc a:hover {
	text-decoration: underline;
}

.toc .organisation	{
	float: left;
	position: relative; /*needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.3em;
	border-bottom: solid white .2em;
	padding-right: 0.5em;
	text-align: left;
}

.toc .telephone	{
	float: right;
	position: relative; /* needed by IE6*/
	top: 5px;
	background-color: white;
	margin-bottom: -.4em;
	border-bottom: solid white .2em;
	padding-left: 0.5em;
	text-align: right;
	white-space: nowrap;
}

.toc .heading {
	margin-left: 7%;
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.8em;
}

div.line>.itemname {
	position:static; /*IE5 Mac Bug, items are offset */
} 

#content address {
	padding: 10px 25px 10px 20px;
	margin: 0;
	background: url('css_img/quote.gif') no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	font-size: 0.9em;
	vertical-align: center;
	color: #757575;
	clear: both;
}

#content h1 { font-size: 1.5em; }
#content h2 { font-size: 1.4em; }
#content h3 { font-size: 1.3em; }
#content h4 { font-size: 1.2em; }
#content h5 { font-size: 1.1em; }

#content table {
	margin-left: 0.5em;
}

#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 {
	clear: both;
	margin-top: 1em;
	text-align: center;
	font-size: 0.9em;
	color: black;
	padding: 0;
	padding-top: 1em;
}

#footer p {
	margin:0;
	padding: 0.4em 0;
	background-color: #c7e6e6;
}

#footer img {
	vertical-align: -4px;
}

/* 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, .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;
}

.inbjudan td {
	padding: 0.1em 0.3em;
	font-size: 1em !important;
}

.inbjudan .col1 {
	font-weight: bold !important;
}

