html{height:100%}

body {	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#efefdf;
	background-image:url(billeder/paragraph_pattern.png);
	height:100%;
}

#maintable {
	width:620px;
}

p, a, h1, h2, h3, h4, h5, h6, input, select, li,#footer {
	color:#333;
	font-family:"verdana","sans-serif";
}

.buttons {
	color:#888;
	text-decoration:none;
	font-family:"courier";
}

a:hover {
	color:#888;
	cursor:pointer;
}

a {
	outline:none;
}

.menuitem {
	text-decoration:none;
	text-transform:uppercase;
	font-size:9.4px;	
}

h1, h2 {
	margin-top:12px;
	font-weight:normal;
}

h1 {
	font-size:22px;
}

td {
	vertical-align:top;
	padding-left:0px;
}

p,li {
	font-size:12px;
}

img {
	border:none;
}

#imgcell {
	width:170px;
	padding-top:20px;
}

#txtcell {
	padding-left:20px;
}

#canvas {
	margin-right:auto;
	margin-left:auto;	
	width:661px;
	height:200%;
	background-color:#fff;
	padding-top:20px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #ddddcc;
}

#header,#content,#menu {
	margin-right:auto;
	margin-left:auto;
	width:620px;
}

#footer {
	font-size:10px;
	text-align:right;
	padding-top:3px;
	padding-right:1px;
	margin-right:1px;
	margin-top:30px;
	background-image:url(billeder/footer_line.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#header {
	margin-right:auto;
	margin-left:auto;
	height:93px;
	padding-top:0px;
	background-image:url(billeder/header.png);
	background-position:center;
	background-repeat:no-repeat;
}

#menu {
	margin:10px auto 10px auto;
	padding:2px 0px 4px 6px;
	font-size:15px;
	background-color:#efefdf;
	color:#444;	
	width:613px;
}
