/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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{
	position:relative;
	width:540px;
	height:880px;
	margin:10px auto 0;
}

#paperBackground{
	height:716px;
	width:519px;
	background-image: url("graphics/paper.png");
	background-repeat: no-repeat;
	position:absolute;
	top: 185px;
	left:0px;
	z-index:0;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:184px;
	width:508px;
	overflow:hidden;
 z-index:1;
}

#header h1{
	position:absolute;
	left:600px;
	top:0px;
}

#menu{
 background-color: transparent;
 color: #000000;
 width: 100px;
 padding: 5px;
 border-style: dashed;
 border-width: 0px;
 border-right-width: 1px;
 border-color: #000000;
 height:600px;
 position:absolute;
 top:190px;
 left:4px;
 z-index:1;
}

#menu #revisorLogo{
	margin: 50px 0 0 0;
}

#indhold{
	background-color: transparent;
	color: #000000;
	padding: 5px;
	font-size: 12px;
	height: 600px;
	width:358px;
	position:absolute;
	top: 190px;
	left:115px;
 z-index:1;
}

#bottomline{
	text-align: center;
	height: 60px;
	width:458px;
	position:absolute;
	top:800px;
	left:4px;
	border-width: 0px;
	border-style: dashed;
	border-color: #000000;
	border-top-width: 1px;
 z-index:1;
 padding:10px;
}

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

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;
	margin: 10px 0;
}

.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;
	font-weight:bold;
}

td,th{
	padding:2px 3px;
}

ul a{
	display:block;
}
