@charset "utf-8";
/* CSS Document */

/*** Fonts ********************************************/

.fnt_title, .fnt_subtitle{
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
}

.fnt_subtitle{
	font-size: 25px;
}



H1{
	color: #FFFFFF;
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
}

H2{
	margin-top: 5px;
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

H3{
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	border-left: yellow solid 10px;
	padding-left: 10px;
	margin-left: 10px;
}

.fnt_tekst, .fnt_tekst_sm, A.tekst{
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.fnt_tekst_sm{
	font-size: 10px;
}

A.tekst{
	color: #003300;
}

.btnConfirm, .btnBack{
	margin-right: 50px;
	margin-bottom: 40px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.btnBack{
	width: 100px;
	color: #003300;
}


/*** Forms ********************************************/
LABEL.login,INPUT.login{
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 5px;
}

LABEL.login {
	text-align: right;
	width: 70px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FF6900;
}

.loggedin{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FF6900;
}

INPUT.loginBtn{
	margin-left: 107px;
	margin-right: 2px;
}

BR {
	clear: left;
}

MARQUEE{
	font-size: 8px;
}

/*** Links ********************************************/

a.menupanel, .selectedMenu{
	float: left;
	margin-left: 10px;
	padding: 15px 10px 0 10px;
	font-size: 24px;
	height: 61px;
	color: #003300;	/* donkergroen*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../image/background/bg_menupanel.jpg) repeat-x;
}

a.menupanel:hover, .selectedMenu{
	color: #FFFFFF;	/* wit*/
	background: url(../image/background/bg_menuitem.jpg) repeat-x;
}

.selectedMenu{
	font-style: italic;
}

A.login{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

A.login:hover{
	color: yellow;
	text-decoration: underline;
}

DIV.fnt_tekst a{
	font-weight: bold;
	text-decoration: none;
	color: #003300;
}

DIV.fnt_tekst a:hover{
	text-decoration: underline;
}

.imgS{
	width: 16px;
	height: 16px;
}

.verborgen{
	display: none;
}
