html {
	overflow-y: scroll; 
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(bgbody.gif);
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	background: url(images/bg.gif) repeat-y 50%;
}

h1, h2, p{
	margin: 0;
	margin-bottom: 12px;
}

ul {
        list-style-type: disc;
     	margin-left: 2em;
   }

li {
        margin-bottom: 10px;
   }

table {
        border-collapse: collapse;
        border-spacing: 0px 0px;
      }

td.lille {
        font-size: 10px;
      }

h1 {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

p {
	padding: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

a {
	color: #FFFFFF;
}

hr {
        margin: 10px;
	margin-top: 0;
        margin-bottom: 0;
}

img {
	padding: 10px;
	padding-top: 0;
	float: right;
	border: 0;
}

img.hideshow {
        float: none;
        padding: 0;

}

img.lille, img.lille_billede {
	float: none;
	margin: auto;
}

#pagewrapper {
	margin: auto;
	padding-top: 23px;
	width: 944px;
}

#menu {
	float: right;
	width: 200px;
}

#menu ul {
	padding-left: 0;
	margin-left: 10px;
	clear: both;
	list-style: none;
}

#menu ul li, #menu ul li.active {
	display: block;
	width: 175px;
	min-height: 41px;
	margin-bottom: -12px;
	background: url(images/bigbuttonpasive.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#menu ul li a, #menu ul li.active a {
	display: block;
	width: 175px;
	height: 41px;
	padding-top: 12px;
	text-decoration: none;
	color: #FFF;
}

#menu ul li.green {
	background: url(images/bigbuttonpasive2.gif) no-repeat;
}

#menu ul li.blue {
	background: url(images/bigbuttonpasive3.gif) no-repeat;
}

#menu ul li.facebook {
	background: url(images/facebookpasive.gif) no-repeat;
}

#menu ul li.facebook:hover,#menu  ul li.active {
	background: url(images/facebookactive.gif) no-repeat;
}

#menu ul li:hover,#menu  ul li.active {
	background: url(images/bigbuttonactive.gif) no-repeat;
}

#menu ul ul {
	padding: 0;
	padding-bottom: 14px;
	margin: -14px 22px 0px 12px;
}

#menu ul ul li, #menu ul ul li.active {
	display: block;
	width: 150px;
	height: 28px;
	padding: 0;
	margin-top: 0;
	margin-bottom: -16px;
	background: url(images/smallbuttonpasive.gif) no-repeat 50% 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#menu ul ul li a {
	display: block;
	width: 150px!important;
	height: 28px;
	padding: 6px 0 0 0!important;
	margin: 0;
	text-decoration: none;
	color: #FFF;
}

#menu ul ul li:hover, #menu ul ul li.active {
	background: url(images/smallbuttonactive.gif) no-repeat 50% 0;
}

#indhold, #indhold_bund {
	width: 725px;
	margin-left: 16px;
}

#indhold {
	position: absolute;
	top: 23px;
	background-color: #165869;
}

#indhold_top {
	height: 11px;
	width: 725px;
	background: url(images/top.gif) no-repeat;
}

#indhold_bund {
        clear:both;
	margin: 0px;
	height: 20px;
	background: #007465 url(images/bund.gif) no-repeat 0 0;
        font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#indhold_bund a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

table.fejl {
        border-colapse: collapsed;
        background-color: #ff0000;
        width: 300px;
        height: 300px;
      }

table.fejl td {
        border: solid 5px red;
        padding: 10px;
        background-color: #007465;
        text-align: center;
}

