body {

	background-color: #7B869A;
}

body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;	
}

#overskrift {
	font-weight: bold;
}

#container {

        margin-left: auto;
        margin-right: auto;
        width: 790px;
        height: 100%;
        text-align: center;
}

#menu_space {

	float: left;
	height: 128px;
	width: 27px;
	text-align: left;
	background-image: url(menu_space.jpg);
}

#menu_top {

	float: left;
	height: 36px;
	width: 135px;
	background-image: url(menu_top.jpg);
}

#menu_filler {

	float: left;
	width: 135px;
	text-align: left;
	background-image: url(menu_filler.jpg);
}

#menu_bottom {

	float: left;
	width: 135px;
	height: 47px;
	background-image: url(menu_bottom.jpg);
}

#menucontainer {

        padding-left: 20px;
	float: left;
        width: 135px;
        height: 100%;
}

#menu_text_container {

	padding-left: 20px;
	line-height: 18pt;
}

#content_top {

	float: right;
	height:139px;
	width: 614px;
	text-align: left;
	background-image: url(body_top.jpg);
}

#content_filler {

	float: right;
	width: 614px;
	text-align: left;
	background-image: url(body_filler.jpg);
}

#content_bottom {

	float: right;
	height: 46px;
	width: 614px;
	text-align: left;
	background-image: url(body_bottom.jpg);
}

#contentcontainer {

	float: left;
        margin-left: 0px;
        margin-right: 0px;
        width: 614px;
        height: 100%;
}


input, textarea {

        background-color: #f3f3f3;
        border: 1px solid #cdcdcd;
        margin: 2px;
}

textarea:hover {

       background-color: white;
       border: 1px solid black;
}

input:hover {

       background-color: white;
       border: 1px solid black;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

