@charset "utf-8";
/* CSS Document */
html {  overflow-y: scroll;
        overflow: -moz-scrollbars-vertical;
}

body {
	font: 100% sans-serif;
	background: #DDDDDD;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColElsCtr #container {
	width: 800px;
	background:#FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	color: #999;
}
.oneColElsCtr #mainContent { /*Hovedvindue*/
	background-image: url(Grafik/kanji-raw.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 0 0px;
	color: #333;
	border-top-color: #333;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.kasse { /*Infobokse*/
	background-image: url(Grafik/kassebg.png);
	border-top-color:#EEE;
	border-top-style:solid;
	border-top-width: 1px;
	border-bottom-color:#BBB;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-left-color:#EEE;
	border-left-style:solid;
	border-left-width: 1px;
	border-right-color:#BBB;
	border-right-style:solid;
	border-right-width: 2px;
	padding: 0 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight: normal;
	color: #777;
}
.kasseu { /*Infobokse uden tekstcentrering*/
	background-image: url(Grafik/kassebg.png);
	border-top-color:#EEE;
	border-top-style:solid;
	border-top-width: 1px;
	border-bottom-color:#BBB;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-left-color:#EEE;
	border-left-style:solid;
	border-left-width: 1px;
	border-right-color:#BBB;
	border-right-style:solid;
	border-right-width: 2px;
	padding: 0 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #777;
	text-align: right;
}
.kassenobg { /*Infobokse uden strukturbaggrund*/
	border-top-color:#EEE;
	border-top-style:solid;
	border-top-width: 1px;
	border-bottom-color:#BBB;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-left-color:#EEE;
	border-left-style:solid;
	border-left-width: 1px;
	border-right-color:#BBB;
	border-right-style:solid;
	border-right-width: 2px;
	padding: 0 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight: normal;
	color: #777;
}
.Overskrift1 { /*Tekstformatering af venstrejusterede overskrifter*/
	font:sans-serif;
	font-size:16px;
	color:#AAA;
	margin-top: 10px;
	text-align: left;
}
.Overskrift2 { /*Tekstformatering af centrerede overskrifter*/
	font:sans-serif;
	font-size:18px;
	color:#AAA;
	margin-top: 10px;
	text-align: center;
}
.Overskrift3 { /*Tekstformatering af centrerede overskrifter*/
	font:sans-serif;
	font-size:16px;
	color:#AAA;
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
}
.Brodtekst1 { /*Brødtekst med lige sidemarginer*/
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: justify;
	color: #777;
}
.Brodtekst2 { /*Brødtekst med centrering*/
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight: normal;
	color: #777;
}
.Brodtekst3 { /*Brødtekst med højrejustering*/
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	font-weight: normal;
	color: #777;
}
.forsidenyhed { /*Formattering af forsidenyhedsboksene*/
	border-top-color:#DDD;
	border-top-style:solid;
	border-top-width: 0px;
	border-bottom-color:#DDD;
	border-bottom-style:solid;
	border-bottom-width: 0px;
	margin-top: 1px;
	padding: 0px;
}
.forsidetekst {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	color: #777;
}
a:link {
	text-decoration: none;
	color: #888;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #888;
	text-align: right;
}
.menutekst { /*Formatering af tekst i undermenuer*/
	padding: 0 0px;
	font-weight: bold;
	font-size: 10px;
}
.toplink { /*Formatering af [Til toppen] links*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #3777;
	text-align: right;
}
