/* sidst valideret: 7. marts 2007 */

/* IE treats hr as inline elements, while the others treats them as block elements */
/*  background-color er af hensyn til Netscape, Mozilla m.fl. der tolkes på samme vis som color gør i IE */
hr {
/*	border: får hr til at positionere sig mærkeligt i Mozilla, hvis den står øverst */
	height: 1px;
	border: 0px;
	background-color: #000000;
	margin: 8px 0px 8px 0px; 
	}


/* lister */

ol {       
	margin-top: 0px;       
	margin-bottom: 0px;
	margin-left: -8px;
	}
ol li {       
	margin-left : 0px;
	}

ul.floatable_ul {
	margin-left: -38px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-image: url(../../img/bullet.png)
	}
ul li.floatable_li {
	margin-left: 14px;
	}
ol.floatable_ol {
	margin-left: -32px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 38px;
	}
ol li.floatable_li {
	margin-left: 26px;
	/*text-indent: 10px;*/
	/*padding-left: 10px*/
	}

/* lister i sitemap */

ul.sitemap {
	font-weight: bold; 
	}
ul.sitemap li {
	font-size: 11px
	}
ul.sitemap li ul {
	font-weight: normal; 
	}
ul.sitemap li ul li {
	font-size: 10px;
	list-style-type: disc;
	}

#submitbtn, #loginbtn {
	/* genrelle indstillinger se: globalall.css */
	margin: 0 0 -5px 1px
	}