/* BEGIN TeX MOD v2.0.0 */ 
/* Tabelle zur Anzeige von Fehlermeldungen, insbesondere LaTeX */
table.bbcodeError {
	width:90%; 
	border-spacing: 0px; 
	padding:0px;
	margin-left: 20px;
	border: 1px #FF0000 solid;
	background-color: #FFDDDD;
}
.errorText {
	font-size: 12px;
	color: red;
	font-weight: bold;
}
/* END TeX MOD v2.0.0 */

/* Tabelle zur Anzeig von BBCode-Abschnitten (Quote, Code) -DS*/
table.bbcode {width:90%; border-spacing: 0px; padding:0px;margin-left: 20px;}

/* The content of the posts (body of text) */
/* REMAINS */
.postbody 		{ 
	font-size: 12px;
	line-height: 18px;
	padding-right: 0.5em;
}

.postbody p {
	margin: 0.5em 0 0.4em;
	/*margin-bottom: 0px;*/
}
.postbody p:first-child {
	margin-top: 1ex;
}

.signature p {
	margin: 0.9em 0 0;
}

.signature p:first-child {
	margin-top: 0px;
}

/* Headlines */
.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .17em;
	border-bottom: 1px dotted #A5B2BD;
}
.postbody h1 { font-size: 160%; }
.postbody h2 { font-size: 145%; }
.postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	border-bottom: none;
	font-weight: bold;
}
.postbody h3 { font-size: 132%; }
.postbody h4 { font-size: 116%; }
.postbody h5 { font-size: 108%; }
.postbody h6 { font-size: 100%; }

/* Quote & Code blocks */
/* REMAINS - allerdings mssen wir evtl die Hinergrundfarbe anpassen? -SK */
.code {
	font-family: Courier, 'Courier New', monospace;
	font-size: 11px;
	color: #006600;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}

.highlight {
	font-family: monospace;
	border: 1px dashed;
/*  }
td.row1 .highlight { */
	border-color: #EEAF03;
	background-color: #FFFDF5;
}
td.row2 .highlight {
	border-color: #E6A602; /* #DEA002; */
	background-color: #F7F6EF; /* #EFEEE6; /* #FAF9F1; */
}

td.row1 .quote .highlight {
	border-color: #EAA902; /* #EEAF03; */
	background-color: #FBFAF2; /* #FFFDF5; */
}

td.row2 .quote .highlight {
	border-color: #E2A301;
	background-color: #F3F2EC;
}

.highlightTitle {
	font-weight: bold;
	border: 1px solid;
	padding: 0 1ex;
	margin: 1ex 2em 0ex 0.5em;
/* }
td.row1 .highlightTitle { */
	border-color: #EEAF03;
	background-color: #FFF7D7;
}

td.row2 .highlightTitle {
	border-color: #E6A602; /* #DEA002; /* #E9A802;*/ 
	background-color: #F7F0D1; /* #EFE8CA; /* #FAF6D4; */
}

td.row1 .quote .highlightTitle {
	border-color: #EAA902;  
	background-color: #FBF4D4;
}

td.row2 .quote .highlightTitle {
	border-color: #E2A301;  
	background-color: #F3ECCE;
}


div.highlight {
	padding: 1ex 0.8em;
	margin: 1ex 2em 1ex 0.5em;
}
span.highlight {
	padding: 0.15ex 0.5em;
	border-left-width: 0;
	border-right-width: 0;
}

div.highlightWithTitle {
	border-top: none;
	margin-top: 0;
}

.highlight ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* Zitate in Postings UND Pfeile im Monatskalender und in der Navi-Leiste. Letztere ggf. abtrennen -SK */
/* REMAINS - allerdings mssen wir evtl die Hinergrund?farbe anpassen? -SK */
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 125%;
	border: 1px solid;
/* }

td.row1 .quote { */
	color: #444444;
	border-color: #D1D7DC;
	background-color: #FAFAFA;
}

td.row2 .quote {
	color: #343434;
	border-color: #C3C8CC;
	background-color: #EAEAEA;
}

a.postlink:link	{
	text-decoration: none;
	color: #006699;
}
a.postlink:visited {
	text-decoration: none;
	color: #5493B4;
}

a.external {
	margin-left: 2px;
	padding-left: 12px;
	background: transparent url(images/link_external.png) no-repeat scroll left center;
}

a.external:visited {
	background: transparent url(images/link_external_visited.png) no-repeat scroll left center;
}

a.email {
	margin-left: 2px;
	padding-left: 14px;
	background: transparent url(images/link_email.png) no-repeat scroll left center;
}

span.noemail {
	margin-left: 2px;
	padding-left: 14px;
	background: transparent url(images/no_email.png) no-repeat scroll left center;
	color: red;
	text-decoration: line-through;
}

a.labeledlink :first-child {
	display: none;
}
a.labeledlink:hover :first-child {
	display: inline;
}

.linkinfo {
	font-variant: small-caps;
	color: gray;
}

a.missing {
	text-decoration: line-through !important;
}

abbr {
	cursor: help;
}

img.smiley {
	vertical-align: -2px;
}
