
body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-image: url("graphics/babybluebg.png");
	background-repeat: repeat;
}

#main
{
	background-image: url("graphics/paper.png");
	background-repeat: no-repeat;
	width:550px;
	height:720px;
}

.enlarge
{
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.paper
{
	height:800px;
	width:550px;
}

#header
{
 background-color: #transparent;
 padding:0px;
 margin:0px;
 text-align: left;
}

#menu
{

 background-color: transparent;
 color: #000000;
 width: 100px;
 padding: 5px;
 border-style: dashed;
 border-width: 0px;
 border-right-width: 1px;
 border-color: #000000;
}

#indhold
{
 
 background-color: transparent;
 color: #000000;
 padding: 5px;
 font-size: 12px;
 height: 600px;
}

#bottomline
{
	text-align: center;
	height: 80px;
	border-width: 0px;
	border-style: dashed;
	border-color: #000000;
	border-top-width: 1px;
}

.menulink
{
 font-size: 14px;
 line-height: 16px;
}

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

.headline
{
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.indholdstabel
{
	font-size: 12px;
	font-family: arial, sans-serif;
	width: 100%;
}

.type
{
	text-align: left;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
}

.value
{
	text-align: right;

}

th
{
	border-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
}

.bottomtop
{
	width:60px;
	height:600px;
}

.bottombottom
{
	height:10px;
}