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


/* =========================
Texthantering, rubriker
============================ */
h1 {background-color: #ffffff; margin: 0 0 0.5em 0; font-size: 1.6em; color: #6EAFC5; }
h2 {background-color: #ffffff; margin: 0 0 0.5em 0; font-size: 1.3em; color: #99CCCC; }
h3 {background-color: #ffffff; margin: 0; font-size: 1em; color: #99CCCC; }
.rubrik { font-weight: bold; }


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


/* =========================
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; }



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


/* =========================
	SIDHUVUD
============================ */
.sidhuvud { background:url(bilder/sidhuvud.jpg); height: 328px; width:930px;}


/* =========================
	INNEHÅLL
============================ */
.kolumncontainer {float: left; width: 935px; background: #ff5566;}
.textkolumn {background: url(bilder/mitten.jpg) repeat-y; float: left; width: 575px; padding: 10px 40px;}
.menykolumn {float: left; width: 2800px; padding: 10px; background: #ffcc66;} 




/* =========================
	SIDFOT
============================ */
.sidfot {clear: both; margin: 0; background:url(bilder/sidfot.jpg); width:930px; height: 40px }




