html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #090909;
	height: 100%;	
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
}

a {
	color: #000000;
}

a:hover {
	color: #94A463;
}

img {
	border: 0;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden;
}

.hr {
	background:url(/images/menuStreg.jpg) repeat-x scroll center;
	height: 7px;
	padding: 0;
	margin: 0;
	border: 0;
	clear: both;
	font-size:0;
}

.lillename {
	font-weight:bold;
}

input { font-size: 11px;font-family: "trebuchet ms"; color:#333; }
input[type="radio"] { vertical-align: text-bottom;height:16px;margin-right:5px; }
input[type="checkbox"] { vertical-align: text-bottom;margin-right:5px; }
label { margin-right:15px;cursor:pointer;font-weight:bold; }
label:hover { color:#444; }

.input {
	border:1px solid #888;
	color:#333;
	font-size: 11px;
	font-family: trebuchet ms;
	height:16px;
	margin:2px;
	padding:3px 3px 3px 6px;
}

.inputfield {
	border:1px solid #888888;
	color:#333;
	margin:2px;
	padding:6px;
}

.inputfield-big {
	border:1px solid #888888;
	color:#333;
	margin:2px;
	padding:8px;
    font-size:14px;
    font-weight:bold;
    width:478px;
}

form .half-1 {
    width:228px;
    float:left;
}
form .half-2 {
    width:228px;
    float:left;
}

.select {
	border:1px solid #888888;
	color:#000000;
	font-size: 11px;
	font-family: trebuchet ms;
	height:22px;
	margin:2px;
	padding:1px 3px 3px 3px;
}

ul[class~="guidelines"] {
	display: none;
	margin: 0;
	padding: 0 0 0 18px;
}

#terms {
    background-color:#fff;
    height:130px;
    overflow:auto;
    display:none;
    border:1px solid #444;
    padding:8px;
    line-height:1.5;
}

input[type="submit"] {
    border:0;
    background-color: #658700;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658700), to(#1b4d00));
    background: -webkit-linear-gradient(top, #658700, #1b4d00);
    background: -moz-linear-gradient(top, #658700, #1b4d00);
    background: -ms-linear-gradient(top, #658700, #1b4d00);
    background: -o-linear-gradient(top, #658700, #1b4d00);
    
    padding:8px 16px 8px 16px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    cursor:pointer;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px#666;
    box-shadow: 0 0 3px #666;
    
    float: right;
}

input[type="submit"]:hover {
    background-color: #1b4d00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b4d00), to(#658700));
    background: -webkit-linear-gradient(top, #1b4d00, #658700);
    background: -moz-linear-gradient(top, #1b4d00, #658700);
    background: -ms-linear-gradient(top, #1b4d00, #658700);
    background: -o-linear-gradient(top, #1b4d00, #658700);
    
    -moz-box-shadow: 0 0 0px #666;
    -webkit-box-shadow: 0 0 0px#666;
    box-shadow: 0 0 0px #666;    
}

.button {
    border:0;
    background-color: #658700;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658700), to(#1b4d00));
    background: -webkit-linear-gradient(top, #658700, #1b4d00);
    background: -moz-linear-gradient(top, #658700, #1b4d00);
    background: -ms-linear-gradient(top, #658700, #1b4d00);
    background: -o-linear-gradient(top, #658700, #1b4d00);
    
    padding:8px 16px 8px 16px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px#666;
    box-shadow: 0 0 3px #666;
    
    float: right;
}

.button:hover {
    background-color: #1b4d00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b4d00), to(#658700));
    background: -webkit-linear-gradient(top, #1b4d00, #658700);
    background: -moz-linear-gradient(top, #1b4d00, #658700);
    background: -ms-linear-gradient(top, #1b4d00, #658700);
    background: -o-linear-gradient(top, #1b4d00, #658700);
    
    -moz-box-shadow: 0 0 0px #666;
    -webkit-box-shadow: 0 0 0px#666;
    box-shadow: 0 0 0px #666;
    
    color:#fff;    
}

input[type="button"] {
    border:0;
    background-color: #658700;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658700), to(#1b4d00));
    background: -webkit-linear-gradient(top, #658700, #1b4d00);
    background: -moz-linear-gradient(top, #658700, #1b4d00);
    background: -ms-linear-gradient(top, #658700, #1b4d00);
    background: -o-linear-gradient(top, #658700, #1b4d00);
    
    padding:4px 8px 4px 8px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px#666;
    box-shadow: 0 0 3px #666;
}

input[type="button"]:hover {
    background-color: #1b4d00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b4d00), to(#658700));
    background: -webkit-linear-gradient(top, #1b4d00, #658700);
    background: -moz-linear-gradient(top, #1b4d00, #658700);
    background: -ms-linear-gradient(top, #1b4d00, #658700);
    background: -o-linear-gradient(top, #1b4d00, #658700);
    
    -moz-box-shadow: 0 0 0px #666;
    -webkit-box-shadow: 0 0 0px#666;
    box-shadow: 0 0 0px #666;
    
    color:#fff;    
}

.full {
    width:80%;
}

.input-error { 
    background-image:url('/images/icons/asterisk_yellow.png');
    background-repeat: no-repeat;
    background-position:470px 9px;
}

.input-exp { 
    background-image:url('/images/icons/exclamation.png');
    background-repeat: no-repeat;
    background-position:470px 9px;
}

.input-accept { 
    background-image:url('/images/icons/accept.png');
    background-repeat: no-repeat;
    background-position:470px 9px;
}

.input-error-half { 
    background-image:url('/images/icons/asterisk_yellow.png');
    background-repeat: no-repeat;
    background-position:220px 9px;
}

.input-accept-half { 
    background-image:url('/images/icons/accept.png');
    background-repeat: no-repeat;
    background-position:220px 9px;
}

.center { text-align:center; }
.right { text-align:right; }

#ajax-error { display:block;min-height:15px;padding:4px;font-weight:bold;font-size:14px; }

/* TABLES */
.table th {
	font-weight:bold;
	padding:4px 4px 6px;
	text-align:left;
}
.table td {
	padding:4px;
}

.whileskift {
	background-color:#dce0d9;
}
.whileskiftx {
}

.profileAbout {
	background-color:#dce0d9;
	padding:5px;
	margin-bottom:0;
}

.divchange {
	background-color:#dce0d9;
	padding:5px;
}
.divchangex {
	padding:5px;
}

.divPartOne {
	width: 250px;
	float:left;
	font-weight:bold;
	padding-top: 6px;
	height: 22px;
}
.divPartTwo {
	width: 240px;
	float:right;
	height: 23px;
	text-align:right;
}
.divPartTwo2 {
	width: 240px;
	float:right;
	height: 23px;
	text-align:right;
    padding-top: 5px;
    font-size:14px;
}



/* HEADERS */
h1 {
	margin:0;
    padding:5px 0 0 0;
    font-size:18px;
    color: #61645f;
}

.h1-box {
	background-image:url(/images/bar_bg.jpg);
	background-repeat:repeat-x;
	height: 20px;
	vertical-align:middle;
	padding:4px 0 0 0;
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	color:#326300;
}

h1 img {
	margin-bottom:1px;
}
h2 {
	margin:0;
    padding:5px 0 0 0;
    font-size:14px;
    color: #61645f;
}
h2 .right {
	float: right;
	color: #ADC199;
	text-align: right;
}
h2 .left {
	float: left;
}
.h2-bar {
    font-size: 11px;
	margin: 0;
	background-color:#336300;
	height: 15px;
	color:#FFFFFF;
	border-top: 2px solid #274e00;
	padding:2px 6px;
}
h3 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#1e1e1e;
	display:block;
}
h3 a {
	color:#336600;
	text-decoration:none;
}
h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:13px;
	color:#336600;
	display:block;
}
h4 a {
	color:#336600;
	text-decoration:none;
}
h5 {
	background-color:#d9d9d9;
	font-size: 10px;
	color:#666666;
	margin:4px 0;
	height: 15px;
	padding: 2px 4px;
	font-weight:normal;
}
h5 .right {
	float: right;
	text-align: right;
}
h5 .left {
	float: left;
}

h6 {
    font-size:16px;
    margin:0;
    padding:20px 0 0 0;
    
}

.icon-cs {
    background-image:url('/images/games/q_cs.png');
    background-repeat:no-repeat;
    height:16px;
    padding-left:20px;
}
.icon-css {
    background-image:url('/images/games/q_css.png');
    background-repeat:no-repeat;
    height:16px;
    padding-left:20px;
}


/* CALENDAR */
.kalender_inaktiv {
	background-image: url(/images/kalender_inactive.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:50px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	margin:0;
}
.kalender_normal {
	background-image: url(/images/kalender_normal.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:50px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.kalender_notice {
	background-image: url(/images/kalender_notice.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:50px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.kalender_idag {
	background-image: url(/images/kalender_normal.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:50px;
	color:#314813;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:0;
}

/* NEWS */
.newsThumbPicLeft {
	margin-left: 0;
	margin-bottom: 2px;
	margin-right:6px;
	margin-top:2px;
	width: 150px;
	float: left;
}
.newsThumbPicRight {
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right:2px;
	margin-top:2px;
	width: 150px;
	float: right;
}
.newsThumbPicRight2 {
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right:-6px;
	margin-top:2px;
	width: 194px;
	float: right;
}

.newsThumbPicLeftNew {
	margin-left: 0;
	margin-bottom: 2px;
	margin-right:6px;
	margin-top:2px;
	width: 110px;
	float: left;
}
.newsThumbPicRightNew {
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right:-4px;
	margin-top:2px;
	width: 110px;
	float: right;
}

.news-header {
    font-size: 12px;
    font-weight:bold;
    color:#61645f;
}

.news-header a {
    color:#61645f;
}

.news-header a:hover {
    color:#1e1e1e;
}

.newsManchet {
    font-size:10px;
    color: #7a7a7a;
}
.newsDate {
	padding-bottom:5px;
	color:#999999;
	font-size:9px;
}
.newsAppetizer {
	color: #333333;
	font-style:italic;
	margin-top: 8px;
	margin-bottom: 20px;
}

.newsText p {
    padding:0;
    margin:0;
}

#indexTop {
    background-image:url('/images/indexTop.png');
    height:140px;
    margin-bottom:12px;
}

#indexTopArea {
    width:317px;
    height: 38px;
    padding-top:89px;
    padding-left:174px;
}

#indexTopInput {
    background-image:url('/images/indexInput.png');
    width:208px;
    height:38px;
    float:left;
}

#indexTopInput input {
    background-image:url('/images/indexInputBg.png');
    margin:0;
    border:0;
    margin-left:9px;
    margin-right:9px;
    width:190px;
    height:36px;
}

#indexNewsList {
    width:350px;
    float:left;
}

#indexRight {
    width:152px;
    float:left;
    margin-left:14px;
}

/* USER */

.profilskift {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
	background-color: #ced2ca;
	font-weight: bold;
	padding: 2px;
}
.profilskifts {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
	background-color: #ced2ca;
	padding: 2px;
}

.profilskiftx {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
}
.profilskiftsx {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

/* LOGIN AREA */

#loginButton {
	width: 55px;
	height: 23px;
	float:left;
}

#loginRemember {
	width: 110px;
	float: right;
	text-align:right;
	margin-right: 18px;
}

#loginForgotten {
	clear:both;
	width: 170px;
	text-align:right;
	margin-right: 8px;
}

/* BOXES */

.box-start {
    background-color:#ebf0e6;
    width:100%;
    padding:7px 0 7px 0;
    
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.box-top-area {
    background-color:#ced2ca;
    height:35px;
    margin:0 7px 0 7px;
    padding:7px;
    
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.box-top-area-sub {
    background-color:#ced2ca;
    height:15px;
    margin:0 7px 0 7px;
    padding:7px;
    
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.round {
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.round-little {
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box-shadow {
    -moz-box-shadow: 0 0 4px #a2a2a2;
    -webkit-box-shadow: 0 0 4px#a2a2a2;
    box-shadow: 0 0 4px #a2a2a2;
}

.box-top-area h1 { margin:0;padding:0;font-size:18px;color:#61645f;font-weight:bold; }
.box-top-area-sub h2 { margin:0;padding:0;font-size:14px;color:#61645f;font-weight:bold; }
.box-top-area .left { float:left; }
.box-top-area .right { float:right;text-align:right; }

.icon-class {
    background-repeat:no-repeat;
    padding:0 0 0 20px;
}

.box-subheader { color:#ebf0e6;font-size:11px; }
.box-subheader a { text-decoration:none;color:#ebf0e6;font-size:11px;font-weight:normal; }
.box-subheader a:hover { text-decoration:underline; }

.boxContent {
	background-color:#ebf0e6;
	font-size: 11px;
	color: #4f514d;
}
.boxContent .pad {
	padding: 8px;
}
.boxContent2 {
	background-color:#ffffff;
	font-size: 11px;
	color: #000000;
}
.boxContent2 .pad {
	padding: 8px;
}

/* COMMENT */
.comment {
    background-color:#f5f9f0;
    padding:7px;
    float:right;
    margin-bottom:6px;
    position:relative;
}

.comment p { padding:0;margin:5px 0 0 0; }
.comment .commentId { position:absolute;right:12px;top:6px;font-size:22px;color:#ced2ca;font-family:"Georgia"; }
.comment .date { font-size:10px;color:#ced2ca; }
.comment h4 { font-size:12px; }
.comment h4 a { color:#adb1a8; }
.comment h4 a:hover { color:#61645f; }
.comment .timestamp { color:#adb1a8;font-size:10px; }


/* HIGHLIGHT BOX */
.highlight-box {
    background-color:#f5f9f0;
    padding:7px;
    margin-bottom:6px;
    position:relative;
}


/* Tournement fee box */
.tournementfee {
    background-color:#f5f9f0;
    padding:7px;
    margin-bottom:6px;
    height:30px;
    display:block;
    position:relative;
    text-decoration:none;
}
.tournementfee p { padding:0;margin:5px 0 0 0; }
.tournementfee .amount { position:absolute;right:12px;top:10px;font-size:22px;color:#797a77;font-style: italic; }
.tournementfee .date { font-size:10px;color:#61645f; }
.tournementfee h4 { font-size:13px;color:#797a77;font-weight:bold; }

.tournementfee:hover span { color:#333; }
.tournementfee:hover h4 { color:#333; }

/* Poll */
.count-bar {
    background-color:#32abff;
    padding:2px;
    margin:2px 0 2px 0;
    font-size:9px;
    overflow: visible;
    width:auto;
    display:block;
    height:15px;
    padding-right:0;
    margin-left:-1px;
}
.count-bar .text { position:absolute; }


/* FORUM */

.forumkatbox {
	background-color:#d9d9d9;
	
	width:490px;
	
	padding:4px;
	margin-top: 5px;
	
	color:#000000;
	font-size:11px;
	font-family:"Trebuchet MS";
	text-align:left;
}

.katbg {
	background-color:#336202;
	
	margin-right:1px;
	padding-left: 10px;
}
.kattxt {
	color:#99b180;
	font-size:21px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}

.kommentar {
	background-color:#d9d9d9;
	padding:6px;
	border-right: 2px solid #FFFFFF;
}

.findlaeg {
	background-color:#d9d9d9;
	padding:6px;
	width:109px;
	text-align:center;
	border-right: 2px solid #FFFFFF;
}
.findlaegxx {
	background-color:#858585;
	height:32px;
	border-bottom: 1px solid #000000;
	padding:6px;
	color:#FFFFFF;
	font-size:14px;
}
.findlaegxx2 {
	color:#FFFFFF;
	font-size:14px;
}
.findlaegxxx {
	background-color:#d9d9d9;
	vertical-align:top;
	border-bottom: 2px solid #FFFFFF;
	padding:12px;
}
.findlaegxxxx {
	background-color:#d9d9d9;
	height:30px;
}

/* MENUPUNKTER */

.menuLeft {
	margin:0;
	padding:0;
	margin-top:-20px;
	margin-bottom:12px;
}
.menuLeft li {
	display:block;
}

.menuLeft .header {
	font-weight:bold;
	color: #6c9400;
	padding-top: 30px;
}

.menuLeft li a {
	display: block;
	background-color: #e7e7e7;
	height: 19px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	color: #000;
}

.menuLeft li a:hover {
	background-color: #d0d0d0;
	color: #000000;	
}

.menuLeft li a img {
	margin-right: 4px;
}

/* KONTROLPANEL EKSTRA */

.kontrolunder {
	margin-left: 15px;
	
	margin-top: 8px;
	color:#000000;
	font-family:"Trebuchet MS";
	line-height:1.6;
	font-weight: bold;
}

.kontrolmenu {
	font-family: trebuchet ms;
	text-decoration:none;
	color:#333333;
}
.kontrolmenu:hover {
	font-family: trebuchet ms;
	text-decoration:underline;
	color: #94a463;
}

/* Clansiden */

#clanTop {
	width: 516px;
	height: 133px;
	
	background-image:url('/images/clanTop.jpg');
	background-repeat: no-repeat;
	
	color: #ffffff;
}

#clanTopName {
	padding-top:50px;
	padding-left:30px;
	
	font-size:28px;
	font-weight: bold;
	clear:both;
	
	color: #ffffff;
}

.clanStatus {
	float:left;
	height:27px;
	margin-left:1px;
}

#clanBodyRight {
	float:right;
	width: 89px;
	height:290px;
	
	background-image:url('/images/clanBodyLeft.jpg');
	background-repeat: no-repeat;
}


#clanStatusBarLeft {
	width: 10px;
	height: 19px;
	
	background-image:url('/images/clanStatusLeft.jpg');
	background-repeat: no-repeat;
	margin-left: 14px;
	float:left;
}

#clanStatusBarBg {
	width: 346px;
	height: 17px;
	
	background-image:url('/images/clanUnstatus.jpg');
	margin-top: 1px;
	margin-bottom: 1px;
	float:left;
}

#clanStatusBarProces {
	height: 17px;
	background-image:url('/images/clanStatus.jpg');
	background-repeat: repeat-x;
	font-size:9px;
	color: #333333;
	text-align:right;
	font-wieght:bold;
}

#clanStatusBarRight {
	width: 10px;
	height: 19px;
	
	margin-top:6px;
	background-image:url('/images/clanStatusRight1.jpg');
	background-repeat: no-repeat;
	float:left;
}


#clanBodyMini {
	float:left;
	margin-left: 43px;
	background-image:url('/images/clanBodyMini.jpg');
	background-repeat: no-repeat;
	
	width: 4px;
	height: 39px;
}

#clanBodyCon {
	float:right;
	background-image:url('/images/clanBodyRight.jpg');
	background-repeat: no-repeat;
	
	width: 28px;
	height: 180px;
}

#clanMenu {
	margin-left:14px;
}

#clanSub {
	background-color:#336300;
	height: 19px;
	color:#FFFFFF;
	border-top: 2px solid #274e00;
}

.divLeft {
	font-weight: bold;
	float:left;
	width:130px;
	margin-right:20px;
}

.divRight {
	float:left;
	width:150px;
}

.clanMemberPic {
	float: left;
	width: 60px;
	height: 70px;
	padding: 4px;
}

.clanMemberInfo {
	float: left;
	width: 240px;
	height: 70px;
	padding: 4px;
	padding-left: 8px;
}

#clanAnsog {
	float:right;
		
	width: 103px;
	height: 79px;
	
	margin-top:20px;
	margin-right:10px;
}

#clanAnsogKnap {
	background-image:url('/images/knap_clanAnsog.jpg');
	background-repeat: no-repeat;	
	
	width: 103px;
	height: 79px;
}

.clanSpace {
	height: 6px;
}

.clanMenuC {
	float:left;
}

.table tr {
	vertical-align:top;
}

.table td {
	padding: 4px;
}

.table th {
	text-align:left;
	font-weight: bold;
	padding:4px;
	padding-bottom: 6px;
}

.tableRow td {
	height: 24px;
	padding: 4px;
}


/* GOLD Side */

#ckgoldTop {
	background-image: url('/images/ckgoldTop.jpg');
	width: 516px;
	height: 302px;
}

#ckgoldMiddleLeft {
	background-image: url('/images/ckgoldMiddleLeft.jpg');
	width: 28px;
	height: 233px;
	float:left;
}

#ckgoldButton {
	background-image: url('/images/ckgoldButton.jpg');
	width: 233px;
	height: 233px;
	float:left;
}

#ckgoldMiddleRight {
	background-image: url('/images/ckgoldMiddleRight.jpg');
	width: 255px;
	height: 233px;
	float:left;
}

#ckgoldBottom {
	background-image: url('/images/ckgoldBottom.jpg');
	width: 516px;
	height: 69px;
}

.goldPrice {
	height:96px;
	width:163px;
	float:right;
}

.goldDiscount {
	color: #950000;
	font-size:10px;
}

.pointPrice {
    font-size: 18px;
	width:175px;
	text-align:right;
    float:right;
    font-weight:bold;
}

.getpointAdvertise {
    background-color:#ced2ca;
    padding:8px;
    width: 452px;
    margin-bottom:12px;
    text-align:left;
    font-size:18px;
}

#adsContainer a {
    width: 468px;
    margin:auto;
}

/*Søg*/

.seekFields {
	width: 220px;
	float:left;
	margin-left: 90px;
}

.seekButton {
	width:123px;
	height:123px;
	float:left;
}

/* CKSTATS */

#ckstat {
	float: right;
	width: 157px;
	height: 130px;
	
	color: #ffffff;
}

/* DIVERSE */

.minside_top {
	background-image:url(/images/minside_top.jpg);
	width:516px;
	height:83px;
	
	font-family:"Trebuchet MS";
	font-weight:bold;
}

.sidebox {
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px;
	background-color:#d9d9d9;
	
	height:32px;
	width:100%;
	
	color:#000000;
	font-size:11px;
	font-family:"Trebuchet MS";
}

.seekFields {
	width: 220px;
	float:left;
	margin-left: 90px;
}

.seekButton {
	width:123px;
	height:123px;
	float:left;
}

.cktegn {
	color:#336202;
	font-size:9px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	padding:2px;
}

/* DESIGN */

#site {
	margin: 0 auto;
	
	width: 960px;
	min-height: 100%;
	
	background-color: #1e1e1e;
}

#navigation {
	width: 188px;
	float:left;
	
	margin-left: 11px;
}

#navigationTop {
	background-image:url('../images/navigationTop.jpg');
	background-repeat: no-repeat;
	width: 188px;
	height: 66px;
}

#navigationArea {
	background-color: #ffffff;
	width: 180px;
	min-height: 200px;
	margin-left: 8px;
	padding-top:6px;
}

#navigationLatestThread {
	background-image:url('../images/navigationLatestThread.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
	margin-left: 8px;
}

#navigationLatestThreadArea {
	background-repeat: no-repeat;
	background-color: #a5ad8b;
	width: 180px;
	margin-left: 8px;
}

#navigationReklame {
	background-image:url('../images/navigationReklame.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 37px;
	margin-left: 8px;
}

#navigationReklameArea {
	background-repeat: no-repeat;
	background-color: #a5ad8b;
	width: 180px;
	min-height: 50px;
	margin-left: 8px;
}

#navigationReklameBottom {
	background-image:url('../images/navigationBottom.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 6px;
	margin-left: 8px;
}

#navigationBottom {
    background-color:#fff;
    height:10px;
    width:180px;
    margin-left: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius:8px;
    
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

/* GameGeeks */
#gamegeeks { background-image:url('/images/partners/gamegeeks.png'); height:25px; width:180px; display:block;margin-left:8px; }
#gamegeeks:hover { background-position:0 25px; }

#latestActivity {
    width:180px;
    height:25px;
    background-image:url('../images/latestActivity.png');
    background-repeat:no-repeat;
    margin-left:8px;
    margin-top:20px;
}

#activityList {
    margin-left:8px;
    margin-top:12px;
    margin-bottom:35px;
}

#activityList .activity-item {
    background-color:#090909;
    display:block;
    width:166px;
    height:32px;
    
    padding:6px 6px 2px 8px;
    text-decoration:none;
    margin-bottom:6px;
    
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: inset 0 0 2px #000;
    -webkit-box-shadow: inset 0 0 2px#000;
    box-shadow: inner 0 0 2px #000;
}

#activityList .activity-item:hover h1 { color:#fff; }
#activityList .activity-item:hover .smartTime { color:#6b6b6b; }

#activityList .activity-item h1 { background-repeat:no-repeat;color:#6b6b6b;font-weight:bold;margin:0;padding:0 0 0 20px;font-size: 11px; }
#activityList .activity-item .smartTime { color:#1e1e1e;font-size:9px; }

#activityList .activity-item .news { background-image:url('../images/icons/newspaper.png'); }
#activityList .activity-item .forum-general { background-image:url('../images/icons/note.png'); }


/* CP User area */
#user-area { margin-left:-5px; }
#user-area #user-interactive { 
    background-color:#ebf0e6;
    
    padding:8px;
    
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#user-area #user-interactive .icon { background-repeat:no-repeat;width:16px;height:16px;cursor:pointer;position:relative; }

#user-area #user-interactive #logout { background-image:url('../images/icons/ck_logout.png');background-position:center right;display:block;font-weight:bold; float:right; padding-right:40px; }
#user-area #user-interactive #notifications { background-image:url('../images/icons/ck_notifications.png');background-position:center left;float:left;margin-right:12px; }
#user-area #user-interactive #mates { background-image:url('../images/icons/ck_mates.png');background-position:center left;float:left;margin-right:12px; }
#user-area #user-interactive #post { background-image:url('../images/icons/ck_post.png');background-position:center left;float:left; }

#user-area #user-interactive .notify { 
    background-color:#de0000;
    font-size:8px;
    padding:1px 3px 2px 3px; 
    position:absolute;
    right:-5px;
    bottom:-5px;
    
    line-height:1;
    color:#fff;
    
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    opacity: 0.8;
    
    display:none;
}

#user-area #user-interactive .notify-box { 
    display:none;
    background-color:#efefef;
    border:1px solid #afafaf;
    width:200px;
    min-height:20px;
    position:absolute;
    top:20px;
    
    opacity: 0.95;
    
    z-index:99;
}

#user-area #user-interactive .notify-box a {
    display:block;
    margin:2px;
    padding:4px;
    background-color:#cecece;
    color: #4f514d;
    text-decoration:none;
    font-weight:bold;
    line-height:1.2;
    font-size:10px;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#user-area #user-interactive .notify-box a:hover { color: #000; }
#user-area #user-interactive .notify-box .time { font-size:9px;color:#999; }
#user-area #user-interactive .notify-box h2 { font-size:14px; color:#000; margin:0;padding:2px 0 5px 0; margin-left:4px; }
#user-area #user-interactive .notify-box p { font-size:10px; color:#4f514d; margin:0;margin-left:4px; }

#user-area #user-interactive .notify-box .bottom { 
    background-color: inherit;
    display:block;
    margin:2px;
    padding:5px 3px 3px 3px;
    color: #4f514d;
    text-decoration:none;
    font-weight:bold;
    line-height:1;
    font-size:12px;
    text-align:center;
    border-top:3px solid #fff;
}

#user-area #user-interactive .notify-box .bottom:hover { background-color: inherit;color:#000; }

#user-area #user-interactive #post-notify { }

#user-area #user-info { margin:6px 0 0 0; }
#user-area #user-info img { margin-right:8px;float:left; }
#user-area #user-info #welcome { color:#1e1e1e;font-weight:bold; }
#user-area #user-info #didyouknow-text { font-size:10px;color:#61645f;padding-right:4px;margin-top:6px; }

.navigationText {
	margin-left: auto;
	margin-right: auto;
	width: 148px;
	padding-bottom: 4px;
}

.navigationText2 {
	margin:auto;
	width: 148px;
	padding-top: 4px;
}

.navigationText2 a {
	color: #000000;
	font-size: 10px;
}

.navLatestThread {
	background-color: #848a6f;
	padding: 3px;
	padding-left: 4px;
	width: 141px;
}
.navLatestThreadx {
	padding: 3px;
	padding-left: 4px;
	width: 141px;
}

#siteRight {
	width: 761px;
	float:left;
}

#siteTop {
	width: 761px;
	height: 215px;
	
	clear:both;
}

#topBanner {
	background-image:url('../images/topBanner.jpg');
	background-repeat: no-repeat;
	width: 761px;
	height: 175px;
	
	clear:both;
}

#tabMenu {
	width: 761px;
	height: 35px;
	
	clear:both;
}

#tabLeft {
	background-image:url('../images/tabLeft.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 35px;
	float:left;
}

.tabImage {
	float: left;
	width: 124px;
	height: 35px;
}

#tabRight {
	background-image:url('../images/tabRight.jpg');
	background-repeat: no-repeat;
	width: 132px;
	height: 35px;
	float:left;
}

#tabShadow {
	background-image:url('../images/tabShadow.jpg');
	background-repeat: no-repeat;
	width: 761px;
	height: 5px;
	
	clear:both;
}

#content {
	width: 742px;
	
	clear:both;
}

#contentObs {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

#contentLeft {
	width: 10px;
	float: left;
}

#contentText {
	width: 732px;
	float:left;
	
	background-color: #ffffff;
}

#contentTextLeft {
	margin-left: 6px;
	width: 516px;
	float: left;
}

#contentTextRight {
	width: 190px;
	float:right;
	margin-right: 5px;
}

#cpTop {
	background-image:url('../images/kontrol_top.jpg');
	background-repeat: no-repeat;
	width: 202px;
	height: 52px;
	
	margin-left:-10px;
	
	clear:both;
}

#cpMenu {
	background-color: #dce7ba;
	margin-left:-4px;
	width: 190px;
}

.cpContents {
	margin-left: auto;
	margin-right: auto;
	width: 162px;
	padding-top:12px;
}

#cpReklame {
	background-color: #a5ad8b;
	margin-left:-4px;
	width: 190px;
}

#cpAdTop {
	background-image:url('../images/cpReklame.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 24px;
	margin-left: -4px;
	
	clear:both;
}

#cpAdTopShadow {
	background-image:url('../images/cpReklameShadow.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 5px;
	margin-left: -4px;
	
	clear:both;
}

#cpAdBottom {
	background-image:url('../images/cpBottom.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 8px;
	margin-left: -4px;
	clear:both;
}

#contentBottom {
	background-image:url('../images/contentBottom.jpg');
	background-repeat: no-repeat;
	width: 742px;
	height: 13px;
	margin-left: 10px;
	clear:both;
}

#siteBottom {
	clear:both;
	background-image:url('../images/bottom.jpg');
	background-repeat: no-repeat;
	width: 922px;
	height: 237px;
	
	margin-left: auto;
	margin-right: auto;
}

.timestampSmall {
	font-size: 10px;
}

.timestamp {
	font-size: 11px;
	color: #454545;
	font-style:italic;
}

.commentSpecTop {
	background-color: #bdbdbd;
	border-bottom: 1px solid #000;
	height: 19px;
	padding-top:3px;
	padding-left: 4px;
}

.commentSpecTime {
	text-align: center;
	margin-top: 3px;
	font-size:10px;
	color: #454545;
}
.commentSpecId {
	text-align:center;
	color: #979797;
	font-family: "Georgia";
	font-size: 13px;
	margin-top: 3px;
}

.commentSignature {
	color: #454545;
}

.commentSignature a {
	color: #454545;
}

.commentSignature a:hover {
	color: #94A463;
}

.commentSignature p {
	margin:0;
	padding:0;
}

.commentMsg p {
	margin:0;
	padding:0;
	padding-bottom:8px;
}

.profileGameLeft {
	float:left;
	width:110px;
	font-weight:bold;
}

.profileGameRight {
	float:left;
	width: 164px;
}

#sponsorSpeedgaming190x296 {
	background-image: url('/images/sponsorSpeedgaming190x296.jpg');
	width: 190px;
	height: 296px;
	display: block;
	margin-left:-4px;
}

.ckgold {
	background-image: url('/images/ckgold.png');
	width:16px;
	height: 16px;
	float:right;
}

#siteBottomLeft {
	float:left;
	width:188px;
}
#siteBottomMiddle {
	float:left;
	width:365px;
}
#siteBottomRight {
	float:left;
	width:363px;
}

#nopeCounter {
	width: 100px;
	height: 54px;
	margin-top:98px;
	margin-left:52px;
}

#siteBottomCloud {
	margin-top: 75px;
	margin-left: 40px;
	width: 294px;
	color: #737373;
}

#siteBottomCloud a {
    float:left;
    margin:1px;
    padding:2px;
    color: #737373;
    text-decoration:none;
}

#siteBottomCloud a:hover {
    color:#000;
    background-color:#94A463;
}

#siteBottomCloud .h1 {
    font-size:18px;
}
#siteBottomCloud .h2 {
    font-size:15px;
}
#siteBottomCloud .h3 {
    font-size:12px;
}
#siteBottomCloud .h4 {
    font-size:11px;
}
#siteBottomCloud .h5 {
    font-size:9px;
}

#siteBottomComments {
	margin-top: 75px;
	margin-left: 40px;
	width: 294px;
	color: #ffffff;
}

.sbComment {
	background-image: url('/images/siteBottomSecLine.png');
	background-repeat: repeat-x;
	height: 16px;
	padding: 4px;
}
.sbCommentx {
	height: 16px;
	padding: 4px;
}

#siteBottomComments a {
	color: #ffffff;
}

.aboutme p {
    margin:0;
    padding:0;
}

#game #source {
    margin-right:4px;
}

#editprofileArea {
    float:left;
    width:370px;
    margin-left:10px;
}

#editprofileNav {
    margin-left:-8px;
    float:left;
    width:126px;
}

#editprofileNav a {
    display:block;
    width:126px;
    height:26px;
    margin-bottom:6px;
}

#editprofileNav #login {
    background-image:url('/images/editprofile_logind.png');  
}
#editprofileNav #login_a {
    background-image:url('/images/editprofile_logind_a.png');  
}

#editprofileNav #indstillinger {
    background-image:url('/images/editprofile_indstillinger.png');  
}
#editprofileNav #indstillinger_a {
    background-image:url('/images/editprofile_indstillinger_a.png');  
}

#editprofileNav #personlig {
    background-image:url('/images/editprofile_personlig.png');  
}
#editprofileNav #personlig_a {
    background-image:url('/images/editprofile_personlig_a.png');  
}

#editprofileNav #kontakt {
    background-image:url('/images/editprofile_kontakt.png');  
}
#editprofileNav #kontakt_a {
    background-image:url('/images/editprofile_kontakt_a.png');  
}

#editprofileNav #game {
    background-image:url('/images/editprofile_game.png');  
}
#editprofileNav #game_a {
    background-image:url('/images/editprofile_game_a.png');  
}

#editprofileNav #signatur {
    background-image:url('/images/editprofile_signatur.png');  
}
#editprofileNav #signatur_a {
    background-image:url('/images/editprofile_signatur_a.png');  
}

#editprofileNav #omdig {
    background-image:url('/images/editprofile_omdig.png');  
}
#editprofileNav #omdig_a {
    background-image:url('/images/editprofile_omdig_a.png');  
}

/* OPRET CLAN */
#lineup { margin-left:5px; }
.lineup-gamer { padding:4px;float:left; width:140px;margin-left:15px; }
.lineup-gamer input { float:left;margin-top:2px; }
.lineup-gamer label { float:left; }



