<style type="text/css">

body{
	background:#e4e5e7;		url(Notes/bakgrund.jpg) left top	/*Bakgrundsfärg och adress till bild*/
	margin:0px;
	padding:0;
	line-height: 2em;
	font-family:Arial,verdana,helvetica;	/*Font*/
	font-size:5px;		/*Textstorlek*/
	background-repeat: repeat-x;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 915px; /*Width of main container*/
background:#fff;
border: 10px solid #fff;			/*Ram runt sidan*/
margin: 5px auto; /*Center container on page*/
}


#toplink { width: 935px; /*Width of toplink DIV*/
color: #000;
text-align:right;
height:15px;
padding-left:10px;
margin-left:600px;
background:#e1e1e1;
padding-top:0px;
padding-bottom: 0px;
padding-right: 10px;
margin: 0px auto; /*align container on page*/
}


#topsection{
float: left;
width: 700px; /*Width of main container*/
border-bottom: 0px solid #fff;			/*Ram runt sidan*/
background: #fff;
height: 185px; /*Height of top section*/
}

#topnews{
margin-left: 705px; /*Set left margin to LeftColumnWidth*/
border-bottom: 0px solid #fff;			/*Ram runt sidan*/
height: 185px; /*Height of top section*/
}

#menu{
background:#0b2b5a;
height: 20px; /*Höjden på menyn*/
border-top: 0px solid white;	/*Ev. färg på linjer runt menyn*/
margin-bottom:10px
}

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

#contentcolumn{
margin: 0 172px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-left: 0px;
padding-right: 15px;
padding-top: 8px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
height: auto; /*Height of section*/
margin-left: -915px; /*Set margin to that of -(MainContainerWidth)*/
border-right: 1px solid #ccc;
background: #fff;
}

#rightcolumn{
float: left;
width: 172px; /*Width of right column*/
height: auto; /*Height of section*/
margin-left: -173px; /*Set left margin to -(RightColumnWidth)*/
padding-left: 0px;
background: #fff;
border-left: 1px solid #ccc;
}

#footer{
clear: left;
width: 100%;
height: 15px; /*Height of top section*/
padding-top: 5px;
background:#0b2b5a;	/*Bakgrundsfärg och adress till ev. bild*/
text-align: center;
font-family:Arial,verdana,helvetica;	/*Font*/
font-size:11px;		/*Textstorlek*/
color:#fff;			/*Textfärg*/
}

#footer a{
color: #444;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

</style>

