@media only screen and (min-width: 1540px)
{
	body{
	background-image: url(../bilder/backgrounddown.png);
	background-repeat: repeat-x;
}

/*---- Prevent smartphone from resizing in landscape mode ----*/
html {
	-webkit-text-size-adjust: none;
}

/*---- Apply a natural box layout model to all elemants ----*/
* {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;
}

/*---- Body ----*/
body
{
	
}	

/*---- Container ----*/
#container
{
	background-color: #f9f8ef;
	min-width: 1280px;
	max-width: 1500px;
}

/*---- Header ----*/




/*---- Nav top ----*/
#tabdesk ul
{
	padding: 0px 126px;
}
#tabdesk ul li
{
	width: 120px;
	border-radius: 7px;
}
/*---- Left nav ----*/
#a-left
{
	min-width: 260px;
}

/*----

#list
{
	display: block;
	clear: both;
	text-align: center;
	font-size: .8em;
	min-height: 45px;
	background-color: #556a75;
	margin: 2px auto;
}

#list ul li
{
	text-align: center;		
	float: left;
	border: 1px solid #000000;
	background-color: #f9f8de;
	width: 100px;
	margin: 2px 2px;
	padding: 1px 2px;
}

----*/

/*---- Content ----*/
#maincontent
{
	max-width: 700px;
	padding: 20px;
}

#subcontent
{
}

#aktuellt
{
}

#omslut
{
	display: block;
	border: 1.2px solid #f9f8de;
	border-radius: 3px;
	background-color: #cccccc;
	padding: 5px;
	width: 240px;
}

/*---- Banner and stuff ----*/
#bannertabletdesktop
{
	float: right;
}

/*---- Footer ----*/

}