body{
	background:url(billeder/skygge1.gif); 
}
#side{
	color: #ffffff;
	position:relative;  
  	margin:0px auto 10px auto;
	padding: 10px 0px 10px 0px;
	width:800px;
}
#banner{
	background:url(billeder/topbanner.gif);
	margin:10px 10px 10px 20px;
	background-repeat: no-repeat;
}
#nav{
	text-align: left;
}
#bund{
	text-align: left;
}
p {
	margin: 1px 0 1px 45px;	
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color: #4F4B4E;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 13px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #4F4B4E;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #4F4B4E;
	margin: 5px;
	padding-bottom: 5px;
	font-family: arial, verdana, sans-serif;
}
h2 {
	font-size: 14pt;
	color: #4F4B4E;
	margin: 5px;
	padding-bottom: 5px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}
td {
	border-width: 2px;	
	border-style: solid;	
	border-color: #E8E4D6;
}
a:link {
	color: #2851A3;
}
a:hover {
	color: #000080;
}
a:active {
	background-color: #E8E4D6;
}
/* CSS for menu */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #4F4B4E;
background: transparent url(../webdesign/billeder/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
font-weight: bold;
}

.ddoverlap li a:visited{
color: #4F4B4E;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../webdesign/billeder/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}