﻿/* ! selbst erstelltes CSS ! */
.next_link {
	background-image: url('../_images/symbol_next_link.gif');
	padding-right: 11px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 5px;
}
.extern_link {
	background-image: url('../_images/symbol_ext.link.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 5px;
}
.mailto_link {
	background-image: url('../_images/symbol_mail.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 5px;
}
.download_link {
	background-image: url('../_images/symbol_download.gif');
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 5px;
}
.table_right {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#a2 {
	background-position: center bottom;
	height: 20px;
	background-image: url('../_images/nav-active.png');
	background-repeat: no-repeat;
}
div.artikel {
	padding: 0px 0px 4px 16px;
	color: #444444;
}
.justifyleft {
	padding: 0px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.justifyright {
	margin: 3px 0px 5px 15px;
	padding: 0px;
	clear: both;
}
/* Überschrift z.B. Ergebnisse */
.header1 {
	background-color: #898C92;
	color: #FFFFFF;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
}
/* td Abstand links */
td {
	padding-left: 3px;
}

/* Hier beginnt 01scripts */

/* Äußere Box für den gesamten Artikel-Bereich - DIV selber (id = 01article) */
#_01article{
	text-align: left;
	font-size: small;
}

.box_out{
	padding: 0px 18px 0px 18px;
	width: auto;
	margin: 0 auto;
	text-align: left;
}

/* Aussehen der Artikel-Texte / der Artikel-DIV-Box */
.box_out, .artikel_text, body.mceContentBody {
	color: #444444;
	font-size: small;
	background-color: #FFFFFF;
}

/* Link-Definitionen (box_out) */
.box_out a:link,.box_out a:visited  {
	text-decoration: none;
	color: #B5BCC1;
	font-weight: bold;
}
.box_out a:hover  {
	text-decoration: none;
	color: #A0A9AF;
}









/* Jedes Element (headline,text,footline) hat zusätzlich diese Klasse */
div.inner_box {
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
}

/* Klasse für den Headline-Bereich */
div.artikel_headline {
	background-color: #F5F5F5;
}

/* Artikel-Titel (innerhalb von artikel_headline) */
h2.titel{
	padding: 4px 0px 4px 5px;
	margin: 16px 0px 0px 0px;
	color: #444444;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
}

/* Link-Definitionen (titel) */
.titel a:link, .titel a:visited {
	text-decoration:none;
	color:#444444;
	}

/* Informationen zum Artikel unterhalb des Titels */
.headline_small, .footline_small {
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	}

div.artikel_footline {
	border-bottom: 1px dotted #999;
	clear: both;
	}

/* Link-Definitionen (artikel_headline) */
.artikel_headline a:link,.artikel_headline a:visited  {
	text-decoration: none;
	color: #444444;
}
.artikel_headline a:hover  {
	text-decoration: none;
	color:#444444;
}












/* Aussehen der Artikel-DIV-Box */
div.artikel_textbox {
	margin: 0px;
	padding: 15px 5px 0px 5px;
}

/* Link-Definitionen (artikel_text) */
.artikel_text a:link, .artikel_text a:visited, .mceContentBody a  {
	text-decoration: none;
	color: #FF0000;
}
.artikel_text a:hover  {
	text-decoration: underline;
	color: #CC0000;
}

/* CSS-Eigenschaten für das Kategorie-Bild */

.artikel_catimg img {
	text-align:left;
	float:left;
	padding:5px;
	padding-top:15px;
	}












/* Definition für TABELLE mit der Seiten-Navigation */
.table_page {
	padding-top: 15px;
	width: 100%;
	border: 0;
	clear: both;
}

/* Textdefinition für Seiten-Navigation (Vor, Zurück etc.) */
.page_text {
	font-size: 13px;
	text-decoration: none;
}

/* Definition für Tabellenabschnitt mit weiteren Feldern (Suchbox, RSS, Archiv, Seiten etc.) */
.table_page_fields {
	padding-top:15px;
	width:auto;
	border:0;
	}

.table_page_fields td {
	padding:5px;
	}






/* Tabelle für Archiv-Ansicht */
.table_archiv {
	width:100%;
	border:0;
	}

.table_archiv td {
	padding:5px;
	}

td.archiv_month { }

td.archiv_year{ }

.table_archiv_headline {
	font-weight:bold;
	}





/* Definition für Kommentar-Box (Anzeige von Kommentaren) */
.commentbitbox {
	width:98%;
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	}

.comment_text {
	font-size:12px;
	text-decoration:none;
	}

/* Definition für "Kommentar-Hinzufügen"-Tabelle */
.commentaddbox {
	width:100%;
	text-align:left;
	border: 1px dotted #999;
	padding:8px;
	}





/* Aussehen von kleinem Text */
.small01acp, .small01acp a:link,.small01acp a:visited {
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	}
.small01acp a:link,.small01acp a:visited {
	text-decoration:underline;
	}
.box_out a:hover  {
	text-decoration: none;
}

/* Hervorgehobener, wichtiger Text */
.highlight {
	font-weight:bold;
	color:red;
	}








/* Formular-Elemente */
/* Normales Textfeld */
.input_field {

	}

/* Formular-Buttons */
.input_button {

	}

/* Dropdown-Boxen */
.input_selectfield {

	}







/* Rahmen bei Bildern mit Link entfernen */
img {
	border: 0;
	}

.float_left {
	text-align: left;
	float: left;
}
.float_right {
	margin: 3px 0px 5px 15px;
	text-align: right;
	float: right;
}

/* Copyright-Hinweis */
/* Sichtbare Hinweis darf ohne eine entsprechende Lizenz NICHT entfernt werden! */
.copyright {
	padding-top:15px;
	font-size:11px;
	text-decoration:none;
	}

.lightbox {

}

/* Aussehen der Hinweisbox für die Ausgabe von Meldungen */
.meldungen_01 {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color: #CC0000;
	text-decoration: none;
	text-indent: 19px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}


/* CSS aus Pfad: 01acp/system/js/mootools-remooz.css */

.remooz-element
{
	cursor:					-moz-zoom-in;
}

/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(/images/moo/remooz/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(/images/moo/remooz/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(/images/moo/remooz/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	padding:				0;
	font-size:				1.2em;
	font-weight:			bold;
	color:					#eee;
}
.remooz-title-content p
{
	padding:				0;
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(/images/moo/remooz/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(/images/moo/remooz/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(/images/moo/remooz/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(/images/moo/remooz/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(/images/moo/remooz/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(/images/moo/remooz/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(/images/moo/remooz/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(/images/moo/remooz/remo_bg_nw.png) no-repeat;
}