/* Sample .CSS file for the flexi skin, it only shows the different areas 
   and a possible positioning within the page */


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

COLORS:

MAIN:
black   - Normal text
white   - Normal bakgrund
#666666 - Rubrik 1 (darkgrey)
#50709F - Omarkerad lank
black   - Markerad lank

LEFT:
#50709F - SXK:s blue bakgrund (SXK blue)
#DAA520 - Link vid blue bakgrund (gyllengul)
#FAFAFA - Ljus text on blue bakgrund (near white)

FORMS:
#F0E68C - Bakgrund i textrutor (light yellow)

KNAPPAR:
#FAFAFA - Textfarg i ruta/knapp (near white)
#DAA520 - Text vid markerad ruta/knapp (gyllengul)
#50709F - Bakgrund i ruta/knapp (SXK blue)
#000080 - Bakgrund i markerad ruta/knapp (dark blue)

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

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%; }

/* Styr utsendet pa alla lankar */
a {
	text-decoration: none;
	font-weight: bold; 
	color: #50709F;
}

/* Styr utsendet pa lankar nar muspekaren ar pa dem */
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

/* Styr utseende pa rubrikernas fyra nivaer */
h1 { font-size:200%; color: #666666; margin:0px 0px 10px 0px; }
h2 { font-size:150%; }
h3 { font-size:120%; }
h4 { font-size:100%; }

/* Styr utsendet pa textboxar */

input
{
        font-family: Arial, sans-serif;
        color: black;
        background-color: #F0E68C;
}

input[type=submit]        
{
        font-family: Arial, sans-serif;
        color: black;
        background-color: lightgrey;        
}

input[type=image]
{
        font-family: Arial, sans-serif;
        color: black;
        background-color: #50709F;
}

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

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

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

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

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

#FlexiTop {
	margin:0px;
	height:100px;
	background-color: #50709F;
	width:960px;
        /* Debug-ruta
        border:1px solid #bbb;
        background:url(gfx/flexi/FlexiTop.gif) no-repeat;  
        */
}

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

#FlexiLeft {
	position:absolute;
	top:100px;
	left:0px;
	width:160px;
	height:100%;
	border: 0px solid black;
	background-color: #50709F;
	font-size:90%;
	margin: 0px;
        /* Debug-ruta
        border:1px solid #bbb;
        background:url(gfx/flexi/FlexiLeft.gif) no-repeat;  
        */
}

#FlexiLeft a {
        font-weight: normal;
}
#FlexiLeft a:hover {
        font-weight: normal;
}

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

#FlexiLeft h2 {
	/* MENY-rubriken */
        font-family: Arial, sans-serif;
		text-transform: uppercase;
                color: #fafafa;
                font-size: 100%;
                font-weight: bold;
                display: block;
		/* Top Right Bottom Left */
                padding: 5px 0px 0px 2px;
                background-color: #50709F;
                border-bottom: 1px solid black;
		margin-bottom: 0px;
		margin-top: 0px;
}

#FlexiLeft h3 a {
 	/* Knapparna */
        text-decoration: none;
        font-weight: bold;
        color: #FAFAFA;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
        background-color: #50709F;
        border:1px solid black;
	font-size:50%;
}

#FlexiLeft h3 a:hover {
	/* Knapparna */
        text-decoration: none;
        font-weight: bold;
        color: #DAA520;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
        background-color: #000080;
        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 #50709F; }

/*Intendera listan 4 pixel, satt farg pa texten i listan, definiera ram runt */
#FlexiLeft li a { text-decoration: none; color: #FAFAFA; padding: 0px 0px 0px 0px; 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: #DAA520; /* Gyllengul */
    background: #000080 url(gfx/sxk_selector.gif) center right no-repeat; 
    padding: 0px 0px 0px 0px; 
    text-indent: 4px; 
}

/*Formaterar den rad som ar aktuell sida   */
#FlexiLeft ul li a.selflink { 
    text-decoration: none; 
    color: #DAA520; /* Gyllengul */
    background: #50709F url(gfx/sxk_selector.gif) center right no-repeat; 
    padding: 0px 0px 0px 0px; 
    text-indent: 4px; 
}

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

#FlexiTitle {
        position:absolute;
        top:30px;
        left:180px;
        width:610px;
        height:1.5em;
        /* Debug-ruta
        border:1px solid #bbb;
	background:url(gfx/flexi/FlexiTitle.gif) no-repeat;
	*/
}

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

#FlexiHeader {
	position:absolute;
	top:60px;
	left:180px;
	width:610px;
	height:1.5em;
	/* Debug-ruta
        border:1px solid #bbb;
        background:url(gfx/flexi/FlexiHeader.gif) no-repeat;  
        */
}

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

#FlexiMain {
        width:610px;
        margin:10px;
	# top:-90px;
	# margin-top:-90px;
        margin-left:180px;
        /* Debug-ruta
        border:1px solid #bbb;
	background:url(gfx/flexi/FlexiMain.gif) no-repeat;  
        */	
}

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

#FlexiFooter {
	width:610px;
	margin:10px;
	margin-left:180px;
        /* Debug-ruta
        border:1px solid #bbb;
        background:url(gfx/flexi/FlexiFooter.gif) no-repeat;  
        */
	border-top: 3px solid black;
        background-color: #50709F;
	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:100px;
	left:800px;
	width:160px;
	height:100%;
        /* Debug-ruta
        border:1px solid #bbb;
	background:url(gfx/flexi/FlexiRight.gif) no-repeat;
        */
}

#FlexiRight ul { list-style: square; margin-left: 20px; padding: 0px; }

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

#FlexiBottom {
	height:3em;
	margin:2px;
        margin-left:160px;
        /* Debug-ruta        
        border:1px solid #bbb;
        background:url(gfx/flexi/FlexiBottom.gif) no-repeat;
        */
        width:610px;
        text-align: center;
	font-size:80%;
}

#FlexiBottom a {
        text-decoration: none;
        font-weight: bold;
        color: #FAFAFA;
	padding: 2px 2px 2px 2px;
        background-color: #50709F;
	border:1px solid black;
}

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

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

