/* Generelle Klassen für Vorlagen */

a.arrow-red {
	background: url(../img/arrow-red.png) no-repeat left center;
	padding: 0 0 0 10px;
}

a.arrow-white {
	background: url(../img/arrow-white.png) no-repeat left center;
	padding: 0 0 0 10px;
}

/* Vorlage für Themen-Übersichtsseiten */

table.template_themen_1 {
	margin: 5px auto;
}

table.template_themen_1 td {
	padding: 15px;
}

table.template_themen_1 div.shadow {
	background: url(../img/shadow.png) no-repeat;
	width: 155px;
	height: 155px;
}
table.template_themen_1 div.shadow img {
	width: 150px;
	height: 150px;
	border: none;
}

table.template_themen_1 div.shadow p {
	margin: 5px 0;
}


/* Vorlage für textlastige Themenseiten */

table.template_themen_2 {
	margin: 5px 0;
}
	
table.template_themen_2 div.shadow {
	background: url(../img/shadow.png) no-repeat;
	width: 155px;
	height: 155px;
}
table.template_themen_2 div.shadow img {
	width: 150px;
	height: 150px;
	border: none;
}

table.template_themen_2 td {
	padding: 0;
	vertical-align: top;
}
table.template_themen_2 td+td {
	padding: 0 0 0 5px;
}

table.template_themen_2 h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 6px;
}

table.template_themen_2 h1 p {
	font-size:11px;
	color: #949494;
	margin: 0;
}
	
/* Dieses CSS Datei enthält die Stilinformationen für die im FCKEditor 
 * auswählbaren Vorlagen (Templates). Siehe ckeditor/templates.js */

/* Zweispaltiger Inhalt mit gleich großen Spalten und einem mittleren Rand von 20 Pixeln. */

table.double-column {
	width:100%;
	border-collapse: collapse;
} 

table.double-column td.left {
	vertical-align: top;
	padding:0 10px 0 0;
	width: 50%;
}

table.double-column td.right {
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 50%;
}


/* Dreispaltiger Inhalt mit 2 Spalten automatischer Breite,
   rechter Spalter mit 150px Breite und Abständen von 20 Pixeln. */

table.tri-column {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tri-column td.left {
	vertical-align: top;
	padding: 0 10px 0 0;
}
table.tri-column td.middle {
	vertical-align: top;
	padding:0 0 0 10px;
}
table.tri-column td.right {
	vertical-align: top;
	padding: 0 0 0 20px;
	width: 150px;
}

ul.linklist {
	list-style-image:url(../img/red-square.jpg);
	padding: 0;
	margin-left: 18px;
}

/* Kasten */

.box {
	background: url(../img/bg-box-large.png) bottom left;
	min-height: 25px;
	width: 300px;
}
.box.small {
	background: url(../img/bg-box-small.png) bottom left;
	width: 150px;
}
.box h1 {
	background: url(../img/bg-h1.jpg) repeat-x;
	color: white;
	font-size: 12px;
	padding: 4px;
	margin: 0;
}
.box h2 {
	font-size: 12px;
	padding: 5px 0;
	margin: 5px 5px;
	border-bottom: 1px solid #990033;
}
.box h1 a {
	display: block;
	color: white;
}
.box div, .box p {
	padding: 5px;
}
hr.spacer {
	margin: 0;
	display: block;
	height: 5px;
	border: 0 none;
	visibility: hidden;
}

/* Textseite mit Überschrift, Unterüberschrift und rechtem Bild */

.text-with-intro .shadow {
	background: url(../img/shadow.png) no-repeat;
	width: 155px;
	height: 155px;
	float: right;
	margin: 0 0 5px 5px;
}
.text-with-intro .shadow img {
	width: 150px;
	height: 150px;
}

/* Tooltips */


a.tooltip {
	
}

div.tooltip {
	position: absolute;
	display: none;
	padding: 5px;
	background: white;
	border: 1px solid #D0A9B7;
	max-width: 500px;
	width: 300px; /* Muss ersteinmal fix gemacht werden wegen IE Quirksmode Bug */
	font-size: 11px;
}
div.tooltip table {
	font-size: 11px;
}
div.tooltip table p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
div.tooltip caption,
div.tooltip th {
	font-weight: bold;
	text-align: left;
}
div.tooltip caption {
	border-bottom: 1px solid #990033;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}