/* Standard brødtekster */
.standard
{
	font-family: arial;
	font-size: 12px;
	color: #002963;
	font-weight: normal;	
}

.standard2
{
	font-family: arial;
	font-size: 11px;
	color: #002963;
	font-weight: normal;	
}
.standardTab
{
	font-family: arial;
	font-size: 10px;
	color: #002963;
	font-weight: normal;	
}

.marked
{
	font-family: arial;
	font-size: 12px;
	color: #002963;
	background-image: url(../img/txtPil.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
}

/* Overskrifter */
h1.heading1
{
	font-family: arial;
	font-size: 16px;
	color: #002963;
	margin: 0px;
	font-weight: bold;
}
h2.heading2
{
	font-family: arial;
	font-size: 14px;
	color: #002963;
	margin: 0px;
	font-weight: bold;
}
h3.heading3
{
	font-family: arial;
	font-size: 12px;
	color: #002963;
	margin: 0px;
	font-weight: bold;
}

/* Flash Boxes */
div.Header
{
	height: 19px;
	margin: 0px;
	padding-left: 21px;
	background-image: url('../img/infoIcon.gif');
	background-repeat: no-repeat;
}


/* Mail formularen */
div.mailField
{

	padding: 10px;
}
td.mailText
{

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #002963;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 3px;
	vertical-align: top;
	background-image: url(../img/mailpil.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
td.mailContent_text
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #002963;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 10px;
	
}
div.mailField input.textField
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
	color: #002963;
	border: dotted 1px #002963;
}
div.mailField select.multipleSelectField
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
	color: #002963;
	border: dotted 1px #002963;
}
div.mailField select.selectField
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
	color: #002963;
	border: dotted 1px #002963;
}
div.mailField textarea.textarea
{
	width: 100%;
	height: 150px;
	font-family: arial;
	font-size: 12px;
	color: #002963;
	border: dotted 1px #002963;
}
input.mailSubmit
{
	margin-top: 10px;
}

/* Link */
a.txtLink
{
	background-image: url(../img/linkPil.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	text-decoration: underline;
	color: #002963;
}

a.tabelLink
{
	text-decoration: underline;
	color: #002963;
}