/* =========================
Bestämmer inställningar som gäller på hela sidan
============================ */
* { margin:0; padding:0; color:#000000; }
html,body { background-color: #FFFFFF;}
body { font-family: verdana, arial; font-size: 0.85em; color: #000000; }
html, body { height:100%; width:100%; }


/* =========================
Texthantering, rubriker
============================ */
h1 {margin: 0 0 0.5em 0; font-size: 2.0em; color: #EBEBCF; }
h2 {margin: 10px 0 0.5em 0; font-size: 1.5em; color: #EBEBCF; }


/* =========================
Texthantering, länkar
============================ */
a         { text-decoration: none; color: #0099CC; } 
a:visited { text-decoration: none; color: #0099CC; }
a:active  { text-decoration: none; color: #0099CC; }
a:hover   { text-decoration: underline; color: #0099CC; }


/* =========================
Hantering, alla bilder
============================ */
img {border:0;}
a img {border:0;}


/* =========================
Hantering, tabeller
============================ */
.borderless {border:0;}


/* =========================
Brödtexten ska vara indragen
============================ */
.txt { margin: 0px 0px 0px 15px; padding: 2px; }


/* =========================
	50% 50% kolumn
============================ */
#col5050_1 {width: 280px; float: left; padding-right: 20px}
#col5050_2 {width: 300px; float: left;}

#layouter { padding: 0px; width: 280px; height: 280px; float: left; padding-right: 15px}


/* =========================
Bestämmer att sidan ska vara centrerad m.m.
============================ */
.wrap { width:980px; margin:0 auto; padding:0px 0; }


/* =========================
	KOLUMN LEFT
============================ */
#kolumn_left {width: 350px; float: left; padding-right: 0px}

.sidhuvud_left { background:url(bilder/left_upp.jpg); height: 287px; width:346px;}
.sidfot_left {margin: 0; background:url(bilder/left_ner.jpg); height: 243px; width:346px;}



/* =========================
	KOLUMN RIGHT
============================ */
#kolumn_right {width: 620px; float: left; padding-right: 0px}

.sidhuvud_right { background:url(bilder/right_upp.jpg); height: 35px; width:616px;}
.innehall {	background:url(bilder/right_mitten.jpg) repeat-y; height:100%; width:616px;}
.body { margin:0 20px; padding:0px 20px; }
.sidfot_right {margin: 0; background:url(bilder/right_ner.jpg);  height: 55px; width:616px;}




