/**
 * Modul: Links, Artikel, Login
 *
 * $URL: svn://localhost/RBL-dev/tags/2010-06-05_rbl_hfr/rbl/css/royal/community.css $
 * $Rev: 1319 $
 * $Author: jk $
 * $Date: 2010-06-03 18:50:32 +0200 (Do, 03 Jun 2010) $
 */
 
 /* Team-Links */
#main DIV#content TABLE.links {
	border-width: 0px;
}

#main DIV#content TABLE.links TD.logo {
	text-align: right;
}

#main DIV#content TABLE.links TD.team {
	text-align: left;
	padding-left: 5px;
}

#main DIV#content DIV.linkdisclaimer {
	width: 90%;
	margin: 10px auto;
	text-align: justify;
	color: red;
	background-color: #E0E0E0;
	border: 1px solid blue;
	padding: 5px;
}

#main DIV#content DIV.linkdisclaimer EM {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

/* Umfragen */
#main DIV#content TABLE.umfrage {
	width: 90%;
}

#main DIV#content TABLE.umfrage TH {
	text-align: left;
	padding-left: 5px;
}

#main DIV#content TABLE.umfrage TD {
	text-align: left;
	padding: 2px 3px 2px 5px;
}

#main DIV#content TABLE.umfrage TD.frage {
	font-weight: bold;
}

#main DIV#content TABLE.umfrage TD.vote {
	/*  padding-bottom		: 5px;*/	
}

#main DIV#content TABLE.umfrage TD.vote INPUT {
	/*  position			: relative;*/
	/*  top					: 3px;*/
	margin: 0px 20px;
}

#main DIV#content TABLE.umfrage TD.erg {
	width: 40%;
	padding-left: 3px;
}

#main DIV#content TABLE.umfrage TD.erg IMG {
	background-color: green;
}

/**
 * Kommentare zu Artikeln, etc.
 */
DIV.thread_typ_c {
	width: 510px;
	margin: auto;
}

DIV.thread_typ_c H3 {
	margin : 20px 0px 10px 0px;
	padding: 0px;
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11pt;
	text-align: left;	
}

DIV.thread_typ_c H5 {
	margin : 20px 0px 5px 5px;
	padding: 0px;
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	text-align: left;	
}

DIV.thread_typ_c P {
	text-align: justify;	
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
}

DIV.thread_typ_c FORM DIV {
	text-align: left;
}

DIV.thread_typ_c FORM TEXTAREA {
	width: 490px;
	height: 60px;
}

DIV.thread_typ_c DIV.artikel {
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 0;
	padding: 3px 5px 10px 5px;
	position: relative;
}

DIV.thread_typ_c DIV.odd {
	background-color: #F8F8F8;
}

DIV.thread_typ_c DIV.artikel P {
	margin: 0px;
	padding: 1px 0px;
	min-height: 6px;
}

DIV.thread_typ_c DIV.artikel DIV.postnr {
	float: right;
	font-size: 11px;
}

DIV.thread_typ_c DIV.artikel DIV.datum {
	text-align: left;
	margin: 2px 0px;
}

DIV.thread_typ_c DIV.artikel DIV.autor {
	text-align: left;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 11px;
}

DIV.thread_typ_c DIV.artikel DIV.buttons {
	position: absolute;
	height: auto;
	width: auto;
	bottom: 5px;
	right: 5px;
}

DIV.thread_typ_c DIV.artikel_trenner {
	display: none;
}

DIV.thread_typ_c FORM {
	padding-left: 5px;
}

/**
 * Editor
 */
DIV.editor_plugin {
	position: absolute;
	right: -90px;
	top: 0px;
	text-align: left;
	color: black;
	z-index: 99;
	border: 1px solid blue;
	background-color: #EEEEEE;
}

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

FORM.dataform TABLE.anmeldung TBODY.optionen TR {
	height: 22px;
}

FORM.dataform TABLE.anmeldung TBODY.optionen TD {
	vertical-align: middle;
}

TABLE.anmeldung P.descr {
	margin: 1px 1px 1px 50px;
	border: 1px solid #D0D0D0;
	text-align: left;
	background-color: #F8F8F8;
	padding: 2px;
}

TABLE.anmeldung TD.title P {
	text-align: justify !important;
	font-weight: normal;
	color: black;
	margin: 1px 1px 1px 20px;
	padding: 2px;
	background-color: #F8F8F8;
	border: 1px solid #D0D0D0;
}

/* Login */
TABLE.login {
	width: 60%;
}