html{
   overflow-y: scroll;
   overflow-x: auto;
}

body {
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	background-color: #000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

P
{
	margin-top: 0px;
	margin-bottom: 0px;
}

Ol, LI, UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	color: #cebb97;
}


.nav {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cebb97;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.nav a			{ color: #cebb97;text-decoration: none; }
.nav a:hover		{ color: #FFFFFF;text-decoration: none; } 
.nav a:link		{ } 
.nav a:visited	{ }

.navOn {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navOn a			{ color: #FFFFFF;text-decoration: none; }
.navOn a:hover		{ color: #FFFFFF;text-decoration: none; } 
.navOn a:link		{ } 
.navOn a:visited	{ }

.navTd {
	background-color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #cebb97;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.menu a			{ color: #cebb97;text-decoration: none; }
.menu a:hover		{ color: #FFFFFF;text-decoration: none; } 
.menu a:link		{ } 
.menu a:visited	{ }



.tekst {
	font-size: 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 20px;
}
.tekst a			{ color:#FFF; text-decoration: underline; }
.tekst a:hover		{ color:#FFF; text-decoration: none; } 
.tekst a:link		{ } 
.tekst a:visited	{ }

.tekstKort {
	font-size: 13px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:6px;
}
.tekstKort a			{ color:#FFF; text-decoration: underline; }
.tekstKort a:hover		{ color:#FFF; text-decoration: none; } 
.tekstKort a:link		{ } 
.tekstKort a:visited	{ }

.tekstSkema {
	font-size: 13px;
	color: #cebb97;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:6px;
	padding-bottom:6px;
}

.tekstSkema a			{ color:#FFF; text-decoration: underline; }
.tekstSkema a:hover		{ color:#FFF; text-decoration: none; } 
.tekstSkema a:link		{ } 
.tekstSkema a:visited	{ }

.bund {
	font-size: 12px;
	color: #cebb97;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	padding: 20px;
}
.bund a			{ color:#cebb97; text-decoration: underline; }
.bund a:hover		{ color:#cebb97; text-decoration: underline; } 
.bund a:link		{ } 
.bund a:visited	{ }

.tekstboks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	padding: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.knap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #cebb97;
	background-color: #000;
	border: 2px none #000;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
