/* //////////////// *Sidene /////////////////// */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9FB4CC;
	font-size: 12px;
	overflow-X: hidden;
	scrollbar: hidden;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.bildetekst
{
 font-size: 10px;
 font-style: italic;
}

.footer /* fotnoter */
{
 font-size: 10px;
}

.hovedramme /* Ramma rundt siden */
{
 background: #FFFFFF;
 font-size: 12px;
 width: 900px;
 border: 3px double #C7400B;
 min-height: 580px;
}

.hovedside /* Bakgrunn påmeldingsskjema */
{
 background: #FFFFFF;
}

.hovedtekst /* Tekst */
{
 font-size: 12px;
 width: 95%;
 text-align: left; 
 margin: 20px;
 max-width: 790px;
}

.obligatorisk
{
 color: #FF0000;
 font-weight: bold;
}

.ramme /* Ramme rundt bilder */
{
 border: 3px double #757575;
}

.vilkaar /* Vilkårsiden */
{
 background: #FFFFFF;
 font-size: 14px;
 width: 550px;
 border: 3px double #C7400B;
 min-height: 580px;
}

/* ///////////////////     * Kurskalender*     //////////////// */

.kurstabell
{
 font-size: 11px;
 border-color: #C7400B;
}

.kurs01
{
 background-color: #9FB4CC;
 text-align: center;
 color: #000000;
 font-weight: bold;
 padding: 5px;
}


/* ///////////////////     * Linker*     //////////////// */

a:link
{
	text-decoration: none; 
	font-weight: bold;
	color: #C7400B;
}
a:active
{
	text-decoration: underline; 
	color: #C7400B; 
	font-weight: bold;
}
a:visited
{
	text-decoration: none; 
	color: #C7400B; 
	font-weight: bold;
}
a:hover
{
	text-decoration: underline; 
	font-weight: bold;
}
