/*html {overflow-y: scroll;} */
html, body {
	margin:0;
	padding:0;
	text-align: center;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:100%; 
}
body {
	background-image:url(../gfx/body_back.gif);
	background-repeat:repeat-x;
	background-color:#dfdfdf; /* df? skulle der ikke stå bf? */
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 887px;
}
#main {
	width:835px;
	margin-left:52px;
}
#header {
	background-repeat:no-repeat;
	height:154px;
	width:783px;
}
.header-main-1 {
        background-image:url(../gfx/header/team-gaffa-1.jpg);
}
.header-main-2 {
        background-image:url(../gfx/header/team-gaffa-2.jpg);
}
.header-main-3 {
        background-image:url(../gfx/header/team-gaffa-3.jpg);
}
.header-machinima-1 {
        background-image:url(../gfx/header/machinima-1.jpg);
}

#header_sub {
	background-color:white;
	background-image:url(../gfx/header_sub.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:23px;
	margin-right:54px;
	float:right;
	display:inline;
}
#logo {
	position:absolute;
	display:block;
	margin-top:55px;
	margin-left:30px;
	height:90px;
	width:410px;
}

#content {
	background-image:url(../gfx/content_back.gif);
	background-repeat:repeat-y;
	width:783px;
	font-size:80%;
	line-height:20px;
}
#text {
	margin-left:42px; /* Svaret på alt */
	margin-right:42px;
}
#footer {
	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat; /* Gider du godt lige lade være med at gentage dig selv? */
	height:134px;
	width:835px;
	font-size:55%;
	font-family:arial, verdana, helvetica, sans-serif;
	margin-bottom:40px;
}
#note {
	padding-top:90px;
	padding-left:42px;
}

/* === TABS === */

#tabs {
	width:783px;
	height:41px;
	font-weight:bold;
	font-size:70%;
}
#tabs ul {
	float:right;
	margin:6px 5px 0 0;
	padding: 0;
}
#tabs ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
	padding: 0;
}
#tabs ul li a {
	color:#808080;
	background-color:#CBCBCB;
	text-decoration:none;
	display:block;
	line-height:30px;
	height:30px;
	padding-left:18px;
	padding-right:17px;
	float:left;
}
#tabs .active {
	color:white;
	background-color:#808080;
}


/* ======= NAVIGATION ======= */

#nav {
	width:783px;
	/*margin-bottom:20px;*/
	height:60px;
	font-size:70%;
	font-weight:bold;
}

#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	background-image:url(../gfx/navsep.gif);
	background-repeat:no-repeat;
}

#nav ul, #nav li
{
	margin: 0 0 0 4px;
	padding: 0;
}

#nav ul li a {
	color:white;
	text-decoration:none;
	display:block;
	line-height:55px;
	height:55px;
	/*padding-top:20px;
	padding-bottom:22px;*/
	padding-left:20px;
	padding-right:15px;
	float:left;
}

#nav .active {
	background-image:url(../gfx/navselected.gif);
	background-repeat:no-repeat;
	background-position:53% 100%;
}


/* ======= TAGS ======= */
h1 {
	padding-top:30px;
	padding-bottom:8px;
}
h2 {
	padding-top:20px;
	padding-bottom:6px;
}
h3 {
	padding-top:10px;
	padding-bottom:4px;
}
h1, h2, h3 {
	color:#808080;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
}
table td h1, table td h2, table td h3 { 
	padding-top:10px;
	padding-bottom:3px;
}
table {
	margin-top:10px;
	border-collapse: collapse;
	font-size:100%;
	line-height:20px;
}

ul, form {
	margin-bottom:0;
}

a, a:hover, a:visited {
	color:#444444;
	text-decoration:underline;
}

p {
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
}

label {
	font-weight: bold;
}

/* ======= KLASSER ======= */


.clear {
	clear:both;
}
.hide {
	display:none;
}
.mark {
	color:gray;
	font-size:75%;
}

.tblonlinelist {
	width:100%;
}
.tblonlinelist thead td, .tblonlinelist thead th, .tblstatslog thead th  {
	font-weight:bold;
	border-bottom:1px solid gray;
}
.tblonlinelist .icon {
	width: 20px;
}
.tblonlinelist .name {
	width: 180px;
}
.tblonlinelist .status {
	width: 110px;
}
.tblonlinelist .channel {
	width: 160px;
}
.tblonlinelist .servername {
	width: 190px;
}
.tblonlinelist .servermap {
	width: 125px;
}
.tblonlinelist .serveraddress {
/*	width: 110px;*/
}
.tblonlinelist .gray_color {
	background-color:#eee;
}

.tblstatslog {
	width: 100%;
}

/* Medlemsliste billed-kolonne */
.member-pic-col-small {
	width:80px;
}
.member-pic-col-small img {
	border:1px solid #eee;
}
.member-pic-col {
	width:165px;
}
.member-pic-col img {
	border:1px solid #eee;
}
.member-key-col {
	width: 100px;
}
.member-group {
	padding-bottom:10px;
	float: left;
	width: 100%;
}
.member-info {
	float: left;
	width: 333px;
	height: 120px;
	margin-left:10px;
	margin-bottom:5px;
}
.member-info h3 {
	padding:0;
}
/**/
.news-date-col {
	width:140px;
	vertical-align:top;
	font-weight:bold;
}

.forum {
	width:100%;
}
