/**
 * Forum
 *
 * $URL: svn://localhost/RBL-dev/tags/rbl_2010_05_17-1/css/royal/forum/forum.css $
 * $Rev: 1174 $
 * $Author: jk $
 * $Date: 2010-05-17 11:40:02 +0200 (Mo, 17 Mai 2010) $
 */
 @charset "ISO-8859-1";

/**
 * Anmeldung
 */
TABLE.forumanm {
	width: 500px;
}

TABLE.forumanm SPAN.checkbox {
	display: block;
	float: left;
	margin: 3px;
}

TABLE.forumanm SPAN.checkbox_e {
	display: block;
	float: left;
}

FORM.dataform P.codex {
	text-align: justify;
	margin: 1px auto;
}

/**
 * Thread-Liste
 */
DIV#content TABLE.threads A {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
DIV#content TABLE.threads A:hover {
	text-decoration: underline;
}
 
DIV#content TABLE.threads TD.icon {
	width: 26px;
	text-align: center;
	padding-right: 3px;
}

DIV#content TABLE.threads TD.titel {
	/*width: 400px;*/
	text-align: left;
	padding-left: 3px;
	padding-right: 8px;
	font-size: 11px;
}

DIV#content TABLE.threads TD.titel H1 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px;
}

DIV#content TABLE.threads TD.titel P {
	text-align: justfy;
	margin: 0px;
}

DIV#content TABLE.threads TD.cnt {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

DIV#content TABLE.threads TD.last {
	width: 150px;
	text-align: right;
	padding-right: 3px;
	font-size: 11px;
}

DIV#content TABLE.threads TR.newentry TD {
	background-color: #D0D0D0;
}

DIV#content TABLE.threads TD.newentry {
	text-align: left;
	padding: 5px 2px;
}

DIV#content TABLE.threads TD.newentry IMG {
	vertical-align: middle;
}
 
DIV#content TABLE.threads TD.newentry A {
	text-decoration: underline;
}
 
DIV#content TABLE.threads TD.thema {
	text-align: left;
	padding-left: 8px;
	padding-right: 3px;
	font-size: 11px;
}
 
/**
 * Forum Thread
 */
DIV.thread_typ_f {
	width: 638px;
	margin: 5px auto;
	border: 1px solid #C0C0C0;
	font-family: Arial,sans-serif;
	background-color: #FCFCFC;
}

DIV.thread_typ_f > H3 {
	background-color: #D0D0D0;
	margin: 1px;
	padding: 3px;
	font-size: 15px;
}
 
DIV.thread_typ_f DIV.artikel {
	position: relative;
	margin: 1px 0px 0px 1px;
	padding: 0px 0px 0px 106px;
	background-image: url(/pic/forum/autor_bg.png);
	background-repeat: repeat-y;
	min-height: 120px;
	width: 530px;
	border-width: 0px;
}
 
DIV.thread_typ_f DIV.artikel DIV.datum {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 11px;
	margin-top: 0px;
}
 
DIV.thread_typ_f DIV.artikel DIV.titel {
	background-color: #E0E0E0;
	padding: 3px;
	margin: 0px 0px 5px 1px;
	font-size: 11px;
	font-weight: bold;	
	text-align: left;
}

DIV.thread_typ_f DIV.unread DIV.titel {
	background-color: #FFFFE8;
}

DIV.thread_typ_f DIV.artikel DIV.autor {
	position: absolute;
	width: 100px;
	height: auto;
	left: 0px;
	top: 0px;
	padding: 3px;
	text-align: left;
	font-size: 12px;
}

DIV.thread_typ_f DIV.artikel DIV.autor SPAN.name {
	display: block;
	font-weight: bold;	
}
 
DIV.thread_typ_f DIV.artikel DIV.autor SPAN.team {
	display: block;
}
 
DIV.thread_typ_f DIV.artikel P {
	font-family: verdana,arial,helvetica,sans-serif;
	margin-left: 5px;
	margin-right: 25px;
}
 
DIV.thread_typ_f DIV.buttons {
	background-image: url(/pic/forum/autor_bg.png);
	background-repeat: repeat-y;
	background-color: #FCFCFC;
	padding: 0px 3px 3px 3px;
	margin: 0px 0px 1px 1px;
	font-size: 15px;
	text-align: right;
	min-height: 20px;
	border-bottom: 1px solid #C0C0C0;
}
 
DIV.thread_typ_f P.addentry {
	text-align: center;
	font-weight: bold;
	margin: 1px;
	padding: 3px;
	background-color: #E0E0E0;
}

DIV.thread_typ_f P.addentry IMG {
	vertical-align: middle;
}
 
DIV.thread_typ_f P.addentry A {
	text-decoration: underline;
	color: black;
}
 
/**
 * Forum Editor
 */
DIV.thread_typ_f DIV.artikel DIV.editor {
	width: 530px;
	margin-top: -4px;
}
  
 
#main DIV#content DIV.thread_typ_f TABLE#mce_tbl {
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
 
FORM.forum_editor {
	margin: 0px;	
}

FORM.forum_editor DIV.input {
	width: 500px;
	height: auto;
	margin: 5px auto; 
	text-align: left;
	line-height: 2em;
}

FORM.forum_editor DIV.titel INPUT {
	margin: 3px 5px 3px 10px;
}
 
FORM.forum_editor DIV.titel IMG {
	vertical-align: middle;
	margin-right: 10px;
}

/**
 * Forum als Topthema
 */
DIV#topthemes TABLE.topics {
	margin: 0px;
	border-width: 0px;
	width: 100%;
}

DIV#topthemes TABLE.topics TD {
	font-size: 11px;
	padding: 0px 2px;
}

DIV#topthemes TABLE.topics TD.name {
	background-color: #E0E0E0;
	font-weight: bold;
	text-align: left;
}

DIV#topthemes TABLE.topics TD.datum {
	background-color: #E0E0E0;
	text-align: right;
}
 

DIV#topthemes TABLE.topics TD.titel A {
	text-decoration: none;
	color: black;
}

DIV#topthemes TABLE.topics TD.titel A:hover {
	text-decoration: underline;
}

DIV#topthemes TABLE.topics TD.link {
	text-align: right;
	padding-right: 6px;
}

DIV#topthemes TABLE.topics TD.link A:link {
	color: blue;
	text-decoration: underline;
}

DIV#topthemes TABLE.topics TD.link A:visited {
	color: blue;
	text-decoration: underline;
}

DIV#topthemes TABLE.topics TD.link A:hover {
	color: blue;
	text-decoration: underline;
}
