@charset "UTF-8";

/* ---------------------------------------------------------------------------------- */
/* GLOBAL Setup  */

body {
	font-family: 'Cabin', Tahoma, Trebuchet, sans-serif;
	background-color: #363535;
	font-size: 110%;
	color: #E1E1A9;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container {
	width: 98%;
	max-width: 1700px;	/* Max size responsive screen */
	min-width: 280px;	/* Min size responsive screen */
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 1px solid #000000;
}

/* ---------------------------------------------------------------------------------- */

.doldis {
	display: none; /* header */
}
.rubrikText {
	letter-spacing: 2px;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------- */

a {
	color: #8FED14;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------- */




/*	END ---------------------- */

