/* Style til BODY på alle siderne */
body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	background-color: #dddddd;
	margin: 4px;
}

/* Gennerelle styles til hele siden */
h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;

}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link
{
	color: #273c82;
	text-decoration: none;
}	

a:visited
{
	color: #273c82;
	text-decoration: none;
}

a:hover
{
	color: #273c82;
	text-decoration: underline;
}


/* Syles til skemaer på siden*/
.topskema
{
	background-color: #ffffff;
	width: 100%;
}

.textskema
{
	background-color: #ffffff;
	width: 750px;
}

.bundskema
{
	background-color: #ffffff;
	width: 100%;
	height: 19px;
}

.kant      /* Kanten til hovedskemaet */
{
	background-color: #273C82;
}

.menu      /* Link-menu'en */
{
	color: #ffffff;
	background-color: #273C82;
}

.seperator /* Seperator-streger til menuen */
{
	background-color: #ffffff;
	width: 1px;
}

.menulink  /* Fjerne borderen til linknes i menuen*/
{
	border-width: 0px;
}

/* Specielle styles til siden */

.dato
{
	font-size: 11px;
	color: #ffffff;
}

.tipStyle
{
	font-style: italic;
}


/* Styles til materiel */
.materielGraa
{
	background-color: #dddddd;	
}

.materielType
{
	font-weight: bold;
}

/* Styles til referencer */

.referencerBilledCelle
{
	border-style: solid;
	border-color: #273C82;
	border-width: 1px;
}

.referencerBeskrivelseCelle
{
/*	background-color: #dddddd;*/
	padding: 4px;
}

.referencerBeskrivelse
{
	font-weight: bold;
}


/* Styles til kontakt */
.kontaktTitel
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}

.kontaktBeskrivelse
{
	font-weight: bold;
}


/* Styles til kompetencer */
.kompetencerSkemaLeft
{
	text-align: justify;
	padding-bottom: 24px;	
}

.kompetencerSkemaRight
{
	text-align: center;	
}