@charset "utf-8";

/* Box, die alle Anzeigen des Kommentar-Moduls umschließt */
#ModComBoxComments
{
 width:390px;
 font-size:1em;
}

/* Tabelle, zur Darstellung eines einzelnen Kommentars */
.ModComTableComment
{
 width:390px;
/* border:1px solid #999999; */
 margin-bottom:25px;
}

/* Überschrift 1 */
#ModComBoxComments h1
{
 font-size:1em;
 line-height:1.3em;
 font-weight:bold;
 color:#000000;
}

/* Kommentar-Titel */
#ModComBoxComments .ModComClassTitle
{
 color:#ff6600;
 margin:1em 0em 0.5em 0em;
 font-size:1em;
 line-height:1.2em;
}

/* Kommentar-Info */
#ModComBoxComments .ModComClassFrom
{
 margin:0em 0em 1em 0em;
 font-size:0.8em;
 line-height:1.2em;
}

/* Kommentar-Text */
#ModComBoxComments .ModComClassText
{
 font-size:1em;
 line-height:1.2em;
}

/* Disclaimer */
#ModComBoxComments .ModComClassDisclaimer
{
 margin:3em 0em;
 font-size:0.8em;
 line-height:1.2em;
}

/* Links im Kommentarbereich */
#ModComBoxComments A.ModComLink:link, A.ModComLink:visited, A.ModComLink:focus
{
 font-weight:bold;
 color:000000;
 text-decoration:underline;
}
#ModComBoxComments A.ModComLink:hover, A.ModComLink:active
{
 font-weight:bold;
 color:#b74c08;
 text-decoration:underline;
}

/* Box mit in der Admin-Ansicht */
#ModComBoxComments .ModComBoxAdmLinks
{
 font-size:0.8em;
 line-height:1.2em;
 margin:0.2em 0em 0em 0em;
}

/* Kurzes Eingabefeld im Formular */
#ModComBoxComments .ModComClassInputShort
{
 width:260px;
 margin-bottom:4px;
}

/* Langes Eingabefeld im Formular */
#ModComBoxComments .ModComClassInputLong
{
 width:370px;
 margin-bottom:4px;
}

/* Großest Textarea-Feld im Formular */
#ModComBoxComments .ModComClassTextareaLong
{
 font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
 font-size:1em;
 width:370px;
}

