/* bodyfont en scrollbar */
body, p, td  { font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; font-size: 12px; color: #000000; }


/* tekst */
.normal 	{ font-size: 12px; line-height: 18px; color: #000000; font-weight: normal; }
.bold	 	{ font-size: 12px; line-height: 18px; color: #000000; font-weight: bold; }
.plain	 	{ font-size: 12px; line-height: 100%; color: #000000; font-weight: normal; }


.title 		{ font-size: 16px; line-height: 18px; color: #C90000; font-weight: bold; margin-bottom: 4px; }
.subtitle 	{ font-size: 14px; line-height: 16px; color: #FF7800; font-weight: bold; }

.medium	 	{ font-size: 11px; line-height: 15px; color: #000000; font-weight: normal; }
.small	 	{ font-size: 10px; line-height: 12px; color: #000000; font-weight: normal; }
.footer 	{ font-size: 10px; line-height: 100%; color: #BC80A6; font-weight: normal; }
.note	 	{ font-size: 10px; line-height: 12px; color: #575757; font-weight: normal; }


/* links */
a:link, a:active, a:visited { color: #C90000; text-decoration: underline; }
a:hover 					{ color: #FF7800; text-decoration: underline; }

a.footer:link, a.footer:active, a.footer:visited	{ color: #BC80A6; text-decoration: underline;  }
a.footer:hover  									{ color: #FFFFFF; text-decoration: underline;  }


/* lists */
ul		{ list-style-type: square; list-style-image: url(../images/interface/bullet.gif); margin-left: 0px; margin-top: 6px; margin-bottom: 12px; padding-left: 20px; }
li		{ color: #000000;  margin-bottom: 8px; }

/* ruler */
hr	{ border: solid 1px #004D00; height: 1px; }

/* border */
.border		{ border: solid 1px #000000; }

/* forms */
.button 	{ border: 1px solid #000000; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #1860AB; cursor: hand; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; cursor: pointer; }
.textfield	{ border: 1px solid #1860AB; font-size: 12px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding-left: 2px; padding-right: 4px; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; }
.textarea	{ border: 1px solid #1860AB; font-size: 12px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding-left: 4px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; scrollbar-arrow-color: #1860AB; scrollbar-base-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF;  }
select 		{ color: #000000; font-size: 12px; }
form div	{	margin:2px;	}
form div label	{	display:block; float: left; width: 70px;}

.required 	{ font-size: 14px; line-height: 14px; color: #FF7800; font-weight: bold; text-align: right; }
.required input { width: 30px; text-align: center; margin-top: 3px;  }

