body {
	font-family: palatino, georgia, arial;
	background: #DDDDDD;
	width: 1000px;
	margin: 50px auto 50px auto;
}

/* LINKER OG SÅNT */

a:link, a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
}

.alignright {
	float: left;
	text-align: left;	
}

.alignright {
	float: left;
	text-align: left;	
}


/* EGNE ENHETER */
div#outer {
	background: white;
}

h1#title {
	background: #DDDDDD;
	margin-bottom: 0;
}
h1#title a {
	color: black;
	text-decoration: none;
}

h1#title a:hover {
	text-decoration: underline;
}


p#subtitle {
	background: #DDDDDD;
	clear: both;
	margin-top: 0;
	padding-bottom: 3em;
}

div#footer {
	font-size: 70%;
	text-align: center;
}

div#meny {
	width: 250px;
	position: fixed;
	top: 190px;
	left: inherit;
	z-index: 50;
	background: #DDDDDD;
	-moz-border-radius: 0 5px 15px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

div#maincontent {
	width: 700px;
	position: relative;
	top: 0;
	left: 255px;
	margin: 0 0 0 20px;
	padding: 1em 0 3em 0;
}

div.clearfix {
	clear: both;
}

div.chart {
	width: 550px;
	float: left;
}

div.datatable {
	width: 240px;
	float: left;
}

table.datatable {
	font-size: 70%;
}


/* KONTOUTSKRIFT */
table#kontoutskrift
{
	font-size: 70%;
}

