html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #222;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	}

* html,body {
	margin: 0;
	height: 100%;
	}

a {
	text-decoration: underline;
	color: #444;	
	}

a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #888;
	}

p {
	margin-top: 15px;
	}

img {
	border: 0;
	}

h1 {
	font-size: 46px;
	font-family: Georgia, serif;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin: 15px 0px 30px 0px;
	}

h2 {
	font-size: 20px;
	width: 60%;
	font-weight: lighter;
	background-color: #eb4;
	color: #532;
	margin: 0px auto 2px auto;
	}

h2 a {
	text-decoration: none;
	color: #532;
	padding-left: 10px;
	}

h2 a:hover {
	border-left: 4px solid #333;
	padding-left: 6px;
	}

h2.full {
	width: 100%;
	}

h3 {
	margin-bottom: 5px;
	width: 100%;
	background-color: #89e;
	}

#sitenav {
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	width: 96%;
	background-color: #fc3;
	color: #333;
	padding: 3px 3px 3px 3px;
	margin-bottom: 20px;
	margin-left: 2%;
	text-align: center;
	}

#sitenav a {
	text-decoration: none;
	color: #333;
	}

#container {
	background-color: #9cf;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	width: 980px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 0px 20px;
}

* html #container {
	height: 100%;
	}

#footer {
	clear: both;
	margin-top: ;
	background-color: #9cf;
}

.tekstkropp {
	width: 70%; 
	line-height: 24px; 
	text-align: justify; 
	margin-left: 15%;
	}

#credits {
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, serif;
	font-size: 10px;
	color: #888;
	width: 100%;
	}

#credits a {
	color: #888;
	text-decoration: none;
	}

#credits a:hover {
	color: #ccc;
	}

td.bildegalleri {
	padding: 12px 12px 12px 12px;
	vertical-align: top;
	overflow: scroll;
	border: 1px solid #89e;
	}

img.bildegalleri {
	height: expression(this.height > 240 ? 240: true);
	max-height: 240px;
	}

td.tegneseriegalleri {
	vertical-align: top;
	text-align: center;
	width: 450px;
	padding-bottom: 20px;
	}

img.tegneseriegalleri {
	border: 0;
	width: 480px;
	text-align: middle;
	}

img.kjop_originalen {
	position: relative;
	bottom: 35px;
	*bottom: 55px;
	left: 5px;
	}
