
/*########## B O D Y ##########*/

body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px; 
	/*color:#4f4e4e;*/


}

/*########## O V E R S K R I F T E R ##########*/

h1{
	font-size:16px;
	color: #912457;
	display:inline;
	letter-spacing: 0.5px;
	font-weight:normal;
	
}

h2{
	font-size:12px;
	display:inline;
}

h3{
/*	font-size:20px;
	color:#912457;
	display:inline;
	font-weight:bold;
	font-family:Georgia, Arial, verdana;
	line-height:120%;
	margin-bottom: 10px;*/
	font-size:16px;
	color: #912457;
	display:inline;
	letter-spacing: 0.5px;
	font-weight:normal;
}

h4{
	font-size:10px;
	color:#CCCCCC;
	display:inline;
	font-weight:normal;
}

h5, h6{
	display:inline;
}
/*########## P A R A G R A F E R ##########*/

p{
	font-size:10px;
	
	line-height: 15px;
	color:#4f4e4e;

}

/*########## L I N K S ##########*/

a{
	font-size:10px;
	color:#912457;
}

a:hover{
	color:#828284;
	text-decoration:underline;
}


/*########## L I S T E R ##########*/

ul{
	font-size:10px;
	list-style-type:none;
}

li{
	background: url('listBullet.gif') no-repeat left center;

	padding-left: 8px;
}

/*########## S P A C E S ##########*/

.space_1{
	margin-right: 30px;
};

.space_2{
	margin-right: 25px;
};

.space_3{
	margin-right: 9px;
};


/*########## T A B E L L E R  ##########*/

.x{
	font-size:12px;
	color: #912457;
	text-transform:uppercase;
}

table{

	font-size:10px;
	line-height: 15px;

/*	
border-collapse:collapse;
	
	border-bottom-color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-top-color:#666666;
	border-top-style:solid;
	border-top-width: 1px;
	

	border-left-color:#666666;
	border-left-style:solid;
	border-left-width: 1px;


	border-right-color:#666666;
	border-right-style:solid;
	border-right-width: 1px;
*/

}

thead{
	font-size:10px;
	font-weight:bold;
}

tbody{
	
}

td{
	
}

tr{

}

/*odd eller even classen kan erstattes med "tr td" så man kun behøver at indsætte en class*/
tr.odd td {
      background-color: #CCCCCC;
}
	
tr.even td {
      background-color:#FFFFFF;
}

/*########## D I V E R S E ##########*/

.bold{
	font-weight:bold;
}

.citat{
	font-style:italic;
}

.bold .normal, .citat .normal, 
a .normal, ul .normal, li .normal,
p .normal, .normal{
	font-weight:normal;
	font-style:normal;
}



