/* Standard brødtekster */
.standard
{
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.marked
{
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	background-color: #DFF0E3;
	margin: 0px;
}

/* Overskrifter */
h1.heading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}
h2.heading2
{
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}
h3.heading3
{
	font-family: verdana;
	font-size: 13px;
	color: #333333;
	margin: 0px;
}


h1.Pigerheading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #AF6D9D;
	margin: 0px;
}

h2.Pigerheading2
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #AF6D9D;
	margin: 0px;
}

h1.Drengeheading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #86A5D4;
	margin: 0px;
}

h2.Drengeheading2
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #86A5D4;
	margin: 0px;
}