body{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #AC9494;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.1em;
}

body a{
	font-weight: bold;
	color: #880000;
	text-decoration: none;
}

body a:hover{
	color: #FFFFFF;
}

h1{
	color: #FF0000;
	padding-top: 1.6em;
}

h2{
	margin-bottom: 0.5em;
	margin-top: 0.25em;
	color: #705850;
}

h3{
	color: #705850;
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 1.2em;
}

h4{
	color: #705850;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-top: 0.35em;
}

hr{
	color: #441100;
	border: solid thin #441100;
}

p{
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

ul{
	list-style-type: none;
	font-size: 0.85em;
	margin-bottom: 0.75em;
	margin-top: 0.1em;
}

div.nothing{
	visibility: hidden;
	line-height: 0em;
}

span.dimmed{
	color: #6D4225;
	font-size: 0.85em;
}

div.pillar{
	width: 100%;
	background-image: url(images/pk_pillar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.logo{
	height: 80px;
	background-image: url(images/pk_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

div.menu{
	float: left;
	width: 100%;
	overflow: hidden;
}

div.menu a{
	font-size: 1.4em;
	height: 32px;
	text-align:center;
	float: left;
	width: 17%;
	clear: right;
	line-height: 1.7em;
}

div.menu a:hover{
	background-image: url(images/pk_menu_background.gif);
	color: #FF0000;
}

div.menu-pole{
	width: 2.5%;
	background-image: url(images/pk_menu_pole.gif);
	height: 32px;
	clear: right;
	float: left;
}

div.studio-menu{
	float: left;
	width: 100%;
	overflow: hidden;
}
div.studio-menu a{
	font-size: 1.1em;
	height: 24px;
	text-align:center;
	float: left;
	width: 20%;
	clear: right;
	line-height: 1.6em;
	color: #008000;
}

div.studio-menu a:hover{
	color: #00FF00;
	background-image: url(images/pk_menu_background_studio.gif);
}

div.studio-menu-pole{
	width: 4%;
	background-image: url(images/pk_menu_pole2.gif);
	height: 24px;
	clear: right;
	float: left;
}

div.menu-border-upper{
	width: 100%;
	background-image: url(images/pk_border_upper.gif);
	height: 20px;
}

div.menu-border-middle{
	width: 100%;
	background-image: url(images/pk_border_lower.gif);
	height: 32px;
}

div.menu-border-lower{
	width: 100%;
	background-image: url(images/pk_border_middle.gif);
	height: 16px;
}

div.menu-border-bottom{
	width: 100%;
	background-image: url(images/pk_border_bottom.gif);
	height: 24px;
}

div.content{
	position: relative;
	text-align: center;
	width: 100%;
    height: auto !important;
	min-height: 100%;
	padding: 0;
}

div.indexbox-left{
	float: left;
	width: 20%;
}

div.indexbox-right{
	float: right;
	width: 20%;
}

div.indexbox-counter{
	float: left;
	background-image: url(http://home.online.no/cgi-bin/Count.cgi?df=brukernavn&dd=A);
	height: 30px;
	width: 100px;
	margin-top: 30px;
}

div.textbox{
	text-align: left;
	margin-right: 0;
	margin-left: 1em;
}

div.maintextbox{
	margin-left: 20%;
	width: 60%;
	text-align: left;
	overflow: hidden;
}

div.indextextbox{
	margin-left: 20%;
	width: 78%;
	text-align: left;
	overflow: hidden;
}

div.box384px{
	float: left;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 384px;
	clear: right;
}

div.box384pxright{
	float: right;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 384px;
}

div.box192px{
	float: left;
	text-align: center;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 192px;
}

div.trippelcolumn{
	width: 33.3%;
	float: left;
	clear: right;
	font-size: 0.8em;
	padding-bottom: 0.1em;
}

div.flexicolumn{
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	clear: right;
}

a.minilink{
	float: right;
	font-size: 0.85em;
}

div.bottom{
	padding-top: 0.1em;
	width: 100%;
	bottom: 0;
	font-weight: bold;
	position: relative;
}

img.outsetborder{
	border-width: 0.125em;
	border-style: outset;
}

img.thumb-pic{
	width: 30%;
	border-width: 0.125em;
	border-style: outset;
	clear: right;
}

img.alignleft{
	float: left;
}

img.alignright{
	float: right;
	border: none;
}

img.alignmid{
	vertical-align: middle;
}

iframe.alignright{
	float: right;
}

iframe.blog-display{
	float: left;
	border: 0;
	width: 100%;
	height: 100%;
}