/***************************************************/
/* © Apricore Solutions 2009                       */
/* http://www.urban-dk.dk                          */
/* Urban DK                                        */
/***************************************************/



/*********************************/
/* Grundlayout og grundtypografi */
/*********************************/
html {
	height : 100%;
	margin : 0px;
	padding: 0px;
}

body {
	background-color     : #d1d1d1;
	
	/* Scrollbar */
	scrollbar-arrow-color:      #ffffff;
	scrollbar-face-color:       #d21034;
	scrollbar-highlight-color:  #eb2b4f;
	scrollbar-shadow-color:     #a90624;
	scrollbar-3dlight-color:    #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	/*scrollbar-track-color:      #f0f4f6;*/
}

body, td {
	font-size : 100%;
	color : #4b3896;
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

div.lys, td.lys, tr.lys, table.lys {
	background-color: #c7effa;
}

div.mork, td.mork, tr.mork, table.mork {
	background-color: #d7f1f9;
}

div.hot, .hot, tr.hot {
	background-color: #ff98ea;
}
fieldset {
	border: 1px solid #528eac;
	padding: 5px;
}



/************************/
/* Webdokument generelt */
/************************/

a:link {
	color : #f58220;
	text-decoration: underline;
}

a:visited, a:active {
	color : #528eac;
	text-decoration: underline;
}

a:hover {
	color : #f58220;
	text-decoration: none;
}

.rubrik {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size : 120%;
	color : #c10a4f;
	font-weight: bold;
}

.underrubrik {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size : 95%;
	color : #c10a4f;
	font-weight: normal;
	font-style: italic;
}

.lokalmenubar, a.lokalmenubar:link, a.lokalmenubar:visited, a.lokalmenubar:active {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 70%;
	color: #6d04a4;
	font-weight: bold;
	text-decoration: none;
}

a.lokalmenubar:hover {
	color : #6d04a4;
}

.broedtekst {
	font-size: 80%;
	color: #6d04a4;
}

a:link.broedtekst {
	color: #6d04a4;
	text-decoration: underline;
}

a:visited.broedtekst, a:active.broedtekst {
	color: #6d04a4;
	text-decoration: underline;
}

a:hover.broedtekst {
	color: #6d04a4;
	text-decoration: none;
}

.mellemrubrik {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size : 90%;
	color: #6d04a4;
	font-weight: bold;
	margin-bottom: 2px;
}

.lilletekst {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 70%;
	color: #6d04a4;
	font-weight: normal;
}

a.lilletekst, a.lilletekst:link {
	color: #6d04a4;
	text-decoration: underline;
}

a.lilletekst:visited, a.lilletekst:active {
	color: #6d04a4;
}

a.lilletekst:hover {
	color: #6d04a4;
	text-decoration: none;
}

.sidetal {
	/* Bruges til initialer i bunden */
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 60%;
	color: #6d04a4;
	font-weight: normal;
}



/************/
/* Billeder */
/************/

.image {
	border : #2b1580 solid 2px;
	background: #2b1580;
}

.billedtekst, a.billedtekst, a.billedtekst:link, a.billedtekst:visited, a.billedtekst:active, a.billedtekst:hover {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #f7f7f7;
	font-size: 75%;
	font-weight: normal;
	padding: 4px;
	text-decoration: none;
}

a.billedtekst:hover {
	text-decoration: underline;
}

table.billedbaggrund {
	background: #2b1580;
}



/***********************/
/* Klasser til lister  */
/***********************/
ul {
	list-style-image: url(images/listBullet.gif);
	list-style-position : outside;
} 


ul.linklist, li.linklist  {
	list-style-image: url(images/listArrow.gif);
	list-style-position : outside;
}



/********/
/* Menu */
/********/

.menu_level_02 {
	font: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}

a:link.menu_level_02, a:visited.menu_level_02, a:active.menu_level_02 {
	text-decoration: none;
	color: #ffffff;
}

.left_menu_container {
	padding-top: 15px;
	padding-left: 15px;
	display: block;
}

.menu_level_03_container {
	padding-left: 0px;
	padding-bottom: 4px;
}

.menu_level_03, a:link.menu_level_03, a:visited.menu_level_03, a:active.menu_level_03 {
	font: 70% Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a:hover.menu_level_03 {
	color: #ffffff;
	text-decoration: underline;
}

.menu_level_03_selected, a:link.menu_level_03_selected, a:visited.menu_level_03_selected, a:active.menu_level_03_selected {
	font: 70% Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

a:hover.menu_level_03_selected {
	text-decoration: underline;
	color: #ffffff;
}




/************/
/* Formular */
/************/

.input {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 90%;
	color : #6d04a4;
	border: 1px solid #6d04a4;
	background: #ffffff;
	height: 22px;
}

select  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #6d04a4;
	font-size: 90%;
	font-weight: normal;
	background: #ffffff;
}

.knap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	background: #6d04a4;
	height: 18px;
	padding-left: 0px;
	padding-right: 0px;
}

a:link.knap, a:visited.knap, a:active.knap {
	text-decoration: none;
	border:  2px solid;
	color: #4b3896;
}

a:hover.knap {
	text-decoration: none;
	border:  2px inset;
	color: #4b3896;
}



/***************/
/***************/
/*** MODULER ***/
/***************/
/***************/

/************/
/* Kalender */
/************/

.kalender_overskrift {
	/* Viser navnet på måneden */
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #4b3896;
	font-size: 80%;
	font-weight: bold;
}

/****************/
/* Klistermærke */
/****************/

.sticker_overskrift, a.sticker_overskrift:link, a.sticker_overskrift:visited, a.sticker_overskrift:active, a.sticker_overskrift:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	font-weight: bold;
	text-decoration: none;
}

.sticker_broedtekst, a.sticker_broedtekst:link, a.sticker_broedtekst:visited, a.sticker_broedtekst:active, a.sticker_broedtekst:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	font-weight: normal;
	text-decoration: none;
}



/***********/
/* Nyheder */
/***********/
.nyhedsManchet, a:link.nyhedsManchet, a:hover.nyhedsManchet, a:active.nyhedsManchet, a:visited.nyhedsManchet {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 95%;
	color : #d21034;
	font-weight: bold;
	text-decoration: none;
}

.nyhedsTekst, a:link.nyhedsTekst, a:hover.nyhedsTekst, a:active.nyhedsTekst, a:visited.nyhedsTekst {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 75%;
	color: #d21034;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}

.nyhedsDato {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #d21034;
	font-weight: normal;
}

.nyhedsLink {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size : 60%;
	color : #d21034;
	font-weight: normal;
	padding-left: 8px;
	font-style: italic;
}

a.nyhedsLink, a.nyhedsLink:link, a.nyhedsLink:visited, a.nyhedsLink:active, a.nyhedsLink:hover {
	color : #d21034;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}



/*******************************/
/*******************************/
/*** KUNDESPECIFIKKE KLASSER ***/
/*******************************/
/*******************************/

.adresse, a.adresse, a.adresse:link, a.adresse:visited, a.adresse:active, a.adresse:hover {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4b3896;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.adresse:hover {
	text-decoration: underline;
}



