.outerDiv /* container-div, der indeholder hele forummet */
{
	width: 630px;
	margin-left: 0px;
}

.outerDiv a /* virker på alle links i forum, men ikke nogen links udenfor */
{
	color:						#333333 !important;
	text-decoration:			underline !important;
}

.outerDiv a:hover 
{
	color:						#aeaeae !important;
	text-decoration:			none !important;
}

hr /* smal seperator-linje lige under "logget ind som" */
{
	color: #ffffff;
	height: 1px;
/*	display: none; */
}

.header, .headerDiv /* headers, hvor man kan se hvilken side, man er inde på (under "logget ind som") */
{
	background:					#999999;
	padding-top:				4px;
	padding-left:				5px;
	font-weight:				bold;
	height:						22px;
	color:						#ffffff;
	vertical-align:				top;
	border: 1px solid white;
}

.headerDiv
{
	margin-top:					5px;
	width:						100%;
}

.subHeader /* indeholder beskrivelse af det forum, man er inde på */
{
	background:					none;
	color: 						#ffffff;
	padding-top: 10px;
}


.headerDiv a:link,.headerDiv a:visited,.header a:link,.header a:visited /* links i headers */
{
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 3 !important;
}
.headerDiv a:hover,.header a:hover
{
	text-decoration: underline !important;
}

.forumList /* klikbare rækker i listen over forums, eller emner i et forum */
{
	background-color:			#999999;
	cursor:						pointer;
}
.forumList_over /* mouseover på disse rækker */
{
	background-color:			#bbaa99;
	cursor:						pointer;
}

.postedBy
{
/*	background-image:			url('/includes/pages/forum/gfx/bgfade_150x110.jpg');
	background-position:		top;
	background-repeat:			no-repeat;
	background-color:			#dedddd; */
	background:					#999999;
	border: 1px solid white;
}

.userImg /* avatar-billeder */
{
	border:						1px solid #ffffff;
	height:						100px;
}


/* formularer */
input, textarea {
	border: 1px solid #666666;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #666666;
}
.forumbutton {
	background: 	#ffeedd;
	border:			1px solid #000000;
	color:			#000000;
/*	text-transform:	uppercase; */
/*	font-family:	arial narrow; */
	font-size:		10px;
}

.headerTable /* den bruges vist ikke længere */
{
	width:						490px;
	height:						22px;
	margin-top:					2px;
}
