@charset "utf-8";
/* CSS "STYLE" Document */

body {
	background-image: url(images/klockan1.png);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	font-size: 62.5%;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	width: auto;
}

#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	height: auto;
	margin: 0px auto;
}

#wrapperOW {
	background-color: #FFFFFF;
	width: 222px;
	height: auto;
	margin: 0px;
}

.header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 150px;
}

.footer {
	background-image: url(images/foot2.png);
	background-repeat: repeat-x;
}

#content {
	/* används för textformatering */
	margin: 0;
	padding: 0;
	float: left;
}

#menycontainer {
	width: 780px;
	height: 35px;
	border-bottom: 3px solid #B5ECF6;
}

#menycontainer a {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #1D13BC;
	font-size: 14px;
	display: block;
	float: left;
	padding: 8px 12px 0 12px;
    margin-left: 5px;
	background: #F3F3F3;	
	border: 1px solid #F3F3F3;
	border-bottom: none;
	text-align: center;
	height: 27px;
	text-decoration: none;
}

#menycontainer a:hover {
	border-color: #B5ECF6;
	background: #B5ECF6;
	text-decoration: none; 
}

#menycontainer li {
	list-style:none;
}

#menycontainer a#current{
	background: #FFFFFF; 
	border: 3px solid #B5ECF6; 
	border-bottom: none; 
	color: #000000;
}

li.meny {
	display: inline;
}

/**obS! obS! obS!******************************************************
/*	   BILD- och TEXTFORMATERING
/*	   - bildgrupper i content [bildcontent]
/*     - enskild bild i bildgrupp 
/*			- 4 bilder på samma rad [bild6nskild]
/*			- 5 bilder på samma rad [bild6nskild]
/*			- 6 bilder på samma rad [bild6nskild]
/*			- 7 bilder på samma rad [bild7nskild]
/*			- 8  (max antal) bilder på samma rad [bild8nskild]
/*     - brödtext i content [textcontent]
/*     - text för listor [textcontlist]
/*	   - blå brödtext i content [textcontblue] 
/*     - kursiv text i content [textcontkurs]
/*     - brödtext i box9 [textcont9]
/*     - länkar i content, listor [linkz]
/*     - länkar i content, löpande text [linka]
/*	   - länkar i sidebar, listor [linker] [menysidebar]
/*     - länkar i sidebar, löpande text [linkor]
/*	   - rubriker h1, h2, h3 - sätter upp fontfamiljer för rubriker
/*		   	- innehåll nivå 1 [.content h1]
/*		   	- innehåll nivå 2 [.content h2]
/*          - innehåll nivå 3 [.content h3]
/*			- innehåll nivå 4 [.content h4]
/*		   	- sidebar nivå 1 [.sidebar h1]
/*		   	- sidebar nivå 2 [.sidebar h2]
/**obS! obS! obS!*****************************************************/
.bildcontent { /*Används RUNT SAMTLIGA bilder...*/
	font-size: 12px;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
}
.bild4nskild { /*Används RUNT EN bild...för att låta en rad innehålla 4 bilder*/
	padding-left: 42px;
	padding-right: 42px;
}
.bild5nskild { /*Används RUNT EN bild...för att låta en rad innehålla 5 bilder*/
	padding-left: 24px;
	padding-right: 23px;
}
.bild6nskild { /*Används RUNT EN bild...för att låta en rad innehålla 6 bilder*/
	padding-left: 10px; /*13*/
	padding-right: 11px; /*12*/
}
.bild7nskild { /*Används RUNT EN bild...för att låta en rad innehålla 7 bilder*/
	padding-left: 4px; /*5*/
	padding-right: 5px; /*5*/
}
.bild8nskild { /*Används RUNT EN bild...för att låta en rad innehålla 8 bilder*/
	padding-left: 0;
	padding-right: 0;
}
.bubb {
	font-size: 12px;
	text-align: left;
	color: #555555;
	padding: 3px 20px;
}
	
.textcontent {
	font-size: 12px;
	text-align: left;
	color: #555555;
	padding-left: 20px;
	padding-right: 20px;
}

.textcontlist {
	font-size: 10px;
	text-align: left;
	color: #555555;
	padding-left: 20px;
}

.textcontblue {
	font-size: 12px;
	text-align: left;
	color: #1D13BC;
	padding-left: 20px;
}

.textcontkurs {
	font-size: 10px;
	text-align: left;
	font-style: italic;
	color: #555555;
	padding-left: 20px;
}

.textcont9 {
	font-size: 11px;
	text-align: left;
	color: #555555;
	padding: 2px 3px;
}

.textsidebar {
	font-size: 11px;
	text-align: left;
	color: #555555;
	padding-left: 5px;
}

/* LÄNKAR I CONTENT, CRUMBS */
.crumb { 
	font-size: 9px;
	text-align: right;
	color: #1D13BC;
	padding-right: 20px;
	text-decoration: underline;
}
/* LÄNKAR I CONTENT, LISTOR*/
.linkz {
	margin-left: 0;
	padding-left: 20px;
	font-size: 11px;
	text-align: left;
	color: #1D13BC;
}
.linkz li {
	list-style-type: none;
}
.linkz a {
	text-decoration: none;
}

.linkz a:link {
	text-align: left;
	color: #1D13BC;
}
.linkz a:visited {
	text-align: left;
	color: #1D13BC;
}
.linkz a:active {
	text-align: left;
	color: #1D13BC;
}
.linkz a:hover {
	text-align: left;
	color: #B5ECF6;
}

/* LÄNKAR I CONTENT, LÖPANDE TEXT */
.linka {
	margin-left: 0;
	font-size: 12px;
	text-align: left;
	color: #1D13BC;
}
.linka a {
	text-decoration: none;
}

.linka a:link {
	text-align: left;
	color: #1D13BC;
}
.linka a:visited {
	text-align: left;
	color: #1D13BC;
}
.linka a:active {
	text-align: left;
	color: #1D13BC;
}

.linka a:hover {
	text-align: left;
	color: #B5ECF6;
}

/* LÄNKAR I SIDEBAR, LISTA */
.linker {
	margin-left: 0;
	padding-left: 5px;
	font-size: 11px;
	text-align: left;
	color: #1D13BC;
}
.linker li {
	list-style-type: none;
}
.linker a {
	text-decoration: underline;
}
.linker a:link { 
	text-align: left;
	color: #1D13BC;
}
.linker a:visited { 
	text-align: left;
	color: #1D13BC;
}
.linker a:active { 
	text-align: left;
	color: #1D13BC;
}
.linker a:hover { 
	text-align: left;
	color: #B5ECF6;
}

/* LÄNKAR I SIDEBAR, LÖPANDE TEXT */
.linkor {
	margin-left: 0;
	font-size: 11px;
	text-align: left;
	color: #1D13BC;
}
.linkor a {
	text-decoration: underline;
}

.linkor a:link {
	text-align: left;
	color: #1D13BC;
}
.linkor a:visited {
	text-align: left;
	color: #1D13BC;
}
.linkor a:active {
	text-align: left;
	color: #1D13BC;
}

.linkor a:hover {
	text-align: left;
	color: #B5ECF6;
}

/* BILDER I SIDEBAR, GRUPP BILDER */
.bildbar {
	text-align: left;
	margin-left: 0;
	padding-left: 11px;
	padding-right: 10px;
	font-size: 11px;
	color: #1D13BC;
}
/* BILD I SIDEBAR, ENSKILD */
.bildfree {
	margin: 0 0;
	padding: 3px 4px 4px 4px;
}

/* RUBRIKER */
h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0;
}

.content h1 {
	text-align: left;
	padding-left: 10px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #1D13BC;
}
.content h2 {
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	color: #1D13BC;
}

.content h3 {
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	font-size:14px;
	color: #1D13BC;
}

.content h4 {
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	font-size: 12px;
	color: #1D13BC;
}

.sidebar h1 {
	font-size: 18px;
	text-align: left;
	color: #1D13BC;
}

.sidebar h2 {
	font-size: 14px;
	text-align: left;
	color: #1D46F0;
}

.sidebar h3 {
	font-size: 12px;
	text-align: left;
	color: #1D46F0;
}

/* MENYLISTA FÖR SIDEBAR */
#menysidebar ul{
	list-style-type: none;
	text-align: left;
}

#menysidebar ul li a{
	margin-left: 0;
	padding-left: 10px; 
	font-size: 11px; 
	color: #1D13BC;
}

#menysidebar ul li a:hover{
	color: #B5ECF6;
}

#menysidebar ul li a#curr{
	color: #1D13BC;
	text-decoration: none;
}

#menysidebar ul li a:active{
	color: #B5ECF6;
}
