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

body
{
	font-family: "Verdana", "Tahoma", sans-serif;
	background: white url(/pkimg/band.png) repeat-y top left;
}

#container 
{
	margin-left: 25px;
	margin-top: -25px;
	height: 100%;
	background-color: white;
}

#contentcontainer 
{
	margin-top: -25px;
	height: 100%;
	background-color: white;
}

#header
{
  margin-top: -25px;
}

#header h1
{
	height: 271px;
	background: transparent url(/pkimg/tittel.jpg) no-repeat top left;
	clear: both;
}

#header h1 span
{
    display:none;
}

#menu
{
 font-size: 14pt;
 font-color: black;
 height: 30px;
}

ul.menulist
{
 font-color: orange;
 list-style-type: none;
 display: inline;
 font-weight: bolder;
}

li.menuitem
{
 display: inline;
}

#leftpanel
{
 height: 100%;
 width: 300px;
 position: absolute;
 left: 30px;
 top: 293.5px;
 border: solid 1px black;
 padding: 5px;
}

#rightpanel
{
 width: 200px;
 height: 100%;
 position: absolute;
 right: 10px;
 top: 293.5px;
 border: solid 1px black;
 padding: 5px;
}

#news
{
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
}

#centerpanel
{
	overflow: auto;
	height: 100%;
	margin-left: 325px;
	margin-right: 230px;
  border: solid 1px black;
  padding: 5px;
}

.topictable
{
	color: #F7931E;
	width: 100%;
	border-spacing: 0px;
	font-size: 8pt;
}

.topictitle
{
	max-width: 170em;
	width: 70%;
}

.topictime
{
	width: 10%;
}

.topicposter
{
	width: 20%;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a
{
    color: #F7931E;
}

h2
{
	font-size: 14pt;
	font-style: italic;
	font-weight: lighter;
	color: #8CC63F;
	display: inline;
}

h3
{
	font-size: 14pt;
	font-style: italic;
	font-weight: lighter;
	color: #8CC63F;
	display: inline;
}

ul.articles
{
	list-style-type:none;
}

div.articleheader
{
	font-size: 9pt;
	font-style: italic;
}

div.article
{
	display: block;
	font-size: 10pt;
}

.menutable
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: 20px;
	float: right;
}

.menuitem
{
	padding: 20px;
}

img
{
	border: 0;
}

table.cake-sql-log {
 display: none;
 border: solid 2px black;
 background-color: red;
}

.username {
	color: #F7931E; 
	font-weight: bold;
}

.username_other {
	color: #F7931E;
}