html, body 
{
	height: 100%;
}

body {
	background: #FFFFFF url(images/gradient.png) repeat-x top left;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img 
{
	border: none;
}

a 
{
	color: #000;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

.header 
{
	display: block;
	width: 100%;
	height: 172px;
	min-height: 172px;
    text-align: center;
}

div.header a 
{
    background: #ffffff url(/images/top.jpg) no-repeat top left;
    width: 750px;
    display: block;
    height:172px;
    min-height:172px;
    margin: 0 auto;
}

div#ultimize a {
	display: block;
	width: 10px;
	height: 13px;
	margin: auto;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url(/images/ultimize.png) no-repeat top left;
}

div.menu 
{
    background: #ebebed url(/images/baggrund2.jpg) no-repeat top left;
    width: 100%;
    height:18px;
    min-height:18px;
    border: 0;
}

ul.menulist {
    width: 750px;
    margin: 0 auto 0 auto;
    padding: 0;
    list-style-type: none;
}

ul.menulist li 
{
    float: left;
}

ul.menulist li a 
{
    display: block;
    margin-right: 20px;
    color: #4060a2;
	text-decoration: none;
}

ul.menulist li.current a {
	font-weight: bold;
}

ul.menulist li.current ul a
{
    font-weight: normal;
}

ul.menulist li a:hover 
{
	text-decoration: underline;
}

ul.menulist li ul  
{
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #4060a2;
	padding: 0px 10px 0px 10px;
	margin:0;
	list-style-type:none;
	text-align: left;
}

ul.menulist li ul li 
{
    float: none;
    display: block;
    margin:0;padding:4px 0px 4px 0px;
    border: 0px;
}

div#wrapper 
{
    border: 0;
    background: #ffffff url(/images/baggrund.jpg) repeat-x top left;
    height: 441px;
    min-height: 441px;
    text-align: center;
    margin: 0;
    padding: 0;
}

div.content 
{
    width: 750px;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    text-align: left;
    background-color: #ffffff;
}

div#ultimize 
{
	padding-top: 10px;
	padding-bottom: 10px;
}