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

/* nav */
.nav {
	position: relative;
	/* [disabled]margin: 20px 0; */
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #FFF;
}
.nav .current  {
	color: #fff;
	border-radius: 5px;
	/* [disabled]border-top: 1px solid #333; */
	/* [disabled]border-bottom: 1px solid #111; */
	/* [disabled]border-left: 1px solid #111; */
	/* [disabled]border-right: 1px solid #333; */
	background-color: rgb(96,96,96);
}
/* right nav */
.nav.right ul {
	text-align: right;
}

/* center nav */
.nav.center ul {
	text-align: center;
}

#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
	width: 200px;
	padding: 20px 20px 20px 0;
	/* These styles are optional, and describe how the pageslide will look */
	background-color: #333;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 1.2em;
}
.open {
	display: none;
	float: left;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	background: url(../_Images/_Design/Icons/menu.png) center center no-repeat #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
	margin-left: 10px;
}
.open { display: block; }
#pageslide { width: 160px; }
#pageslide #nav li {
	padding: 10px 0;
	border-bottom: 1px solid #666;
	list-style-type: none;
	text-decoration: none;
}
#pageslide #nav li a {
	color: #FFF;
	border: none;
	text-decoration: none;
}
#pageslide #nav li a:hover {
	text-decoration: none;
	color: rgb(84,84,84);
}

/* Layout för bärbar dator: 481 px till 768 px. Ärver format från mobillayout. */

@media only screen and (min-width: 481px) {

}

/* Layout för stationär dator: 801 px till 1 232 px. Ärver format från mobillayout och layout för bärbar dator. */

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