/* basic.css - Copyright 2003 Hjørring Svæveflyveklub, all rights reserved */
/* Auther: Jan B. Kjeldsen */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A {
	cursor: pointer;
	background: transparent;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:active {
	text-decoration: underline;
}


ADDRESS {
	font-style: italic;
	line-height: 140%;
	margin-bottom: 0.4em;
}

BIG {
	font-size: 125%;
}

BLOCKQUOTE {
	font-style: italic;
}

BODY {
	margin: 0;
	padding: 0;
	border: none;
	color: black;
	background: white;
	cursor: default;
	font-size: 87.5%;
	}

BUTTON {
	cursor: auto;
}

CAPTION {
}

CITE {
	font-style: italic;
}

CODE, KBD, SAMP, TT {
	font-family: monospace;
	font-size: 83%;
}

DT {
	font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0.4em 0 0.2em 0
}

H1 {
	font-size: 164%;
}

H2 {
	font-size: 145%;
}

H3 {
	font-size: 118%;
}

H4 {
	font-size: 118%;
}

H5 {
	font-size: 118%;
}

H6 {
	font-size: 118%;
}

HTML {
	margin: 0; 
	padding: 0;
	border: none;
}

IFRAME {
	border: none;
}

INPUT {
	cursor: auto;
	margin-top: 0.3em;
}

IMG {
	border: none;
}

OL {
	margin: 0.4em 0;
	list-style: decimal inside;
}

LI OL {
	margin-left: 1.5em;
}

OL LI UL {
	margin-left: 1.5em;
}

P {
	margin: 0.5em 0 0em 0;
	line-height: 1.4em;
}

PRE {
	border: solid thin;
	padding: 1em;
	white-space: pre;
}

Q {
	font-style: italic;
}

SMALL {
	font-size: 65%;
}

SUB , SUP {
	font-size: 65%;
	line-height: 0;
}

TEXTAREA {
	cursor: text;
}

TABLE {
	margin: 0;
	border: none;
	border-collapse: collapse;
}

TD {
	margin: 0;
	padding: 0.2em;
	border: none;
	vertical-align: baseline;
}

TH {
	margin: 0;
	padding: 0.2em;
	font-weight: bold;
	text-align: left;
	border: none;
	vertical-align: baseline;
}

UL, MENU, DIR {
	padding: 0;
	margin: 0.4em 0;
	list-style: square outside;
}

LI {
	margin-top: 0.2em;
}

LI UL {
	margin-left: 0.7em;
}

UL LI {
	margin-left: -0.7em;
	padding-left: 0.7em;
	list-style: none outside;
	background: url(../grafik/bullet.gif) no-repeat 0 0.5em;
}