/* {
margin:0;
padding:0;
}*/


strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	}

hr{
	color: #d9d9d9;
	background-color: #d9d9d9;
	height:1px;
	border:0;
	}



*.lb-half { display:block; margin-top:-0.8em; }


/* ### Länkar ### */

a:link {
	text-decoration:none;
	color:#000000;
}

a:active {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}
.login a:link{ 
	text-decoration:none;
	color:#999;
}

.login a:active{ 
	text-decoration:none;
	color:#999;
}

.login a:visited{ 
	text-decoration:none;
	color:#999;
}

.login a:hover{
	text-decoration:underline;
	color:#999;
}



p,h1,h2,h3,h4,h5,h6.rightColP{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}

h1{
	font-size:11px;
	font-weight:bold;
	}
h2{
	font-size:11px;
	font-weight:bold;
	}
h3{
	font-size:10px;
	font-weight:bold;
	}
h4{
	font-size:11px;
	font-style:italic;
	}
h5{
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	}

p{
	font-size:11px;
	font-style:normal;
	}



strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	}


/* ### Klasser ### */
/* Sidokolumnerna */
/* .out & .inb för att få till skuggningen, .in för bakgrundsbilden samt .inp för innehållet */

.out{
	width:200px;
	display:block;
	background:#e8e8e8;
	border:1px solid #ececec;
	position:relative;
	margin:2px 0px 4px 0px; /* Avstånd mellan kolumnerna */
	}

.inb{
	display:block;
	background:#ffffff;
	border:1px solid #d9d9d9;
	position:relative;
	margin:0;
	}

.in{
	background:url(../images/col_head.jpg) no-repeat 0 0;
	background-position:top;
	position:relative;
	padding:7px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	}

.inp{
	margin:2px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	}

.inpgal{
	margin:2px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	}

.gal{
	border:1px solid #333;
	padding:3px 0px 3px 1px;
	width:186px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* Mittkolumn */
/* .outmid & .inbmid för skuggningen, .inmid för innehåll */
.outmid{
	width:480px;
	display:block;
	background:#e8e8e8;
	border:1px solid #ececec;
	position:relative;
	margin:2px 0px 4px 0px;
	}

.inbmid{
	display:block;
	background:#ffffff;
	border:1px solid #d9d9d9;
	position:relative;
	}

.inmid{
	background:url(../images/mid_head.jpg) no-repeat 0 0;
	position:relative;
	padding:20px 10px 10px 10px;
	}


/* Kalendarium */

/* Drop Down */

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menu{
	width:675px;
	height:20px;
	position:relative;
	z-index:90;
	font-family:arial, sans-serif;
	}

* html .menu {width:675px; w\idth:674px;} /* hack to correct IE5.5 faulty box model */

.menu ul{ /* remove all the bullets, borders and padding from the default list styling */
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul{
	width:75px;
	}

.menu li{ /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	float:left;
	width:75px;
	position:relative;
	text-align:center;
	}

.menu a, .menu a:visited{ /* style the links for the top level */
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	width:75px;
	height:20px;
	border:1px solid #464646;
	border-width:1px 0px 1px 1px;
	line-height:19px;
	font-weight:bold;
	}

* html .menu a, * html .menu a:visited {width:75px; w\idth:60px;} /* a hack so that IE5.5 faulty box model is corrected */

.menu ul ul a.drop, .menu ul ul a.drop:visited{ /* style the second level background */
	background:#ffffff url(../Images/small_arrow_grey.gif) no-repeat 95px center;
	}

.menu ul ul a.drop:hover{ /* style the second level hover */
	background:#464646 url(../Images/small_arrow_yel.gif) no-repeat 95px center;
	
	}
.menu ul ul :hover > a.drop{
	background:#464646 url(../Images/small_arrow_yel.gif) no-repeat 95px center;
	}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ffffff;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#464646;
	}

.menu ul ul{ /* hide the sub levels and give them a positon absolute so that they take up no room */
	visibility:hidden;
	position:absolute;
	height:0;top:22px;
	left:0;
	width:90px;
	border-top:1px solid #464646;
	}

* html .menu ul ul {top:22px;t\op:23px;} /* another hack for IE5.5 */

/* position the third level flyout menu */
.menu ul ul ul{
	left:111px; top:-1px; width:111px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-111px;
	}


.menu table{ /* style the table so that it takes no part in the layout - required for IE to work */
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

.menu ul ul a, .menu ul ul a:visited{ /* style the second level links */
	background:#ffffff;
	color:#464646;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	text-align:left;
	width:90px;
	border-width:0px 1px 1px 1px;
	}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:90px;w\idth:60px;
	} /* yet another hack for IE5.5 */

.menu a:hover, .menu ul ul a:hover{ /* style the top level hover */
	color:#ffffff;
	background:#464646;
	}

.menu :hover > a, .menu ul ul :hover > a{
	color:#ffff66;
	background:#464646;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	}


/* ### Containers ### */


#outer{ /* Wrap för hela sidan */
	width:906px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#header{ /* Wrap för #headtop & #menu */
	width:906px;
	height:189px;
	margin:0;
	background:url(../images/top_bg.jpg) no-repeat 0 0;
	}

#headtop{ /* Logga + annat trevligt */
	width:906px;
	height:164px;
	margin:0;
	}

#menu{ /* ... */
	width:675px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

#main{ /* Wrap för vänster, mitt & högerkolumnerna */
	width:906px;
	margin:0;
	}

#colleft{ /* vänster kolumn */
	width:200px;
	margin:0px 0px 0px 3px;
	float:left;
	}

#midcol{ /* mittkolumn */
	width:480px;
	float:left;
	margin:0px 0px 0px 10px;
	}

#colright{ /* höger kolumn */
	width:200px;
	margin:0px 3px 0px 0px;
	float:right;
    z-index:1;
	}

#footer{ /* ... */
	width:906px;
	height:37px;
	float:left;
	background:url(../images/footer.jpg) no-repeat 0 0;
	text-align:center;
	padding-top:13px;
	}
	
img{  
	border-style:none;
	margin:0px;
	padding-bottom:2px;
	}
	
body {
	margin:0px;
  	font-size:80%;
	}
	
.box {
	background-color:#F4F4F4;
	border:1px solid #CCC;
	height:214px;
	width:400px;
	padding:5px;
	display:none;
	position:absolute;
	}
	
.box2 {
	background-color:#F4F4F4;
	border:1px solid #CCC;
	height:200px;
	width:200px;
	padding:5px;
	display:none;
	position:absolute;
	z-index:2;
	}
	
#login{
	float:right;
	text-align:right;
	margin-top:0px;
	padding-top:10px;
	padding-right:10px;
	color:#F00;
	}
#english{
	float:left;
	text-align:left;
	margin-top:0px;
	padding-top:10px;
	padding-left:10px;
	}
#home{
	margin:0px;
	}
	
#table td, tr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}

#KalRight{
	font-family:Arial, Helvetica, sans-serif;

}

#submit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#464646;
	border-style:none;
	border-color:#464646;
	}
