@media only screen and (min-width: 801px)
{
	body{
}

/*---- 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 ----*/

/*---- Container ----*/
#container
{
	margin: 0em auto;
	border: 1px solid #01018c;
}



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



#logo
{
	width:280px;
	padding-left: 15px;
}

#strlogosv
{
	max-width:200px;
	padding-left: 25px;
	padding-top: 30px;
}


#judge
{
	float:right;
	height: 100px;
	width:260px;
	padding-top: 5px;
	padding-right: 5px;
}

#slogan
{
	background-color: #000000;
	text-align: center;
	color: #f0f3c7;
	border-radius:0 0 0 35px;
}


/*---- Nav top tablet and desktop ----*/
#wrap
{
	display: none;
}

#wraptabdesk
{
	clear: both;
	display: block;
	background-color: #000000;
	text-align: center;
}
#tabdesk
{
}
#center ul
{
	float: left;
}
#tabdesk li
{
	width: 96px;
	padding: 3px;
	border-radius: 0 0 3px 3px;
	text-decoration: none;
	font-size: .8em;
}


/*---- Left nav ----*/



/*---- Content ----*/




#korkort
{
	float: left;
	max-width: 700px;
	margin:35px;
	height: 100px;
}

#doc1
{
	float: left;
	max-width: 30%;
}

#doc2
{
	float: left;
	max-width: 30%;
}

#doc3
{
	float: left;
	max-width: 30%;
}

#aktuellt
{
	display: none;
}

#omslut
{
	display: none;
}

#aktuelltphone
{
	display: none;
}

#omslutphone
{
	display: none;
}

#aktuelltphone2
{
	display: block;
	float: left;
	max-width: 160px;
	margin-top: 10px;
	border: none;
}

#aktuelltphone2 li
{
	border: none;
	margin: 0 auto;
	margin-bottom: 3px;
	padding: 5px 0;
	max-width: 100px;
	border-radius: 3px;
}

#aktuelltphone2 p
{	
	text-align: center;
}

#aktuelltphone2 h3
{	
	font-size: 1.3em;
	text-align: center;
}

#omslutphone2
{
	display: block;
	border: 1.2px solid #999999;
	background-color: #cccccc;
}

#content
{
}
#maincontentphone
{
	display: none;
}

#subcontentphone
{
	display: none;
}

#maincontent
{
	display: block;
	float: left;
	min-height: 15em;
	padding: 10px;
	margin: 10px;
	max-width: 360px;
}


#subcontent
{
	float: left;
	background-color: #cccccc;
	border: 1.2px solid #999999;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	padding: 10px;
}



/*---- Banner and stuff ----*/
#navbannerphone
{
	display: none;
}

#navbannertabletdesktop
{
	display: block;
	float: right;
	text-align: center;
	width: 250px;
	height: 920px;
	padding: 10px 60px;
	background-color: #000000;
}

#bannertabletdesktop
{
	display: block;
	float: right;
	text-align: center;
}

#a-right-nav li
{
	border-radius: 3px;
	padding: 10px;
	background-color: #f7f6e4;
}

#a-right-nav a
{
	color: #159159;
	font-size: .9em;
	padding: 5px 3px;
	text-decoration: none;
}

#a-right-nav li:hover
{
	background-color: #575891;
}

#a-right-nav a:hover
{
	color: #FFFFFF;
}


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

#footerbody
{
	border-radius: 35px 0 0 0;
}

#fotlogo
{
	width:200px;
}

/*---- Other ----*/
p
{
	max-width: 600px;
}

/*  --  KontaktformCSS  --  */

#formWrap
{
	float: left;
	max-width: 450px;
	margin-left: 100px;
	background-color:#999999;
	color: #444444;
	border-radius: 0 0 15px 15px;
}