@charset "UTF-8";
/* CSS Document */

body{
	background: #e1e1e1;
	background-attachment: fixed;	/*Bakgrundsfärg och adress till bild*/
	background-color:#e1e1e1;
	margin:0px;
	padding:0;
	line-height: 2em;
	font-family:Arial,verdana,helvetica;	/*Font*/
	font-size:5px;		/*Textstorlek*/
	background-repeat: no repeat;
}

img { border-style: none; }

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

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


#mobile-header { width: 960px; /*Width of mobil-header DIV*/
font-size:56px;		/*Textstorlek*/
color:#e1e1e1;
height: 60px;
text-align:center;
margin-left:0;
background:#;
padding-top:20px;
padding-bottom: 10px;
padding-right: 0px;
margin: 0px auto; /*align container on page*/

}

#ipad-header { width: 960px; /*Width of mobil-header DIV*/
font-size:18px;		/*Textstorlek*/
height: 20px;
text-align:center;
margin-left:0;
background:#;
padding-top:10px;
padding-bottom: 5px;
padding-right: 0px;
margin: 0px auto; /*align container on page*/

}


#toplink { width: 960px; /*Width of toplink DIV*/
color: #fff;
text-align: right;
background-color:ccc;
margin-left: 600px;
padding-top: 5px;
padding-bottom: 0px;
padding-right: 1px;
margin: 0px auto; /*align container on page*/
}


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

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

#menu{
background:#444;
height: 27px; /*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 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;

}

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

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
height: auto; /*Height of section*/
margin-left: -201px; /*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: 4px;
background:#444;	/*Bakgrundsfärg och adress till ev. bild*/
text-align: center;
font-family:Arial,verdana,helvetica;	/*Font*/
font-size:12px;		/*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;
}

#facebook {
width: 190px; /*Width of left column in pixel*/
margin-bottom:5px;
}


A:link {
	color:#e1e1e1;
	font-weight: 400;
	text-decoration: underline;
}

A:visited {
	color:#e1e1e1;
	font-weight: 400;
	text-decoration: underline;
}

A:hover{
	color:#fff;
	font-weight: 400;
	text-decoration: underline;
}