/* Sample .CSS file for the flexi skin, it only shows the different areas 
   and a possible positioning within the page */
body {
	padding:0px;
	margin:0px;
	font-family: Arial, sans-serif;
		color: black;
		font-size: 80%;
	background-color: white;
}

hr { border: none; height: 1px; background-color: black; color: #666; width: 100%; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #42647f;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

h1 { font-size:200%; color: #666666 }
h2 { font-size:180%; }
h3 { font-size:160%; }
h4 { font-size:140%; }
h5 { font-size:120%; }

/* ====================================================================== */

#FlexiAll { /*for setting e.g. additional Background-image*/
}

/* ====================================================================== */

#FlexiSearch {
	margin:10px 0px 10px 0px;
}

/* ====================================================================== */

#FlexiTop {
	margin:10px;
	height:100px;
	border-bottom: 1px solid black;
	background-color: #00688b;
	width:900px;
	background: black url(gfx/jrsk-header2010.jpg) center left no-repeat;
}

/* ====================================================================== */

#FlexiLeft {
	position:absolute;
	top:120px;
	left:10px;
	width:170px;
	border: 1px solid black;
	background-color: #bebebe;
	font-size:100%;
	margin: 0px;
}

/* Formatering av text som inte ingar i nagra listor */
#FlexiLeft p {
        font-family: Arial, sans-serif;
                color: #fafafa;
                font-size: 120%;
		font-weight: bold;
		display: block;
		padding: 2px 2px 2px 2px;
		background-color: #00688b;
		border-bottom: 1px solid black;
}

#FlexiLeft h2 {
        font-family: Arial, sans-serif;
		text-transform: uppercase;
                color: #fafafa;
                font-size: 160%;
                font-weight: bold;
                display: block;
                padding: 2px 2px 2px 2px;
                background-color: #00688b;
                border-bottom: 1px solid black;
		margin-bottom: 0px;
		margin-top: 0px;
}

#FlexiLeft h3 a {
        text-decoration: none;
        font-weight: bold;
        color: #00688b;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
        background-color: #bebebe;
        border:1px solid black;
	font-size:50%;
}

#FlexiLeft h3 a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #fafafa;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
        background-color: #4e78a0;
        border:1px solid black;
	font-size:50%;
}

/* Stanger av det vanliga listformatet, tar bort alla marginaler och ramar */
#FlexiLeft ul { list-style: none; margin: 0px; padding: 0px; } 

/* Intendering av text niva 2 i listor 10 px */
#FlexiLeft ul ul { padding: 0px 0px 0px 10px; }

/*Osaker pa funktionen. border-bottom: 0px verkar sabba saker och ting i IE   */
#FlexiLeft li { display: list-item; margin: 0px; border-bottom: 1px solid #bebebe; }

/*Intendera listan 4 pixel, satt farg pa texten i listan, definiera ram runt */
#FlexiLeft li a { text-decoration: none; color: #00688b; padding: 2px 2px 4px 2px; text-indent: 4px; }

/*Skapar en ram - som fargsatts senare runt varje rad (tror jag)  */
#FlexiLeft ul li a { display: block; }

/*Formaterar den rad muspekaren star vid   */
#FlexiLeft ul li a:hover { 
    text-decoration: none; 
    color: #fafafa;
    background: #4E78A0 url(gfx/flexi/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px;
}

/*Formaterar den rad som ar aktuell sida   */
#FlexiLeft ul li a.selflink { 
    text-decoration: none; 
    color: #fafafa;
    background: #4E78A0 url(gfx/flexi/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

/* ====================================================================== */

#FlexiHeader {
	margin:10px;
	margin-left:190px;
	width:710px;
	height:1.5em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiHeader.gif) no-repeat;
}

/* ====================================================================== */

#FlexiTitle {
	width:710px;
	margin:10px;
	margin-left:200px;
	height:1.5em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiTitle.gif) no-repeat;
}

/* ====================================================================== */

#FlexiMain {
	width:710px;
	margin:10px;
	margin-left:200px;
	/* height:400px; */
	/* border:1px solid #bbb; */
	/* background:url(gfx/flexi/FlexiMain.gif) no-repeat; */
}

/* ====================================================================== */

#FlexiFooter {
	width:710px;
	margin:10px;
	margin-left:200px;
        border-top: 1px solid black;
		border-bottom: 1px solid black;
        background-color: #00688b;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #fafafa;
}

#FlexiFooter a {
        text-decoration: none;
        font-weight: bold;
        color: #fafafa;
}

#FlexiFooter a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #fafafa;
}

/* ====================================================================== */

#FlexiRight {
	position:absolute;
	top:10px;
	left:920px;
	width:150px;
	height:2em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiRight.gif) no-repeat;
}

/* ====================================================================== */

#FlexiBottom {
	height:3em;
	margin:2px;
        margin-left:200px;
        width:710px;
        text-align: center;
	font-size:80%;
}

#FlexiBottom a {
        text-decoration: none;
        font-weight: bold;
        color: #00688b;
	padding: 2px 2px 2px 2px;
        background-color: #bebebe;
	border:1px solid black;
}

#FlexiBottom a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #fafafa;       
        padding: 2px 2px 2px 2px;
        background-color: #4e78a0;
	border:1px solid black;
}

/* ====================================================================== */

