/*Skrifttyper som blir forandret på*/

.overskrift1 {
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
	}

.overskrift2 {
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	}

.datoskrift1 {
	font-size: 11px;
	line-height:14px;
	}
	
.vanlegskrift1 {
	font-size:13px;
	line-height:17px;
	}

.vanlegskrift1tjukk {
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	}

.meny {
	font-size:13px;
	padding-left:3px;
	line-height: 25px;
	}
	
	.meny:hover {
	background-color:#B1B7D1;
	display:block;
	}
	
.skriftstorrelse1 {
	font-weight:normal;
	}

.skriftstorrelse2 {
	font-weight:normal;
	}
	
.skriftstorrelse3 {
	font-weight:bold;
	}
	
.skriftstorrelse4 {
	font-weight:normal;
	}

.lese{
	font-size:13px;
	padding-left:2px;
	}
	
.bottomtext{
	font-size:12px;
	}
	
/*DIV-class'er som blir forandret på*/

.divtype1 {
	overflow:hidden;
	height:20px;
	width:100px;
	}

.divtype2 {
	overflow:hidden;
	height:21px;
	width:100px;
	}