@charset "UTF-8";
/* CSS Document */



/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
	padding: .4em 0.8em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}









 
.krim {
	background-color: #072f54;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}





/* romaner */
.romaner {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.romaner:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.romaner:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.romaner_flat {
	background-color: #8a3584;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}



/* noveller */
.noveller {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.noveller:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.noveller:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.noveller_flat {
	background-color: #e2a9b2;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}






/* lyrikk */
.lyrikk {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.lyrikk:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.lyrikk:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.lyrikk_flat {
	background-color: #4e4278;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}

.fantacy {
	background-color: #d8841a;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}




/* humor */
.humor {
	color: #ffffff;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.humor:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.humor:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.humor_flat {
	background-color: #b7001b;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}










/* essey */
.essey {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.essey:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.essey:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.essey_flat {
	background-color: #956336;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}



/* barneboker */
.barneboker {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.barneboker:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.barneboker:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.barneboker_flat {
	background-color: #f78d1d;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}







/* ungdomsboker */
.ungdomsboker {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.ungdomsboker:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.ungdomsboker:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.ungdomsboker_flat {
	background-color: #009aae;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}









/* mat */
.mat {
	color: #ffffff;
	border: solid 1px #315f1e;
	background: #4d7e38;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa053), to(#386625));
	background: -moz-linear-gradient(top,  #6aa053,  #386625);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa053', endColorstr='#386625');
}
.mat:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.mat:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.mat_flat {
	background-color: #3d6a2a;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}









/* reiseboker */
.reiseboker {
	color: #ffffff;
	border: solid 1px #6fa4c3;
	background: #b9d9eb;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7eaf5), to(#80b3d1));
	background: -moz-linear-gradient(top,  #d7eaf5,  #80b3d1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7eaf5', endColorstr='#80b3d1');
}
.reiseboker:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.reiseboker:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.reiseboker_flat {
	background-color: #b9d9eb;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}








/* sport */
.sport {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #0066ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#2284c6), to(#015995));
	background: -moz-linear-gradient(top,  #2284c6,  #015995);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2284c6', endColorstr='#015995');
}
.sport:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.sport:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.sport_flat {
	background-color: #0066ab;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}







/* dokumentar */
.dokumentar {
	color: #ffffff;
	border: solid 1px #6fa4c3;
	background: #b9d9eb;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7eaf5), to(#80b3d1));
	background: -moz-linear-gradient(top,  #d7eaf5,  #80b3d1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7eaf5', endColorstr='#80b3d1');
}
.dokumentar:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.dokumentar:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.dokumentar_flat {
	background-color: #5e5348;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}





/* eventyr */
.eventyr {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.eventyr:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.eventyr:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}

.eventyr {
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}






/* natur */
.natur {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #22452e;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a6f4c), to(#15331f));
	background: -moz-linear-gradient(top,  #3a6f4c,  #15331f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a6f4c', endColorstr='#15331f');
}
.natur:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.natur:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.natur_flat {
	background-color: #22452e;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}





/* forming */
.forming {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.forming:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.forming:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.forming_flat {
	background-color: #cba715;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}







* hus */
.hus {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.hus:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.hus:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.hus_flat {
	background-color: #b1cc75;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}






* alternativ */
.alternativ {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.alternativ:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.alternativ:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.alternativ_flat {
	background-color: #c7864a;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}






/* kunst */
.kunst {
	color: #ffffff;
	border: solid 1px #710047;
	background: #9b0061;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3007a), to(#8f015a));
	background: -moz-linear-gradient(top,  #c3007a,  #8f015a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3007a', endColorstr='#8f015a');
}
.kunst:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.kunst:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.kunst_flat {
	background-color: #9b0061;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}





.teknikk {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}












/* familie */
.familie {
	color: #ffffff;
	border: solid 1px #6f8a32;
	background: #b1cc75;
	background: -webkit-gradient(linear, left top, left bottom, from(#c4e085), to(#95b059));
	background: -moz-linear-gradient(top,  #c4e085,  #95b059);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4e085', endColorstr='#95b059');
}
.familie:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.familie:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.familie_flat {
	background-color: #b1cc75;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}

.ordboker {
	background-color: #5e8c94;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}









/* livssyn */
.livssyn {
	color: #ffffff;
	border: solid 1px #7a3d58;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#c17f9c), to(#904264));
	background: -moz-linear-gradient(top,  #c17f9c,  #904264);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c17f9c', endColorstr='#904264');
}
.livssyn:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.livssyn:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.livssyn_flat {
	background-color: #a86180;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}








/* debatt */
.debatt {
	color: #ffffff;
	border: solid 1px #6f4824;
	background: #956336;
	background: -webkit-gradient(linear, left top, left bottom, from(#ba814d), to(#7a4d25));
	background: -moz-linear-gradient(top,  #ba814d,  #7a4d25);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba814d', endColorstr='#7a4d25');
}
.debatt:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.debatt:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.debatt_flat {
	background-color: #956336;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}













/* drama */
.drama {
	color: #ffffff;
	border: solid 1px #5c1557;
	background: #8a3584;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4509e), to(#6a1d65));
	background: -moz-linear-gradient(top,  #a4509e,  #6a1d65);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4509e', endColorstr='#6a1d65');
}
.drama:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.drama:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.drama_flat {
	background-color: #b1cc75;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}









/* selvutvikling */
.selvutvikling {
	color: #ffffff;
	border: solid 1px #015c81;
	background: #0091cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a2e5), to(#0179aa));
	background: -moz-linear-gradient(top,  #00a2e5,  #0179aa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2e5', endColorstr='#0179aa');
}
.selvutvikling:hover {
	background: #7b532a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7b532a), to(#432917));
	background: -moz-linear-gradient(top,  #7b532a,  #432917);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b532a', endColorstr='#432917');
}
.selvutvikling:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#432917), to(#7b532a));
	background: -moz-linear-gradient(top,  #432917,  #7b532a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#432917', endColorstr='#7b532a');
}
.selvutvikling_flat {
	background-color: #0091cd;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;
}



.topplisting {
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-background-clip: padding-box;

margin:0 2px 4px 2px;



}

.topplisting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	float: left;
	text-decoration: none;

-webkit-border-radius: 5px ;
-moz-border-radius: 5px ;




}

.topplisting a: {
		text-decoration: none;
}
liste1 {
	background-color: #EBECEA;
}
liste2 {
	background-color: #FFFFFF;
}
liste_highlight {
	background-color: #D0CFC7;
}

