body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #292929;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
h1 {font-size: 1.3em;margin-bottom:10px;display:none;}

#rubrik{font-size: 1.1em;margin-bottom:10px;display:block;}

#maincontainer{
width: 798px; /*Totalwidth*/
height:518px;
  left: 50%;
  top: 50%;
  margin-left: -399px;
  margin-top: -259px;
  position:absolute;
}

#topsection{
background: #EAEAEA;
height: 128px; /*Höjd topsection*/
}

#topsection a{
height: 128px;
display:block;
float:left;
text-align:center;
line-height:138px; /*Samma som höjden, för att få vertcent text*/
text-decoration:none;
background-color: #292929;  /*ändras till gråa sen*/
border:0px;
font-size:1.0em;
color:#D2D2D2;
font-family:verdana;
outline: none;
}

#topsection a:hover{
color:#FFFFFF;
}




#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 263px; /*Set left margin to LeftColumnWidth*/
background-color: #292929;
background-image: url("img/main black.jpg");
background-repeat: no-repeat;
height: 390px;
}

#content{
	position:absolute;
	margin-left:20px;
	margin-top:20px;
	width:500px;
	height:350px;
	overflow:auto;
	clear:both;
	left: 258px;
	top: 139px;
}

#content2{
	position:absolute;
	margin-left:20px;
	margin-top:20px;
	width:510px;
	height:350px;
	overflow:auto;
	clear:both;
	top: 139px;
}

#leftcolumn{
float: left;
width: 263px; /*Width of left column*/
margin-left: -798px; /*Set left margin to -(MainContainerWidth)*/
background: green; /*ändras*/
/*display:block; testinlägg*/

}

#leftcolumn a{
width: 263px;
display:block;
text-align:center;
text-decoration:none;
background-color: #292929;  /*ändras till gråa sen*/
font-size:1.0em;
color:#D2D2D2;
font-family:verdana;
outline: none;
}
#leftcolumn a:hover {
color:#FFFFFF;
}

#footer {
width: 535px;
height: 35px;
background-image: url("img/main green.jpg");
background-repeat: no-repeat;

}

/*Nedan är för knapparna:::::::::::::::*/

#topleft {
width: 263px;
background-image: url("img/top left.jpg");
}

#topleft span {
display:none;
}

#topmid {
width: 266px;
background-image: url("img/top mid.jpg");
}

#topright {
width: 269px;
background-image: url("img/top right.jpg");
}

#leftmid1{
height: 131px;
line-height:131px; /*Samma som höjden, för att få vertcent text*/
background-image: url("img/left mid1.jpg");
}

#leftmid2{
height: 125px;
line-height:120px; /*Samma som höjden, för att få vertcent text*/
background-image: url("img/left mid2.jpg");
}

#leftbottom{
height: 134px;
line-height:124px; /*Samma som höjden, för att få vertcent text*/
background-image: url("img/left bottom.jpg");
}





.innercontent {
width: 480px;
font-size:0.8em;
line-height:1.3em;

}
.innercontent a{
	text-decoration:none;
	color:#0000CC;
}


.tabell {
width:475px;
border:1px #FFFFFF solid;
background-color:#666666;
margin:0px;
padding:0px;
border-collapse: collapse;

font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tabell td{
width:25%;
border: 1px #fff solid;
padding:5px;
}
.tabellaltcolor {
background-color:#999999;
}
.tabellblack {
background-color:#000000;
color:#FFFFFF;
font-weight: bold;
}

