/* ------------ Baggrund ------------ */
body		{
	background-color: #cccccc;
	color: #000000;

	text-align : center;
}

/* ------------ Hvid boks ------------ */
div.boks	{
	width: 780px;
	border: 1px solid black;
	background: white;
	color: black;
	
	margin-left: auto; 
	margin-right: auto;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: left;
}

/* ------------ Grå bokse ------------ */
div.screen	{
	background: #e7e7e7;
	color: black;
	
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	margin-left: 0px;
	margin-top: 15px; 
	margin-bottom: 15px;
	
	text-align: left;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	
	border-width: thin;	
	border-style: solid;	
	border-color: #cccccc;	
}

/* ------------ Banner i toppen af siden ------------ */
img.banner	{
	margin-left: 15px; 
	margin-right: 15px;
}

/* ------------ Billeder i grå bokse------------ */
img.screen	{
	float:left;
	margin-right: 10px;
	margin-top: 0px; 
	margin-bottom: 0px;
	
	border: 0px;
}

/* ------------ Billeder i toppen ------------ */
img.top	{
	margin-right: 3px;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	
	text-align: center;
	
	border: 0px;
}

/* ------------ Alm. tekst ------------ */
p	{
	text-align: left;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

/* ------------ Bundtekst ------------ */
p.bundtekst	{
	background-color: #ffffff;
	color: #666666;
	
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.7em;
}

/* ------------ Tekst til terminalskrift ------------ */
p.terminal	{
	color: white;
	background: black;
	
	margin-left: 0px;
	margin-top: 15px; 
	margin-bottom: 15px;
	
	padding: 6px 6px 6px 6px;
	list-style: none;
	
	border-style: dashed;
	border-width: thin;
	border-color: white;
	
	font-family: monospace;
	font-size: 1em;
}

p.tabelterminal	{
	color: white;
	background: black;
	
	margin-left: 0px;
	margin-top: 15px; 
	margin-bottom: 15px;
	
	padding: 6px 6px 6px 6px;
	list-style: none;
	
	border-style: dashed;
	border-width: thin;
	border-color: white;
	
	font-family: monospace;
	font-size: 1.2em;
}

/* ------------ Afsnit ------------ */
ul	{
	text-align: left;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

ul ul	{
	text-align: left;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1em;
}

/* ------------ Stor overskrift ------------ */
h1	{
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 50%;
	
	margin-top: 20px;
	margin-bottom: 15px;
}

/* ------------ Lille overskrift ------------ */
h2	{
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 100%;
}

/* ------------ Meget lille overskrift ------------ */
h3	{
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	line-height: 100%;
}