/* GRUNDLAYOUT 2 / EXEMPEL 1: ELASTISK - Meny till höger */

body {
padding: 0; /* behövs alltid!! */
margin: 0; /* sidans marginaler */
text-align: center;  /* centrerar layouten 1 - för äldre webläsare  */
background-color: #999977; color: #2C2618;
background-image: url();
background-repeat: norepeat-x;
font: 76% Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5 { 
font-family: Verdana, Times, "Times New Roman", serif;
color: #000000; background-color: inherit;
letter-spacing: 1px;
margin-top: auto;
margin-bottom: 8px; }

h1 { font-size: 2.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }99ccff
h4 { font-size: 1.16em; }
h5 { font-size: 1em; }

p { margin: 0 0 10px 0;
font-size: 1em;
line-height: 150%; }

a { color: #000000; background-color: inherit; text-decoration: none; }
a:visited { color: #575D2E; background-color: inherit; }
a:hover { color: #2C2618; background-color: inherit; }
a img { border: none; }

hr { border: thin solid #000000; margin-top: 30px; margin-bottom: 30px; }

.cleartopmargin { margin-top: 0; }
.center { text-align: center; }

/* layout */


#layout {
width: 49em; 
margin: auto;  /* centrerar layouten 2 */
text-align: left;   /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */
border: 0px solid #000; }


/* sidhuvud */

#sidhuvud {
width: 100%;
background-color: #999977; color: #2C2618;
background-image: url();
background-repeat: repeat-x;
border-bottom: 0px solid #000;
float: left; }

#shheight { height: 45px; }
#ladan { position: left; top: 30px; left: 160px; }

#shleft { width: 28%; float: left; }
#shleftcontent { padding: 10px 0 0 0; } /* placerar rubriken */
#shleftcontent h1 { 
color: #A5AE6F; background-color: inherit;
font-style: Verdana;
margin: 0; }

/* ersätter huvudrubrik med bild - vill du inte ha bild - ta bort! */
#shleftcontent {  
height: 31px; /* justera så att bakgrundsbilden får plats */
background-image: url(); 
background-position: 10px 10px; /* samma som paddingen ovan */
background-repeat: no-repeat; }
#shleftcontent h1 { position: absolute; left: -900px; }
/*  / end  */

#shright { width: 72%; float: right; }
#shrightcontent { padding: 10px 20px 0 0; text-align: right; } /* placerar skiplänken */

#shrightcontent a { 
color: #575D2E; background-color: inherit;
font-size: x-small; }

/* topmeny */

#topmenybox { 
width: 100%; 
border-top: 1px solid #000;
background-color: #000000; color: #ffffff;
float: left;
clear: both; }

#topmeny ul {
list-style-type: none;
padding: 0; margin: 0; /* båda behövs! */
float: left; }

#topmeny li { display: inline; }

#topmeny a, #topmeny span {
padding: 5px 5px 5px 1.3em ;
border-right: 0px solid #2C2618;
color: #ffffff; background-color: inherit;
text-decoration: none;
float: left; }

#topmeny a:hover { text-decoration: none; }

#topmeny span#aktuell { text-transform: uppercase; }



/* kolumncontainer */

#kolumncontainer { width: 100%;
background-color: #ffffff; color: inherit;
background-image: url();
background-position: 62% 0;
background-repeat: repeat-x;
clear: both; }



/* kolumn: main */

#main { width: 49%; float: left; }

#maincontent { padding: 20px 0.9em 50px 1.6em; }


/* kolumn: side */

#side { width: 50%; float: right; }

#sidecontent { padding: 2px 5.0em 5px 0.3em; }


/* meny */

#menybox {
font-family: Verdana, Times, "Times New Roman", serif;
font-size: 1.0em;
margin-bottom: 10px; }



/* sidebox */

.sidebox { margin-bottom: 30px; }
.sideboxcontent { border-top: 0px dashed #000000; padding: 0px 0 0 0; }
.sideboxcontent h3 { margin-left: 0px; }

/* sidfot */

#sidfot {
width: 100%;
background-color: #999977; color: #ffffff;
border-top: 1px solid #000;
clear: both; }

#sidfotcontent {
padding: 5px 1.2em;
text-align: center; }

#sidfotcontent p {
margin: 0;
font-size: 90%; }

#sidfotcontent img { padding: 30px 0 0 0; }
#sidfotcontent a { padding: 30px 0 0 0; color: #ffffff; background-color: inherit; }




 

