/* =========================
Bestämmer inställningar som gäller på hela sidan
============================ */
* { margin:0; padding:0; color:#999999; }
html,body { background:url(bilder-layout/bg.jpg);}
body { font-family: verdana, arial; font-size: 0.85em; color: #999999; }
html, body { height:100%; width:100%; }


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


/* =========================
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:672px; margin:0 auto; padding:0px 0; }


/* =========================
	SIDHUVUD
============================ */
.sidhuvud { background:url(bilder-layout/sidhuvud.jpg); height: 301px; width:672px;}
.sidhuvud2 { background:url(bilder-layout/innehall_upp.jpg); height: 47px; width:672px;}

/* =========================
	INNEHÅLL
============================ */
.bodywrap {	background:url(bilder-layout/innehall.jpg) repeat-y; height:100%; width:672px;}
.body { margin:0 20px; padding:0px 20px;}


/* =========================
	SIDFOT
============================ */
.sidfot {clear: both; margin: 0; background:url(bilder-layout/sidfot.jpg); width:672px; height: 86px }




