/*****************************/
/* © Apricore Solutions 2011 */
/* http://www.lystavlen.dk   */
/* Ungdomsområdet i Holbæk   */
/*****************************/



/*********************************/
/* Grundlayout og grundtypografi */
/*********************************/
html {
	height : 100%;
	margin : 0px;
	padding: 0px;  
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	height : 100%;
	margin : 0px;
	padding: 0px;
	background-color: #6e0e5b;
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("images/bg.gif");
}

body, td {
	font-size : 100%;
	color : #606060;
	font-weight: normal;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

div.lys, td.lys, tr.lys, table.lys {
	background-color: #f0f0f0;
}

div.mork, td.mork, tr.mork, table.mork {
	background-color: #e3e3e3;
}

div.hot, .hot, tr.hot {
	background-color: #ffcc00;
}

fieldset {
	border: 1px solid #606060;
	padding: 5px;
}


/************************/
/* Webdokument generelt */
/************************/

a {
	outline: none;
}

a:link, a:visited, a:active {
	color : #606060;
	text-decoration: underline;
}

a:hover {
	color : #606060;
	text-decoration: none;
}

.rubrik {
	font-family : "Courier New", Courier, monospace;
	font-size : 115%;
	color : #606060;
	font-weight: bold;
	padding-bottom: 2px;
}

.underrubrik {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 80%;
	color : #606060;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 0px;
}

.lokalmenubar, a.lokalmenubar:link, a.lokalmenubar:visited, a.lokalmenubar:active {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 70%;
	color: #0072C3;
	font-weight: bold;
	text-decoration: none;
}

a.lokalmenubar:hover {
	color : #A1BBE5;
}

.broedtekst {
	font-size: 70%;
	color: #606060;
}

a:link.broedtekst {
	color: #606060;
	text-decoration: underline;
}

a:link.broedtekst, a:visited.broedtekst, a:active.broedtekst {
	color: #333333;
	text-decoration: underline;
}

a:hover.broedtekst {
	color: #606060;
	text-decoration: none;
}

.mellemrubrik {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 80%;
	color : #606060;
	font-weight: bold;
}

.lilletekst {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 60%;
	color : #606060;
	font-weight: normal;
}

a.lilletekst, a.lilletekst:link {
	text-decoration: none;
	color: #606060;
}

a.lilletekst:visited, a.lilletekst:active {
	color: #333333;
}

a.lilletekst:hover {
	background-color: #606060;
}

.sidetal {
	/* Bruges til initialer i bunden */
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 70%;
	color : #606060;
}



/***********************/
/* 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;
} 



/************/
/* Billeder */
/************/

.image {
	border : #000000 solid 0px;
	background: #3e3e3e;
}

.billedtekst, a.billedtekst, a.billedtekst:link, a.billedtekst:visited, a.billedtekst:active, a.billedtekst:hover {
	color: #3e3e3e;
	font-size: 60%;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}

a.billedtekst:hover {
	text-decoration: underline;
}

table.billedbaggrund {
	background: #e3e3e3;
}



/********/
/* Menu */
/********/

a:link.menu_level_01, a:visited.menu_level_01, a:active.menu_level_01, a:hover.menu_level_01 {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 75%;
}

.menu_level_02 {
	padding: 0px 4px;
	margin-top: 1px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
}

.menu_level_02 a:link, .menu_level_02 a:visited, .menu_level_02 a:active, .menu_level_02 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu_level_03 {
	padding: 0px 3px 0px 20px;
	font-size: 70%;
	font-weight: normal;
	color: #ffffff;
	line-height: 14px;
}

.menu_level_03 a:link, .menu_level_03 a:visited, .menu_level_03 a:active, .menu_level_03 a:hover {
	color: #ffffff;
	text-decoration: none;
}



/************/
/* Formular */
/************/

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input[type="radio"], input[type="checkbox"], input[type="button"], input[type="submit"] {
	outline: none;
}

.input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #606060;
	border: 1px solid #6e0e5b;
	margin: 2px;
}

select  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #71797D;
	font-size: 11px;
	font-weight: normal;
}

.knap {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: white;
	font-size: 70%;
	border:  1px outset;
	text-align: center;
	font-weight: bold;
	background: #0e3d6e url(images/knap_bg.png);
}

a:link.knap, a:visited.knap, a:active.knap {
	text-decoration: none;
	border:  1px outset;
	color: black;
}

a:hover.knap {
	text-decoration: none;
	border:  1px inset;
	color: black;
}



/***************/
/***************/
/*** MODULER ***/
/***************/
/***************/

/**************/
/* Afstemning */
/**************/

.poll_container {
	border: 2px solid #2b9ad4;
	padding: 5px;
	background: #1977a8;
	text-align: left;
}

.poll_overskrift, a.poll_overskrift:link, a.poll_overskrift:visited, a.poll_overskrift:active, a.poll_overskrift:hover {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 10px;
	color : #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.poll_broedtekst, a.poll_broedtekst:link, a.poll_broedtekst:visited, a.poll_broedtekst:active, a.poll_broedtekst:hover {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 10px;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.poll_bar {
	background: #ffffff;
	height: 12px;
	margin: 1px 0px;
}

.poll_button {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: white;
	font-size: 70%;
	border:  1px outset;
	text-align: center;
	font-weight: bold;
	background: #6573ab url(images/knap_bg.gif);
}

a:link.poll_button, a:visited.poll_button, a:active.poll_button {
	text-decoration: none;
	border:  1px outset;
	color: black;
}

a:hover.poll_button {
	text-decoration: none;
	border:  1px inset;
	color: black;
}

/************/
/* Kalender */
/************/

.kalender_overskrift {
	/* Viser navnet på måneden */
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #71797D;
	font-size: 10px;
	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: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 11px;
}

.sticker_broedtekst, a.sticker_broedtekst:link, a.sticker_broedtekst:visited, a.sticker_broedtekst:active, a.sticker_broedtekst:hover {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 11px;
	line-height: 11px;
	color : #000000;
	font-weight: normal;
	text-decoration: none;
}



/***********/
/* Nyheder */
/***********/
.topNyhedsManchet {
	font-size: 14px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #0e3d6e;
}

.topNyhedsTekst, a:link.topNyhedsTekst, a:hover.topNyhedsTekst, a:active.topNyhedsTekst, a:visited.topNyhedsTekst {
	font-size: 65%;
	color: #0e3d6e;
	text-decoration: none;
}

.nyhedsManchet {
	font-size : 14px;
	font-weight: bold;
	color: #0e3d6e;
}

.nyhedsTekst, a:link.nyhedsTekst, a:hover.nyhedsTekst, a:active.nyhedsTekst, a:visited.nyhedsTekst {
	font-size: 65%;
	color: #0e3d6e;
	text-decoration: none;
}

.nyhedsDato {
	color: #0e3d6e;
	font-weight: normal;
}

.nyhedsLink {
	font-size : 65%;
	color: #0e3d6e;
	font-weight: normal;
	padding-left: 8px;
	font-style: italic;
}

a.nyhedsLink, a.nyhedsLink:link, a.nyhedsLink:visited, a.nyhedsLink:active, a.nyhedsLink:hover {
	font-size : 65%;
	background: url(images/frontpage_arrow.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a.nyhedsLink:hover {
    background-color: #ffcc00;
}



/*******************************/
/*******************************/
/*** KUNDESPECIFIKKE KLASSER ***/
/*******************************/
/*******************************/

.adresse {
	 background-color: #ffbff2;
	 margin: 0 auto;
	 width: 960px;
	 border-top: 1px solid #fff;
	 border-bottom: 1px solid #fff;	 
}

.adresse td {	
	 color: #0e3d6e;
	 font-size: 80%;	
}

.search_field {
	border: 0px;
	background: #ffffff;
	height: 15px;
	line-height: 15px;
	width: 105px;
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	color: #0e3d6e;
	font-size: 85%;
	padding: 0px 0px 0px 2px;
}

.update, a.update:link, a.update:visited, a.update:active, a.update:hover {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size : 10px;
	font-weight: normal;
	color : #ffffff;
	text-decoration: none;
	line-height: 14px;
}

a.update:hover {
	color : #fff600;
}


/*****************/
/* Google Search */
/*****************/
#cse-search-results iframe {
	color: red;
}


/******************/
/* Simple Tooltip */
/******************/

.tooltip{
    position: absolute;
    z-index: 999;
    left: -9999px;
    top: -9999px;
    background-color: #c5c5dc;
    padding: 5px;
    border: 1px solid #fff;
    width: 200px;
}

.tooltip div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #32335a;
    padding: 7px 12px;
}




