/* 
Template: Structural
Author: Niels Robin Aagaard <ra@wizkids.dk>
Date: 30.08.06
*/

/* global */

* {
	padding:0;
	margin:0;
}

a  {
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

body {
	background-color: inherit;
	color: #000;
	font-family: "Verdana", sans-serif;
	font-size:12px;
}

td, th {
	font-family: "Verdana", sans-serif;
	font-size:12px;
}

h1 { font-size: 16px;}
h2 { font-size: 12px;}
h3 { font-size: 10px;}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 0 0;
	color: #000;
	background-color: inherit;
}

p {
	padding: 0 5px 5px 0;
}

/* global styles */

.bold {
	font-weight: bold;
}

/* allcontent */

div#allcontent {
	width: 985px;
	position: relative;
	padding: 0;
	border: 0px solid #666;
	background: url('images/sidelogo.gif') no-repeat top right;
	_height: 600px;
	min-height: 600px;
}

/* logo */

div#logo {
	width: 100%;
	height: 70px;
	background: url('images/trollplay.gif') no-repeat bottom left;
}

/* nyhedsbrev */

#extra {
	width: 108px;
	height: 60px;
	position: absolute;
	right: 85px;
	top: 200px;
}

#extra a {
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#extra .left {
	float: left;
}

#extra .right {
	float: right;
}

#extra .text {
	width: 108px;
	height: 15px;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 10px;
	border: 1px solid #ccc;
}

#extra h3 {
	text-align: center;
	margin: 0 0 2px 0;
}

/* login */

#login-on {
	width: 180px;
	height: 60px;
	position: absolute;
	right: 85px;
	top: 80px;
	text-align: right;
}

#login {
	width: 180px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 70px;
}

#login a.logpaa, .login-area a.logpaa {
	font-size: 9px;
	display: block;
	width: 40px;
	height: 40px;
	padding:0;
	margin: 0;
	background: url('images/logpaa.gif') no-repeat;
	margin: 4px 0 0 2px;
}

.login-area td.first {
	width: 75px;
}

.login-area td.spacer {
	height: 25px;
}

#login .text {
	width: 80px;
	height: 15px;
	padding: 0;
	font-size: 9px;
	border: 1px solid #ccc;
}

#login h3 {
	margin: 0 0 0 2px;
}

#login table, #login a {
	float: left;
	margin: 5px 0 0 0;
}

#login span, #login a {
	font-size: 9px;
}

.login-area {
	margin: 0px auto;
	width: 500px;
}

.login-area p {
	text-align: center;
}

.login-area table {
	margin: 20px auto;
}

/* topmenu */

#topmenu {
	width: 100%;
	height: 55px;
	margin: 5px 0 0 0;
}

/* niveau 1 */
#topmenu ul {
	list-style: none;
} 
	
#topmenu li {
	width: 85px;
	height: 55px;
	float: left;
	display: block;
}

#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* not active */
	
#topmenu a:hover, #topmenu a.isActive {
}

#topmenu li.hjem a {
	background: url('images/homeENG.jpg') no-repeat top left;
}

#topmenu li.design a {
	background: url('images/designENG.jpg') no-repeat top left;
}

#topmenu li.snake a {
	background: url('images/trollSnakeENG.jpg') no-repeat top left;
}

#topmenu li.galleri a {
	background: url('images/galleryENG.jpg') no-repeat top left;
}

#topmenu li.debat a {
	background: url('images/forumENG.jpg') no-repeat top left;
}

#topmenu li.din a {
	background: url('images/yourTrollplayENG.jpg') no-repeat top left;
}

#topmenu li.hjaelp a {
	background: url('images/helpENG.jpg') no-repeat top left;
}

/* hover */

#topmenu li.hjem a:hover {
	background-position: 0px -55px;
}

#topmenu li.design a:hover {
	background-position: 0px -55px;
}

#topmenu li.snake a:hover {
	background-position: 0px -55px;
}

#topmenu li.galleri a:hover {
	background-position: 0px -55px;
}

#topmenu li.debat a:hover {
	background-position: 0px -55px;
}

#topmenu li.din a:hover {
	background-position: 0px -55px;
}

#topmenu li.hjaelp a:hover {
	background-position: 0px -55px;
}

/* isActive */

#topmenu li.hjem a.isActive {
	background-position: 0px -110px;
}

#topmenu li.design a.isActive {
	background-position: 0px -110px;
}

#topmenu li.snake a.isActive {
	background-position: 0px -110px;
}

#topmenu li.galleri a.isActive {
	background-position: 0px -110px;
}

#topmenu li.debat a.isActive {
	background-position: 0px -110px;
}

#topmenu li.din a.isActive {
	background-position: 0px -110px;
}

#topmenu li.hjaelp a.isActive {
	background-position: 0px -110px;
}

/* header */
div#header {
}
	
/* main content */
div#maincontent {
	margin: 10px 0 0 20px;
	width: 752px;
	background: url('images/maincontent_bg.jpg') repeat-y; 
}

div#maincontent-design {
	width: 100%;
/*	height: 100%; */
	background: url('images/maincontent_top.jpg') no-repeat top left; 
}

div#maincontent-fix-bottom {
	width: 692px;
	padding: 50px 30px 50px 30px;
	background: url('images/maincontent_bottom.jpg') no-repeat bottom left; 
}

div#maincontent p {
	margin: 10px 0px 0 0;
}


div#maincontent h1 {
	margin: 8px 0 0 0;
}

/* navigator */

div#navigator {
	margin: 10px 0 0 33px; 
}

/* debat */

/* niveau 1 */
div#debat {
	margin: 0px 0 0 20px;
	width: 754px;
	background: url('images/debat_bg_180507.jpg') repeat-y;
	
	float: left;
}

div#debat-design {
	width: 100%;
	background: url('images/debat_top_180507.jpg') no-repeat top left;
	float: left;
}

div#debat-fix-bottom {
	width: 100%;
	padding: 13px 0px 30px 0px;
	background: url('images/debat_bottom_180507.jpg') no-repeat bottom left;
	float: left;
}

/* niveau 2 */

div#debat2 {
	margin: 0px 0 0 20px;
	width: 752px;
	background: url('images/debat2_bg_180507.jpg') repeat-y;

	float: left;
	}


div#debat2-design {
	width: 100%;
	/*height: 100%;*/
	background: url('images/debat2_top_180507.jpg') no-repeat top left;
	float: left;
}

div#debat2-fix-bottom {
	width: 100%;
	padding: 13px 0px 30px 0px;
	background: url('images/debat2_bottom_180507.jpg') no-repeat bottom left;
float: left;
}

/* niveau 3 */

div#debat3 {
	margin: 0px 0 0 20px;
	width: 752px;
	background: url('images/debat3_bg.jpg') repeat-y;
	float: left;
}

div#debat3-design {
	width: 100%;
	/*height: 100%;*/
	background: url('images/debat3_top.jpg') no-repeat top left;
	float: left;
}

div#debat3-fix-bottom {
	width: 100%;
	padding: 13px 0px 30px 0px;
	background: url('images/debat3_bottom.jpg') no-repeat bottom left;
	
	float: left;
}

/* debat commons */

.debat-1 td
{
	border-bottom: 1px solid #eee;
}

.debat-1 {
	width: 754px;
	border: 0px solid #eee;
float: left;
}

.debat-1 .small {
	text-align: center;
}

.debat-1 .large {
	text-align: center;
}

.debat-1 .title {
	padding: 10px 0 0 10px;
}


.debat-1 .titel2 {
	padding: 10px 0 0 10px;
	text-align: left;
}

.debat-1 .debat {
	text-align: left;
	padding: 0 0 0 10px;

}

.debat-1 .greysmall {
	background-image: url('images/small_bg.gif');
}

.debat-1 .greylarge {
	background-image: url('images/large_bg.gif');
}

.debat-1 .greylarge2 {
	background-image: url('images/large2_bg.gif');
}

.debat-1 .greymsg {
	background-image: url('images/greyfull.gif');
}

.debat-1 .greydebat {
	background-image: url('images/debat_grey_bg.gif');
}

.debat-1 .greydebat2 {
	background-image: url('images/debat2_grey_bg.gif');
}

.debat-1 td {
	padding: 10px 0 10px 0;
	vertical-align: top;
}

#create {
	width: 772px;
	text-align: right;
}

/* flash */

.flash {
	margin: 0 0 0 0px;
}

/* footer */
div#footer {
}

/* galleri */

.item {
	width: 700px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid black;
	position: relative;
}

.lonely {
	border: 0;
	padding:0;
	margin: 0;
}

.item .options {
	position: absolute;
	right: 0;
	top: 0;
/*	width: 200px; */
	height: 40px;
	text-align: right;
}


/* msg elements */

div#msg-element{
	width: 772px;
	height: 316px;
	background: url('images/addmsg.gif') no-repeat;
}

div#msg-element .left {
	width: 485px;
	height: 256px;
	padding: 35px 0px 30px 50px;
	float: left;
}

div#msg-element .right {
	width: 217px;
	height: 251px; 
	padding: 35px 0px 30px 30px;
	float: left;
}

div#msg-element h2 {
	margin: 0 0 5px 0;
}

div#msg-element .submit {
	margin: 5px 0 0 0;
}

div#msg-element .browser, div#msg-element .subject {
	margin: 0 0 30px 0;
}

div#msg-element .subject {
	width: 410px;
}

div#msg-element img {
	padding: 0 0 0px 0;
}

.boldknap {
  width: 100;
  height: 15;
  border:0px solid #ffffff;
  background-color: inherit;
  text-align:left;
  color: #000000;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-weight: bold;
 }
 
 .boldknap_small {
  width: 100;
  height: 15;
  border:0px solid #ffffff;
  background-color: inherit;
  text-align:left;
  color: #000000;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
  }



  
.left_small 
{
    width: 100;
    height: 15;
    border:0px solid #ffffff;
    background-color: inherit;
    text-align:left;
    color: #000000;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
	float: left;
}
  
.right_small 
{
    width: 100;
    height: 15;
    border:0px solid #ffffff;
    background-color: inherit;
    text-align:left;
    color: #000000;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    float: right;
}
.content_teaser {
	padding: 20px;
	width: 780px;
}

/** new fixes 12. juni 2007 **/

.debat-1 .viewed
{
width: 80px;
}

.debat-1 .answers
{
width: 80px;
}

.debat-1 .author
{
width: 150px;
}

.debat-1 .submission
{
width: 150px;
}

.debat-1 .forum
{
	text-align: left;
	padding: 5px 0px 10px 10px;
	
}

.debat-1 .topics
{
	width: 60px;
	text-align: left;
}

.debat-1 .submissions
{
	width: 90px;
	text-align: left;
}

.debat-1 .debat3
{
	width: 280px;
	text-align: left;
	padding-left: 10px;
}

.debat-1 .titel2
{
	width: 100px;
}