body {
	padding:0px;
	margin:0px;
	text-align: left;
	
}

/* Standard */
a:link {text-decoration: underline; color: #333}
a:visited {text-decoration: underline; color: #333}
a:active {text-decoration: underline; color: #333}
a:hover {text-decoration: underline; color: #ffcf23}

.alm_tekst   { text-align: left; color: #eaece6; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
.alm_tekst1   { text-align: left; color: black; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.toptekst { color: black; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.billedtekst   { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.kursiv_tekst   { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic }

.mellemoverskrift      { color: #333; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.underoverskrift   { text-align: left; color: #333; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }

/************** 
	MENU 
'''''''''''''*/
a.menulink:link {text-decoration: underline; color: #eaece6}
a.menulink:visited {text-decoration: underline; color: #eaece6}
a.menulink:active {text-decoration: underline; color: #eaece6}
a.menulink:hover {text-decoration: underline; color: #ffcf23}

.fed_menu  {
	color: #eaece6;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;'
	
	/*text-decoration: underline; - min egen kreation*/
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  /*margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  margin:13 0 0 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerextratab li {
	margin:5 0 5 20px;
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#menu { 
	background-image: url("/grafik/menu.png"); 
	background-repeat: repeat-y;
	padding:10px;
}
/* END MENU */
