
/* Generelle klasser */

body
		{  
		font-family: 		Verdana, Areal, sans-serif; 
		font-size:			0.7em;
		color:				#333333;
		margin:				0;
		background-color:	white;
		background-position:center;
		}
		
a
		{
		text-decoration:	none;
		color:				#1a669a;
		}
		
a:hover
		{
		text-decoration:	underline;
		}
		
p
		{
		margin:				0 0 1em 0;	
		}
		

h1
		{
		color:				#669966;		
		font-size:			1.8em;
		margin:				0 0 1em 0;
		font-weight:		normal;
		}
		
h2
		{
		color:				#669966;		
		font-size:			1.2em;
		margin:				0 0 0em 0;
		font-weight:		normal;
		}
		
h3
		{
		color:				#669966;	
		font-size:			1.5em;
		font-weight:		normal;
		margin:				0 0 5px 0;	
		}
		
h4
		{
		color:				green;		
		font-size:			100%;
		Text-transform:		Uppercase;
		margin:				0 0 .5em 0;
		padding:			3px 0 0 7px;
		}


		
/* RAMMEVERK */
		
		
div#framework
		{
		width:				800px;
		margin:				auto;
		height:				800px;
		margin-top: 		10px;
		}
	
div#body
		{
		height:				100%;
		float:				left;
		width:				800px;
		}
		
div#info
		{
		font-family: 		Verdana, Areal, sans-serif; 
		background-color:	white;
		width:				470px;
		height:				100%;
		float:				left;
		padding:			0px 0px 0px 20px;
		}		
		
div#infoart
		{
		font-family: 		Verdana, Areal, sans-serif; 
		background-color:	white;
		width:				75%;
		height:				100%;
		float:				left;
		padding:			0px 0px 0px 40px;
		}	

div#logo
		{
		height:				48px;
		padding:			0 0 0 0;
		}
		
div#left
		{
		width:				139px;
		padding:			0px;
		float:				left;
		}
		
div#left div.menu a
		{
		display:			block;
		background-color:	#d9e5f2;
		margin:				0 0 1px 0;
		color:				#666666;
		font-family: 		Verdana, Areal, sans-serif; 
		font-size:			0.8em;
		font-weight:		normal;
		text-align:			left;
		padding:			2px 10px 2px 20px;
		}
		
div#left div.menu a.selected
		{
		Font-weight:		bold;
		text-align:			left;
		}
		
div#left div.menu a:hover
		{
		display:			block;
		background-color:	#1a669a;	
		text-decoration:	underline;
		color:				white;
		}	
						
div#main
		{
		width:				800px;
		padding:			0px;
		float:				left;
		background-color:	white;
		}

div#right
		{
		width:				140px;
		float:				left;
		background-color:	#FF0000;
		}	

/* TABELLER */

table.table
		{
		border:				solid #ccc 1px;
		}
		
table.table td
		{
		border:				solid #ccc 1px;
		}
		
table.table tr.header-1
		{
		background-color:	#9abc9b;
		font-weight:		bold;
		}
		
table.table tr.header-2
		{
		background-color:	#e5ebe5;
		color:				black;
		}
		
table.table tr.header-1 td
		{
		color:				white;
		}
