@charset "UTF-8";
/* CSS Document 

Title:		f11.se - Global Stylesheet
Author:		Niclas Svedlund
Version:	1.0 
Created:	08-05-01
Updated:	08-06-10
Remarks:	

Kvar att fixa: 
	+ Hantera bild mellan ul li knapparna. 
 	+ Positionering av diabilder centrerat i contentboxen




*/

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!   STYLESHEET START                                                                         !!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

html{
height: 100%;											/* stödjs inte av IE 6.0 */
overflow-y: scroll;										/* Ser till att tvinga fram en vertikal scrollbar i högersidan av browsern. Detta för att hindra att sidan hoppar i sidled när en "för lång" sida visas och en scrollbar är ett måste */
}  									

body
{ /* text-align: center; */ 									/* Hanterar IE5.x problem */
  font-family: arial, sans-serif;
  padding: 0px;											/* ---- top, right, bottom and left margins  ---- */
  margin: 0px;											/* ---- top, right, bottom and left margins  ---- */
  font-size: .78em;
}

/* ################################################################################################## */
/* ###   START ÖVERGRIPANDE INSTÄLLNINGAR                                                         ### */
/* ################################################################################################## */
/* hela huvudcontainerna som allt rymms inom */
#main{
   width: 900px;										/* --- Bredden på hela sajten  --- */
   height: 835px; 				/* height: 700px; */
   padding: 0px 0px 0px 0px;							/* --- top, right, bottom and left margins --- */
   } 


/* margin lefts & margin rights - to centre content */
 #main, #footer
 {
	margin-left: auto;
	margin-right: auto;
}

#wrapper {							/* handles the container with white bottom and black frame */
	float:left;
	width: 860px;
	height: auto;
	background-color:#FFFFFF;
	border:solid;
	border-width:thin;
	border-color:#000000;
	margin-top:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;   
   
   }
#logo {
	float:left;
	width: 200px;
	height: 162px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;

}

#topmenubartext{
	float:left;
	width: 660px;
	height: 65px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	padding-right: 0px;
}

#topmenubarbuttons{
	width: 660px;
	height: 97px;
	float: left;
}


#menu_top{
	float:right;
	width: 766px;
	height: 68px;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 0px;
	margin-left: 0px;
}





#footer {
	float:left;
	width: 860px;
	height: 20px;
	background-image:url(../images/shaddow_bottom.png);
	background-repeat:no-repeat;
	background-position: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px; 								/* --- top, right, bottom and left margins --- */
	color:#000000;
	text-align: center;
}

#divider_horizontal{/* AVSER STARTSIDAN */
	float:left;
	width: 860px;
	height: 3px;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/horizontalline.jpg);
	background-repeat:no-repeat;
	/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
*/	
}		

#photo_left{
  float:left; 
  width: auto; 
  height: auto; 
  margin: 0px 0px 15px 10px; 
  padding: 0px 0px 0px 0px; 								/* --- top, right, bottom and left margins --- */

}

.imgCenter {
display: block;
margin: 0px auto;
border: 1px solid black;
}

#photo_right{
  float:right; 
  width: auto; 
  height: auto; 
  margin: 0px 0px 15px 10px; 
  padding: 0px 0px 0px 0px; 								/* --- top, right, bottom and left margins --- */

}
/* ------------  CONTENTBOXAR ---------------- */


#welcometext {										/* TA MED */
	float: left;
	width:540px;
	height:295px;
	margin-top:-20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contentContainer {										/* TA MED */
	float: left;
	width:540px;
	height:auto;
	margin-top:-20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#lexikon {										/* TA MED */
	float: left;
	width:860px;
	height:auto;
	margin-top:-20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-right: 0px;
}


#column_right{										/* TA MED */
	float:left;
	width: 260px;
	height: 295px;
	margin-top:-20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#column_right2{										/* TA MED */
	float:left;
	width: 260px;
	height: 295px;
	margin-top:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#column_right3{										/* TA MED */
	float:left;
	width: 260px;
	height: 295px;
	margin-top:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#column1 {
	/*	position:absolute;
	left:300px;
	top:610px; 
		z-index:20;
	*/
	width:260px;
	height:220px;
	float:left;
	margin-top: 30px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-left: 0px;
}

#column2 {
	/*	position:absolute;
	left:300px;
	top:610px; 
		z-index:20;
	*/
	width:260px;
	height:220px;
	float:left;
	margin-top: 30px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../images/verticalline.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#column3 {
	/*	position:absolute;
	left:300px;
	top:610px; 
		z-index:20;
	*/
	width:260px;
	height:220px;
	float:left;
	margin-top: 30px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../images/verticalline.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	background-position: left;
}


#column_single{
  float:left; 
  width: 646px; 
  height: auto; 
  margin: 15px 0px 0px 28px; 
  padding: 0px 0px 0px 0px; 								/* --- top, right, bottom and left margins --- */
}

#column_left{
  float:left; 
  width: 330px; 
  height: auto; 
  margin: 15px 0px 0px 28px; 
  padding: 0px 0px 0px 0px; 								/* --- top, right, bottom and left margins --- */

}



/* -------------------------------------------------------- TOP MENYN ------------------------------------------------------- */
ul#top-nav {
	/* position: absolute;
	right: 635px;
	top: 79px;
	*/
	float:left;
	height: 26px;
	width: 630px;
	
}

ul#top-nav li {float: left; display: block; margin: 0px 1px 0 0}

ul#top-nav li a {float: left; display: block; text-align: center; height: 26px; line-height: 26px; font-size: 0.95em; text-decoration: none; color: #fff;}    /* FÄRG PÅ MENYKNAPPARNAS TEXT */

ul#top-nav li a#start {width: 65px; background: url(../images/menu/meny-65px.gif) 0 0 no-repeat}
ul#top-nav li a#behandlingar {width: 120px; background: url(../images/menu/meny-120px.gif) 0 0 no-repeat}
ul#top-nav li a#blekning {width: 85px; background: url(../images/menu/meny-85px.gif) 0 0 no-repeat}
ul#top-nav li a#minaord {width: 120px; background: url(../images/menu/meny-120px.gif) 0 0 no-repeat}
ul#top-nav li a#tips {width: 85px; background: url(../images/menu/meny-85px.gif) 0 0 no-repeat}
ul#top-nav li a#priser {width: 65px; background: url(../images/menu/meny-65px.gif) 0 0 no-repeat}
ul#top-nav li a#kontakt {width: 75px; background: url(../images/menu/meny-75px.gif) 0 0 no-repeat}

ul#top-nav li a#start:hover {width: 65px; background: url(../images/menu/meny-65px.gif) 0 -26px no-repeat}
ul#top-nav li a#behandlingar:hover {width: 120px; background: url(../images/menu/meny-120px.gif) 0 -26px no-repeat}
ul#top-nav li a#blekning:hover {width: 85px; background: url(../images/menu/meny-85px.gif) 0 -26px no-repeat}
ul#top-nav li a#minaord:hover {width: 120px; background: url(../images/menu/meny-120px.gif) 0 -26px no-repeat}
ul#top-nav li a#tips:hover {width: 85px; background: url(../images/menu/meny-85px.gif) 0 -26px no-repeat}
ul#top-nav li a#priser:hover {width: 65px; background: url(../images/menu/meny-65px.gif) 0 -26px no-repeat}
ul#top-nav li a#kontakt:hover {width: 75px; background: url(../images/menu/meny-75px.gif) 0 -26px no-repeat}

ul#top-nav li a#start.current {width: 65px; background: url(../images/menu/meny-65px.gif) 0 -52px no-repeat}
ul#top-nav li a#behandlingar.current {width: 120px; background: url(../images/menu/meny-120px.gif) 0 -52px no-repeat}
ul#top-nav li a#blekning.current {width: 85px; background: url(../images/menu/meny-85px.gif) 0 -52px no-repeat}
ul#top-nav li a#minaord.current {width: 120px; background: url(../images/menu/meny-120px.gif) 0 -52px no-repeat}
ul#top-nav li a#tips.current {width: 85px; background: url(../images/menu/meny-85px.gif) 0 -52px no-repeat}
ul#top-nav li a#priser.current {width: 65px; background: url(../images/menu/meny-65px.gif) 0 -52px no-repeat}
ul#top-nav li a#kontakt.current {width: 75px; background: url(../images/menu/meny-75px.gif) 0 -52px no-repeat}



/* ---------------------------------------------------------------------------------------------------------------------- */

/* ################################################################################################## */
/* ###   START: HANTERING AV HUR LÄNKAR SER UT                                                    ### */
/* ################################################################################################## */
a:link {color: #990000 ; text-decoration:none;}
a:visited {color: #990000;text-decoration:none;}
a:hover {text-decoration: underline;}

a.img:link {color: #fff999; text-decoration:none;}
a.img:visited {color: #fff999; text-decoration:none;}
a.img:hover {text-decoration: underline;}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- NEDAN SKALL EJ MED ----------*/




/* ################################################################################################## */
/* ###   START: HANTERING AV TYPSNITT OCH TEXTATTRIBUT                                            ### */
/* ################################################################################################## */
p
{ text-align: left;
  margin: 0px;											/* ---- top, right, bottom and left margins  ---- */
  padding: 0px 0px 5px 0px;								/* ---- top, right, bottom and left margins  ---- */
  line-height: 1.2em;	
 /*	background:#e6e6e6; */ 								/* ########## Slå på vid buggrättning ####### */
}

h1, h2, h3, h4
{ font-family: tahoma, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 3px 0px 3px 0px;								/* ---- top, right, bottom and left margins  ---- */
  margin: 0px 0px 0px 0px;								/* ---- top, right, bottom and left margins  ---- */
  /*	background:#ccc; */								/* ########## Slå på vid buggrättning ####### */
}

h1
{ font-family: tahoma, sans-serif;
  font-size: 130%;
  letter-spacing: .1em;	
  padding: 3px 0px 7px 0px;								/* ---- top, right, bottom and left margins  ---- */
  margin: 0px 0px 0px 0px;								/* ---- top, right, bottom and left margins  ---- */
  color: #006699 ;						/* 006699 BLÅ  */
  /*	background:#ccc; */								/* ########## Slå på vid buggrättning ####### */
}

h2
{ font-family: arial, sans-serif;
  font-size: 107%;
}

h3
{ font-family: arial, sans-serif;
  font-size: 105%;
}

h4
{ font-family: arial, sans-serif;
  font-size: 100%;
}


.lexikonrubrik
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 160%;
  letter-spacing: .1em;	
  padding: 3px 0px 7px 0px;								/* ---- top, right, bottom and left margins  ---- */
  margin: 0px 0px 0px 0px;								/* ---- top, right, bottom and left margins  ---- */
  color: #006699;						/* 754c24  */
  font-weight:bold;
}

.ingress
{
font-weight:bold;
margin: 0px;											/* ---- top, right, bottom and left margins  ---- */
padding: 0px 0px 0px 0px;								/* ---- top, right, bottom and left margins  ---- */
line-height: 1.2em;
}


/*  -----------------------------  MENYLISTEHANTERING ----  */

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}
/*  -----------------------------  SLUT: MENYLISTEHANTERING ----  */

/* navigation menu */
#menubar
{
/*	display:block; */ /* ######################## Slå på vid buggrättning #################### */
	width: 890px; /* -----------------------------Bredd på menyn ------------------Orginal 760 */
	height: 25px;  		/* Styr höjd på menyrad */
	overflow:hidden;	/* Slå på denna om menybild inta har samma höjd */
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	height: 26px;  /* ----------------Orginal 44px */
	text-decoration: none;
	padding: 6px 18px 0px 18px;  /* Var det denna som placerade menytexten i horisontalledet? sattes till 16 18 0 18 vid 45 i höjd på menubar ---Orginal 26px 18px 0px 18p  */
	text-align: center;
	border-right: 1px solid;
} 

#search
{ float: right; 
  padding: 12px 15px 0px 0px; /* Ev ändra till 12 15 0 0 för att placera search rätt i höjd ----Orginal 22px 15px 0px 0px */
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: verdana, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* Troligen till toppmenyn */

#menubar{background: #7B846E url(../images/menu/menu.png) repeat;} 

ul#menu li a 
{ background: transparent;
  color: #FFF;
  border-color: #898977;
} 


ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url(../images/menu/menu_sel.png) repeat;} 


input.searchfield
{ background: #FFF; 
  border-color: #888;
}

input.searchbutton
{ background: #333; 
  border-color: #949C88; 
  color: #FFF;
}


/* HÖGERMENYN -  DENNA STYR !!! */


/* sidebar items / links */
.sidebaritem
{
	text-align: left;
	width: 200px; /* -------------------------------Bredden på containers för innehållsdelen i sidomenyn ---------------------Orginal 190 */
	float: left;
	margin: -20px 0px 15px 0px; /* ---- top, right, bottom and left margins  ---- */
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: none;
border-bottom: 1px solid;
  width: 184px; /* -------------------------------Bredden på själva innehållsdelen/strecken i sidomenyn ---------------------Orginal 160 */
  padding-top: 4px; 
  margin: 4px 0px 15px 14px; /* ---- top, right, bottom and left margins  ---- */
}

.sidebaritem li
{ list-style: none; 
  padding: 8px 0px 4px 0px; 
/*  border-top: none;  5px solid */    /* --------- ÄNDRA DENNA TILL TOP OM UNDERMENY SKALL TILL ---- */ 
border-top: 1px solid;

}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px; /* ---- top, right, bottom and left margins  ---- */
  display: block;
 
} 


.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url(../images/menu/arrow.png) no-repeat left center;
  color: #555;  
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../images/menu/arrow_select.png) no-repeat left center;
   background-color: #d9ef93 ;
} 

/* BEF0FF DDF5FF*/

/* ------------------- Undermenyn ------------ */


.submenu ul, .submenu li{border-color: #e3e3e3; border-bottom: none;}

.submenu ul
{ border-top: none;
  width: 174px; /* -------------------------------Bredden på själva innehållsdelen/strecken i sidomenyn ---------------------Orginal 160 */
  padding-top: 0px; 
  margin: 0px 0px 0px 10px; /* ---- top, right, bottom and left margins  ---- Styr hur långt in på raden submenyn hamnar */
}

.submenu li
{ list-style: none; 
  padding: 4px 0px 0px 0px; 
  border-bottom: none;
  border-top:none;
}

.submenu li a.current, .submenu li a:hover, .submenu li a.current:hover
{ background: transparent url(../images/menu/arrow_select.png) no-repeat left center;
   background-color: #d9ef93;
} #main #whitearea #kursuppbyggnad table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

