body {
margin : 0;
    background : #202d85;
text-align : center;
}

#wrap {
background : #eaeaec;
height : 492px;
width : 900px;

margin-top : -246px;
margin-left : -450px;
position : absolute;
top : 50%;
left : 50%; 
border : 1px solid #fff;
}


#top{
background : url(images/top.gif) no-repeat;
    text-align : center;
	width : 900px;
	height : 70px;
    margin : 0 auto;
    padding : 0;
border-top : 20px solid #eaeaec;
}
	
#menu{
float : left;
	width : 120px;
		text-align : left;
			margin-top : 40px;
				margin-left : 20px;
    }

    
#indhold{
float : right;
text-align : left;
	width : 645px;
		height : 320px;
			padding : 20px 60px 0 0;
	}
	
	#indhold2{
float : right;
text-align : left;
	width : 645px;
		height : 300px;
			padding : 40px 60px 0 0;
	}
	
#tekst{
text-align : justify;
float : right;
width : 400px;
height : 280px;
overflow : auto;
scrollbar-base-color:#eaeaec;
scrollbar-face-color:#eaeaec;
scrollbar-arrow-color:#202d85;
scrollbar-shadow-color:#eaeaec;
scrollbar-darkshadow-color:#eaeaec;
}
    
#footer{
clear : both;
height : 50px;
background : url(images/bund.gif) no-repeat;
background-position : right;
	width : 840px;
	margin-right : 50px;
}    

h1 {
color : #202d85;
font-family : arial, sans-serif;
font-size : 1em;
margin : 0;
padding : 0 0 3px 0;
}

h2{
color : #202d85;
font-family : arial, sans-serif;
font-size : 1em;
font-weight : normal;
margin-top : 50px;

}

p {
font-size : 0.8em;
font-family : arial, sans-serif;
color : #202d85;
margin : 0;
padding : 0;
}

a:link{
font-family : arial, sans-serif;
color : #202d85;
}

a:visited{
font-family : arial, sans-serif;
color : #202d85;
}

.a1:link{
font-size : 0.8em;
line-height : 1.8em;
font-family : arial, sans-serif;
color : #202d85;
text-decoration : none;
}

.a1:visited{
font-size : 0.8em;
line-height : 1.8em;
font-family : arial, sans-serif;
color : #202d85;
text-decoration : none;
}

.a1:hover{
font-size : 0.8em;
line-height : 1.8em;
color : #a958e0;
}

#menu_body {
font: 10px/1.5 arial, sans-serif; font-style: normal; font-variant: normal; color: #dce2fa;
}

/* sets active link */
a.link:active{
color: #dce2fa; text-decoration: none;
}

/* sets link in general */
a.link:link {
color: #dce2fa; text-decoration: none;
}

/* sets visited link */
a.link:visited {
color: #dce2fa; text-decoration: none;
}

/*hover effect on link: orange*/
a.link:hover {
color: #dce2fa; text-decoration: none;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; position:relative; height:2.5em; margin:0; padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; color:#999; float:left; padding-right:1em; height:3em; line-height:3em; color:#dce2fa; 
}


.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:10px; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:none; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}


.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:none;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#555; border:1px solid #ddd; height:auto; background:#fff;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:none;
}
