fieldset
{
    margin-bottom: 1em;
    padding: .5em;
}

form
{
    margin: 0;
    padding: 0;
}

hr
{
    height: 1px;
    border: 1px solid gray;
}

img
{
    border: 0;
}

table
{
    border-collapse: collapse;
}

th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.clear-block:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block
{
    height: 1%;
}

.clear-block
{
    display: block;
}
/* End hide from IE-mac */


th.active img
{
    display: inline;
}

tr.even,
tr.odd
{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

td.active
{
    background-color: #ddd;
}

tbody
{
    border-top: 1px solid #ccc;
}

tbody th
{
    border-bottom: 1px solid #ccc;
}

thead th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}


.form-item input.error,
.form-item textarea.error,
.form-item select.error
{
    border: 2px solid red;
}

.form-item .description
{
    font-size: 0.85em;
}

.form-item label
{
    display: block;
    font-weight: bold;
}

.form-item label.option
{
    display: inline;
    font-weight: normal;
}

.form-checkboxes,
.form-radios
{
    margin: 1em 0;
}

.form-checkboxes .form-item,
.form-radios .form-item
{
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.marker,
.form-required
{
    color: #f00;
}

.more-link
{
    text-align: right;
}

.more-help-link
{
    font-size: 0.85em;
    text-align: right;
}

.nowrap
{
    white-space: nowrap;
}

.pager
{
    clear: both;
    text-align: center;
}

.pager a,
.pager strong.pager-current
{
    padding: 0.5em;
}

.tips
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}

.container-inline div,
.container-inline label
{
    display: inline;
}

body
{
    margin: 0 auto;
    font-size: 9pt;
    font-family: arial;
}

a
{
    color: #0000ff;
}

a:hover
{
    color: #3333ff;
}

#menu_wrapper
{
    border: 0px solid blue;
}

#menu_wrapper ul
{
    list-style: none;
}

#menu_wrapper li,
#menu_wrapper li a
{
    z-index: 10;
    white-space: nowrap;
}

#navmenu
{
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    border: none
}

#navmenu .topmenu,
#linkmenu .topmenu
{
    float: left;
    padding: 0;
    position: relative;
    line-height: 27px;
}

#linkmenu
{
    float: right;
    margin: 0;
    border: none;
}

#navmenu .topmenu div
{
    display: block;
    position: absolute;
    top: 25px;
    left: 0px;
    list-style: circle inside;
}


#navmenu .topmenu ul li
{
    white-space: nowrap;
    display: inline;
    padding: 0;
}

.topmenu a
{
    padding: 0 1em;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.topmenu a:hover
{
    color: rgb(218,37,29);
}

#navmenu .topmenu .submenu
{
    padding: 0;
    margin-left: 0;
}

.submenu a
{
    margin-right: 15px;
    font-size: 8pt;
    color: rgb(131,130,129);
}

.submenu
{
    margin: 0;
    padding: 5px 0 0 15px;
}

#submenu_wrapper
{
    clear: both;
    width: 500px;
}

.submenu li
{
    display: inline;
    list-style-type: none;
}

#navmenu .topmenu .menu_chosen
{
    color: rgb(218,37,29);
    font-weight: bold;
    font-size: 9pt;
    padding: 0 1em;
}

#navmenu .menu_hidden a,
#navmenu .last_hidden a
{
    color: white;
}

#navmenu .menu_link a,
#navmenu .menu_hidden a
{
    border-right: 1px solid black;
}

.submenu_item a,
#navmenu .last_link a
{
    border-right: 0;
}

.submenu_item a
{
    text-decoration: none;
}

.submenu_item a:hover
{
    text-decoration: underline;
}

#site_wrapper
{
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#frame_wrapper
{
    margin: 30px;
    border: none;
}

#site_wrapper_splash
{
    margin: 3% auto;
    width: 100%;
    text-align: center;
}

#site_wrapper_splash #splash_image
{
    border: 0;
}

a.text_link:link,
a.text_link:visited,
a.text_link:hover
{
    color: blue;
    text-decoration: none;
}

dt
{
    font-weight: bold;
}

#header_wrapper
{
    background-color: #675446;
}

#header
{
    text-align: right;
    margin: 0;
    color: white;
    font-size: 18pt;
}

#content_wrapper
{
    position: relative;
    left: 0px;
    min-height: 430px;
    _height: 430px;
    z-index: 1;
    padding-top: 0px;
}

#content_wrapper h1
{
    margin: 0;
}

#content_index2_box,
#content_senastenytt_box
{
    background-color: white;
    border: 1px solid black;
    position: absolute;
    top: 70px;
    left: 50px;
    bottom: 20px;
    overflow: auto;
    height: 70%;
    width: 80%;
    text-align: justify;
}

#content_wrapper #content_title
{
    padding-top: 50%;
    margin:0;
    text-align: center;
}

#content_wrapper #content_title h1
{
    margin: 0 0 20px 0;
    font-size: 13pt;
}

#content_title #content_title_text
{
    text-align: justify;
    margin: 0 20% 0 20%;
}

#content_halsning_back #content_title,
#content_tavling_back #content_title,
#content_diskussion_back #content_title,
#content_forledare_back #content_title,
#content_arkiv_back #content_title
{
    color: white;
}

.grey_background
{
    background-color: rgb(112,97,78);
}

.orange_background
{
    background-color: #14bec7;
}

.white_background
{
    background-color: rgb(255,255,255);
    border: 1px dashed #000;
}

.high
{
    top: 0px;
    min-height: 457px;
}

.low
{
    top: 27px;
    min-height: 457px;
}


/* START */
#content_wrapper #left_start,
#left_senastenytt
{
    border: none;
    width: 35%;
    margin: 5% 1%;
    background-color: rgb(255,255,255);
    color: #000;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

#left_senastenytt
{
	height: 295px;
	max-height: 295px;
}

#content_wrapper #right_start,
#right_senastenytt
{
    border: none;
    width: 47%;
    margin: 2% 1%;
    min-height: 390px;
}

#content_wrapper #right_start a
{
    color: #ffffff;
}

#content_wrapper #right_start a:hover
{
    color: #e4e4e4;
}

#content_wrapper .boxes_start,
.boxes_senastenytt
{
    float: left;
    color: #000;
}

#right_senastenytt #up
{
    height: 50%;
    max-height: 200px;
    min-height: 180px;
}

#content_wrapper #right_start #middle h1
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}

#content_wrapper #right_start #middle h2
{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

#content_wrapper #copyright
{
    float: right;
}


/* SENASTE NYTT */
#content_wrapper #left_senastenytt
{
    width: 40%;
    text-align: left;
    overflow: auto;
    padding: 15px;
    font-weight: bold;
}

#content_wrapper #left_senastenytt h1
{
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

#content_wrapper #right_senastenytt
{
    width: 35%;
    font-weight: bold;
}

#content_wrapper #right_senastenytt a.nyhet:link,
#content_wrapper #right_senastenytt a.nyhet:active,
#content_wrapper #right_senastenytt a.nyhet:visited
{
    text-decoration: none;
    color: #000;
}

#content_wrapper #right_senastenytt a.nyhet:hover
{
    color: rgb(218,37,29);
}

#content_wrapper #right_senastenytt #middle
{
    height: 30%;
    max-height: 150px;
    overflow: hidden;
}


/* VAD F?R VEM */
#content_wrapper #vadforvem
{
    margin: 2% 2%;
    height: 340px;
    background-image: url(../images/vadforvem.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#content_wrapper #vadforvem #box1,
#content_wrapper #vadforvem #box2,
#content_wrapper #vadforvem #box3,
#content_wrapper #vadforvem #box4,
#content_wrapper #vadforvem #box5
{
    width: 250px;
    position: relative;
    text-align: justify;
    padding: 5px;
}

#content_wrapper #vadforvem #box1
{
    left: 0;
    top: -5%;
}

#content_wrapper #vadforvem #box2
{
    left: 5%;
    top: 65%;
}

#content_wrapper #vadforvem #box3
{
    left: 40%;
    top: 55%;
}

#content_wrapper #vadforvem #box4
{
    left: 80%;
    top: 5%;
    width: 150px;
}

#content_wrapper #vadforvem #box5
{
    left: 70%;
    top: -65%;
}

#content_wrapper #vadforvem #box_title
{
    text-align: center;
    position: relative;
    top: 42%;
}

#content_wrapper #vadforvem #box_title h1
{
    font-size: 14pt;
    font-weight: bold;
    color: rgb(218,37,29);
}


/* PROGRAM */
#left_program
{
    border: none;
    width: 35%;
    margin: 2% 1%;
    height: 390px;
}

#left_program #up
{
    height: 50%;
    min-height: 200px;
    max-height: 220px;
}

#left_program #middle h1
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
    color: rgb(255,255,255);
}

#right_program
{
    border: none;
    width: 59%;
    background-color: rgb(255,255,255);
    margin: 2% 1%;
    overflow: auto;
    height: 390px;
    min-height: 390px;
    max-height: 390px;
    padding: 5px;
}

.boxes_program
{
    float: left;
}

#right_program dd
{
    margin-top: 0;
    padding-top: 0;
    margin-left: 2em;
}


        /* T?VLINGAR */
        #content_wrapper #left_tavlingar { border: 0px dotted #A52A2A; width: 35%; margin: 2% 0 2% 1%;
            background-color: rgb(112,97,78); color: #fff; overflow: auto; }
        #content_wrapper #center_tavlingar { border: 1px solid #000; width: 270px; margin: 2% 1%;
            text-align: center; }
        #content_wrapper #center_tavlingar img#fotovinnare { margin-top: 30%; }
        #content_wrapper #right_tavlingar { border: 0px dotted #A52A2A; width: 30%; margin: 2% 1%; }
        #content_wrapper .boxes_tavlingar { float: left; background-color: #fff; color: #000; height: 390px;
            min-height: 390px; }
        #content_wrapper #left_tavlingar #up { height: 50%; min-height: 200px; max-height: 220px; }
        #content_wrapper #left_tavlingar #middle { }
        #content_wrapper #left_tavlingar #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; }
        #content_wrapper #left_tavlingar #down { }

        /* H?LSNINGAR */

        /* MEDIA */
        #content_wrapper #left_media { border: 0px dotted #A52A2A; width: 35%; margin: 2% 1%;
            color: rgb(255,255,255); overflow: hidden; height: 390px;
            min-height: 300px; max-height: 300px; text-align: center; padding: 0; }
        #content_wrapper #right_media { border: 0px dotted #A52A2A; width: 59%; margin: 2% 1%;
      height: 390px; min-height: 390px; max-height: 390px; background-color: rgb(255,255,255);
      overflow: auto; }
        #content_wrapper #left_media #up {  height: 50%; min-height: 200px; max-height: 220px; }
        #content_wrapper #left_media #middle { }
        #content_wrapper #left_media #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; color: rgb(218,37,29); }
        .boxes_media { float: left; }

        /* DISKUSSION */
        #content_wrapper #left_diskussion { border: 0px dotted #A52A2A; width: 35%; margin: 2% 1%;
            color: rgb(255,255,255); overflow: hidden; height: 390px;
            min-height: 300px; max-height: 300px; text-align: center; padding: 0; }
        #content_wrapper #right_diskussion { border: 0px dotted #A52A2A; width: 59%; margin: 2% 1%;
      padding: 10px; height: 370px; min-height: 370px; max-height: 370px; background-color: rgb(255,255,255);
      overflow: auto; }
        #content_wrapper #left_diskussion #up {  height: 50%; min-height: 200px; max-height: 220px; }
        #content_wrapper #left_diskussion #middle { }
        #content_wrapper #left_diskussion #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; }
        .boxes_diskussion { float: left; }

        /* KLOTTERPLANK */
        #right_diskussion #klottermenu { margin: 0.5em 1em 0 1em; }
        #right_diskussion #klotterpages { float:right; margin-right: 50%; }
        #right_diskussion #klotterpagelist { float: right; margin-right: 3em; }
        #right_diskussion .klotterhead { padding: 0 1em; background-color: lightgrey; }
        #right_diskussion .klotterheadright { float: right; }
        #right_diskussion .klottermessage { margin: 0 1em 1em 2em; text-align: justify; }
        #right_diskussion #klotterForm, #rigth_diskussion #klotterFormText,
    #right_diskussion #klotterFormText span { margin: 1em; }
    #right_diskussion #klotterFormText ul { margin: 0; }
    .webmaster_klott { color: rgb(218,37,29); }

div#comment-form
{
    padding: 5px 15px 10px 15px;
    background-color: #e7e7e7;
}


        /* F?R LEDARE */
        #left_forledare { border: 0px solid green; width: 35%; margin: 2% 1%; height: 390px; }
        #left_forledare #up { height: 50%; min-height: 200px; max-height: 220px; }
        #left_forledare #middle { }
        #content_wrapper #left_forledare #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; color: rgb(255,255,255); }
        #right_forledare { border: 0px solid yellow; width: 58%; background-color: rgb(255,255,255);
      margin: 2% 1%; overflow: auto; height: 390px; min-height: 390px; max-height: 390px; padding: 5px; }
        .boxes_forledare { float: left; }

        /* KONTAKT */
        #left_contact { border: 0px solid green; width: 35%; margin: 2% 1%; height: 390px; }
        #left_contact #up { height: 50%; min-height: 200px; max-height: 220px; }
        #left_contact #middle { }
        #content_wrapper #left_contact #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; color: rgb(255,255,255); }
        #right_contact { border: 0px solid yellow; width: 60%; background-color: rgb(255,255,255);
      margin: 2% 1%; overflow: auto; height: 390px; min-height: 390px; max-height: 390px; padding: 1px; }
        .boxes_contact { float: left; }
        .form-item { margin: 1em; }
        .text_contact { float: left; margin-left: 10px; }
        .text_contact_bank { clear: both; padding: 10px 10px; }
        /* ARKIV */
        #content_arkiv_back { padding-left: 0; padding-right: 60%; text-align: justify; }
        #content_arkiv_box { position: absolute; top: 3%; left: 42%; width: 57%;
            background-color: #fff; height: 94%; overflow: auto; }

        /* FR?GA PR?STEN */
        #left_fragaprasten { border: 0px solid green; width: 35%; margin: 2% 1%; height: 390px; }
        #left_fragaprasten #up { height: 50%; min-height: 200px; max-height: 220px; }
        #left_fragaprasten #middle { }
        #left_fragaprasten #middle h1 { font-size: 14pt; font-weight: bold;
            margin: 0 0 10px 0; text-align: center; color: rgb(255,255,255); }
        #right_fragaprasten { border: 0px solid yellow; width: 60%; background-color: rgb(255,255,255);
      margin: 2% 1%; overflow: auto; min-height: 390px; max-height: 390px; height: 390px; padding: 1px; }
        .boxes_fragaprasten { float: left; }
        .fraga_datum { background-color: rgb(201,122,64); padding: 0.1em 0; margin: 0.5em 0.5em 0 2em; }
        .fraga_fraga { background-color: auto; margin: 0 1em 0 5em; }
        .fraga_svar { background-color: #ffffcc; margin: 0 1em 0.5em 5em; border: 1px solid #cc9966;
      padding: 0.2em; }
        .fraga_svar_av { font-weight: bold; }

        /* BOTTOM */
        #content_bottom { clear: both; background-color: white; position: absolute; bottom: 0px;
            width: 100%; text-align: justify; font-weight: bold; }
        #content_bottom a:link, #content_bottom a:visited {
            text-decoration: none; color: #000;    font-weight: bold; margin-left: 1em; }
        #content_bottom a:hover { color: rgb(218,37,29); }
        #content_bottom .content_news { border-left: 1px solid black;
            border-right: 1px solid black; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px;}
        #submenu_wrapper { border: 0px solid green; }
        #footer_wrapper { }
        #content_wrapper, #content_wrapper_full { clear:both; }


div.clear
{
	clear: both;
}

#content-wrapper-gallery
{
    clear: both;
    position: relative;
    left: 0;
    padding-top: 0;
    z-index: 1;
}

#content
{
    background-color: #ffffff;
    margin: 2% 1%;
    padding: 0 2%;
    width: 94%;
}

div.galleri
{
}


div.galleri a
{
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #ffffff;
}

div.galleri a.vald
{
    border: 1px solid #14bec7;
}

div.galleri div.vald
{
    clear: both;
    padding: 10px;
}

div#right_start div#up h1
{
	font-size: 16px;
	text-align: center;
}

div#frontpage-picks
{
	padding: 40px 0 25px 0;
}

div.frontpage-pick
{
	float: left;
	width: 44%;
	margin: 0 2% 0 2%;
	border: 2px solid #b3a9a2;
}

div.frontpage-pick div.frontpage-pick-header
{
	background: url(../images/bg_frontpage_pick_header.gif) repeat-x left center;
}

div.frontpage-pick div.frontpage-pick-header h2
{
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

div.frontpage-pick div.frontpage-pick-content
{
	padding: 20px;
	font-size: 12px;
	background: url(../images/bg_frontpage_pick_content.gif) no-repeat right bottom;
}

div#content_wrapper div#right_start div.frontpage-pick div.frontpage-pick-content a
{
	display: block;
	padding-left: 25px;
	background: url(../images/frontpage_pick_link.gif) no-repeat 5px 2px;
	font-weight: bold;
	color: #7b6658;
}

div#content_wrapper div#right_start div.frontpage-pick div.frontpage-pick-content a:hover
{
	background: url(../images/frontpage_pick_link_hover.gif) no-repeat 5px 2px;
	color: #9b8a7e;
}

div#frontpage-banners
{
	clear: both;
	width: 98%;
	padding: 30px 0 20px 0;
	background: url(../images/bg_frontpage_banners.gif) repeat-x left top;
}

div.frontpage-banner
{
	float: left;
	width: 20%;
	margin: 0 2% 0 2%;
}

#content_bottom_frontpage
{
	clear: both;
	background-color: white;
    width: 100%;
    font-weight: bold;
}

#content_bottom_frontpage a:link,
#content_bottom_frontpage a:visited
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-left: 1em;
}

#content_bottom_frontpage a:hover
{
	color: rgb(218,37,29);
}

#content_bottom_frontpage .content_news
{
	border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
}


/** Sign-up form **/
form#signup div.row
{
    float: left;
    clear: both;
    padding: 3px 0 3px 0;
}

form#signup label
{
    display: block;
    float: left;
    width: 130px;
}

form#signup label.checkbox
{
    display: block;
    clear: none;
    float: left;
}

form#signup input
{
    float: left;
    width: 160px;
}

form#signup textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

form#signup input.checkbox
{
    display: block;
    clear: both;
    float: left;
    width: auto;
    margin: 0 5px 0 130px;
    padding: 0;
}

form#signup input.short
{
    float: left;
    width: 40px;
}

form#signup fieldset
{
    clear: both;
}

form#signup table tbody
{
    border: none;
}

form#signup table tbody th
{
    vertical-align: top;
    font-size: 9pt;
    border: none;
}

form#signup table tbody td
{
    padding: 2px;
}

form#signup input.submit
{
    width: auto;
}
