/*@import url('http://freia.timeoff.se/~fredrik/webpages/structure.css');*/
/*hide-site-divs: sidebar */

/*p-public-classes: platta, startbild, link, picture10*/
/*div-public-classes: story_box, info_box, hide_picture01, hide_picture02, hide_picture03, hide_picture04, hide_picture05, hide_picture06, hide_picture07, hide_picture08, hide_picture09*/

body {
	background-color: white;
}

#keys {
  display:none;
}

/* 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: 11px Verdana, sans-serif;
}

#wrap {
	position: relative;
	margin: 0;
	margin-top: 20px;
	margin-left: 45px;
	width: 929px;
	background-color: white;
}

/* The default header div. 
   The div id can be changed by the user. */
#header {
	position: relative;
	width: 791px;
	height: 66px;
}

#header a {
	text-decoration: none; 
}

#header p {
	position: absolute;
	bottom: 5px;
	right:0;
	margin: 0;
	padding: 0;
}

#header img {
	padding: 0;
	margin: 0;
}

.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 { 
	position: absolute;
	bottom: -1px;
	left: 0;
	text-align: left; 
	margin: 0;
	padding: 0;
	padding: 1em 0;
}

#menu a {
	color: white;

	background-color: #9ed86b;
	padding: 1em 1.3em;
}

#menu .i2 a, #menu .i5 a, #menu .i8 a {
	background-color: #34b545;
}

#menu .i3 a, #menu .i6 a, #menu .i9 a {
	background-color: #005418;
}

#menu a:hover, #menu a.current, #menu a.current_group { 
	text-decoration: underline;
	border: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* The default sidebar div.
   The div id can be changed by the user. */
#sidebar {
	position: absolute;
	right:0;
	background-color: transparent;	
	width: 136px;
	margin: 0;
	padding: 0;
	margin-top: 23px;
	z-index: 10;
	font: 9px Verdana, sans-serif;
	overflow: hidden;
}

#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 {
 	text-transform: uppercase;
}

#submenu a {
	color: black;
	display: block;
	padding: 0.3em 0.5em 0.3em 0.2em;
	margin: 0;
	padding-left: 0.6em;
	text-indent: 2px;
text-decoration: none;
}

#submenu a:hover, #submenu a.current, #submenu a.current_group { 
	text-decoration: underline;
}

#submenu a:hover {
	background-color: lightgrey;
}

#submenu a.group { 
	/*background-image: url('group.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;*/
}

#submenu a.current_group { 
	/*background-image: url('current_group.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;*/
}

#submenu a.current { 
	font-weight: bold;
	border: none;
}

/* Wraps the page specific content including parts of the admin interface. */
#content_admin {
	position: relative;
	padding: 0;
	margin: 0;
	height: 550px;
	background: url('/css.cvlk/image/cvlk_tapet_repeat.jpg') repeat-y;
	/*background: url('cvlk_img/tapet_repeat.jpg') repeat-y;*/
}

/* 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 a {
	color: #005418;
}

#content a:visited {
	color: #34b545;
}

#content p {
	clear: both;
	line-height: 1.4em;
}

#content h1, #content h2, #content h3, #content h4 {
	font-weight: normal;
	clear: both;
}

#content h1 { font-size: 1.4em; }
#content h2 { font-size: 1.3em; }
#content h3 { font-size: 1.2em; }
#content h4 { font-size: 1.1em; }
#content h5 { font-size: 1.0em; }

#content h1 { font-size: 1.4em; padding-bottom: 0.7em;}

/* Moved to the story css*/
.story_box {
}

.link {
}

.hide_picture01, .hide_picture02, .hide_picture03, .hide_picture04, .hide_picture05, .hide_picture06, .hide_picture07, .hide_picture08, .hide_picture09 {
}

/* The default footer div. 
   The div id can be changed by the user. */
#footer {
	clear: both;
	width: 791px;
	margin-top: 1em;
	text-align: right;
	text-transform: uppercase;
	padding: 0.6em;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
 	font-size: 9px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* The login link. */
#login {
	position:fixed;
	top: 6px;
	right:2px;
	font: 10px verdana, sans-serif;
	display: none;
}

#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;
}
/*table-public-classes: tidsplan, user, lista, events, parametrar*/

.tidsplan, .user {
	margin: 0.3em;
	padding: 0.2em;
	margin-left: 0.3em;
	border: 0.1em solid gray;
}

.tidsplan td, .user td {
	padding: 0.1em 0.3em;
	font-family: Georgia, Times New Roman, Times, serif !important;
}

.tidsplan .row1 td, .user .row1 td {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em !important;
	background-color: linen;
	border-bottom: 0.1em solid silver;
}

.parametrar td {
	padding: 0.1em 0.3em;
}

.parametrar .col1 {
  color: #ff8000;
}

.events td {
	padding: 0.1em 0.3em;
}

.comment {
	display: block;
	padding: 0.3em;
	border: 1px solid black;
	background-color: lightgray;
}

.lista {
	margin: 0.3em;
	padding: 0.2em;
	margin-left: 0.3em;
	border: 0.1em solid gray;
}

.lista td {
	padding: 0.1em 0.3em;
	font-size: 0.8em !important;
}

.lista .row1 td {
	font-weight: bold;
	font-size: 1em !important;
	background-color: lightblue;
	border-bottom: 0.1em solid silver;
}

.lista .odd {
	background-color: lightgray;
}

