

BODY { 
	BACKGROUND-COLOR: #ffffee; 
	color: black; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10pt
	}
BODY.meny {
	margin-left:	0px;
	margin-right: 0px;
	margin-top:	20px
	}
BODY.kurs {
	background-image:url(bg.jpg); 
	margin-left:	0%;
	margin-right:	0%;
	margin-top:	5px
	}
BODY.vit {
	margin-left:	0%;
	margin-right:	0%;
	margin-top:	0%
		background-color: white;
	}

BODY.demo {
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	20px
	}
BODY.popup {
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	10px
	}

TABLE.normal {
	font-size: 85%;
	color: black;
	background: #D3D3D3
	}
TABLE.deklaration {
	font-size: 85%;
	color: black;
	background: #fffeee
	}
TABLE.example {
	font-size: 85%;
	color: black;
	background: #C0C0C0
	}
TABLE.meny {
	font-size: 100%;
	color: black;
	background: #ffffee
	}
TABLE.trans1 {
	font-size: 85%;
	color: black;
	background: #ffffee
	}
TABLE.trans2 {
	font-size: 100%;
	color: black;
	background: #ffffee
	}
	
H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica,sans-serif; 
	font-style: normal;
	font-weight: bold; 
	color: #408080; 
	background: transparent
	}
H1 {
	font-size: 200%;
	}
H2 {
	font-size: 150%;
	}
H3 {
	font-size: 110%;
	}
H4 {	
	font-size: 150%;
	}
H5 {
	font-size: 205%;
	}
H6 {	
	font-size: 215%;
	}
TT {
	color: #004080;
	font-family: "Courier New"
	}

P.small {
	font-size: 80%;
	font-weight: normal
	}
P.smallcolor {
	font-size: 80%;
	font-weight: normal;
	color:red
	}
A.Menu	{
	background: transparent;
	color:	#0000A0;
	font-family: Verdana,Helvetica,Arial;
	font-size:	100%;	
	text-decoration: none;
	}

A.Menu:visited	{
	background: transparent;
	color: #0000A0;
	}

A.Menu:hover	{
	color:	#FF0080;
	}


#wrapper{
	width:900px;
	margin:0px auto;
	padding:10px;


}

#header{
	height:60px;
	text-align: center;
	margin-bottom:5px;
	padding-top:15px;
	background-color: #D4F2FE;
}

#content{
	margin-top:0px;
	padding-top:10px;
	padding-bottom:0px;
}

#content div{
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	float:left;
}

#content-left{
	width:271px;
}

#content-main{
	margin-left:10px;
	width:271px;
}
		
#content-right{
	margin-left:10px;
	width:271px;
}
#separator{
	width:900px;
	height:10px;	
	float:left;
}
		
#footer{
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	width:900px;
	text-align: center;
}

#bottom{
	clear:both;
	text-align:right;
}

		
