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

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%; }
h2 { font-size:180%; }
h3 { font-size:160%; }
h4 { font-size:140%; }

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

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

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

#FlexiTop {
	margin:0.5em;
	height:6em;
	border-bottom: 2px solid black;
	background-color: #00688b;
	width:900px;
}

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

#FlexiLeft {
	position:absolute;
	top:7em;
	left:0.5em;
	width:180px;
	border: 0px solid black;
	background-color: #bebebe;
}

/* 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: 2px solid black;
		margin-bottom: 0px;
}

/* 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:0.5em;
	margin-left:22%;
	width:56%;
	height:1.5em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiHeader.gif) no-repeat;
}

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

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

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

#FlexiMain {
	width:55.6%;
	margin:0.5em;
	margin-left:22%;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiMain.gif) no-repeat;
	padding:0.2%;
}

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

#FlexiFooter {
	width:56%;
	margin:0.5em;
	margin-left:22%;
	height:1.4em;
	border:1px solid #bbb;
	/* background:url(gfx/flexi/FlexiFooter.gif) no-repeat; */
	background-color: #757575;
	}
}

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

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

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

#FlexiBottom {
	margin:0.5em;
	height:2em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiBottom.gif) no-repeat;
        margin-left:22%;
        width:56%;
}

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

