﻿/* CSS-handbiken */
#a5 {
	background-image: url('/images_style2/nav_active.jpg');
	background-repeat: no-repeat;
}
.schrift_klein_foto {
	font-size: 11px;
	font-weight: bold;
}




/* 01Script */

.newsscript_headline {
	visibility: hidden;
}
.zurueck_zu_artikel {
	visibility: hidden;
}


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

.box_out{
	width: 800px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}

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









/* Jedes Element (headline,text,footline) hat zusätzlich diese Klasse */
div.inner_box {
    width:100%;
    display:block;
    }

/* Klasse für den Headline-Bereich */
div.artikel_headline {
	padding-top: 10px;
	width: auto;
}

/* Artikel-Titel (innerhalb von artikel_headline) */
h2.titel{
	margin: 0px 0px -3px 0px;
	padding: 0px;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
/* Link-Definitionen (titel) */
.titel a:link, .titel a:visited {
	text-decoration: none;
}

/* Informationen zum Artikel unterhalb des Titels */
.headline_small {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -7px;
	width: auto;
	margin-left: 41px;
}
.footline_small {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

div.artikel_footline {
	clear: both;
	padding-bottom: 6px;
	width: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D2D2D2;
}

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












/* Aussehen der Artikel-DIV-Box */
div.artikel_textbox {
	color: #333333;
}

/* Aussehen der Artikel-Texte / der Artikel-DIV-Box */
.text_container {
	width: 761px;
	clear: left;
	margin-left: 39px;
}
.artikel_text, body.mceContentBody {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Link-Definitionen (artikel_text) */
.text_container a:link, .artikel_text a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
.artikel_text a:link, .artikel_text a:visited, .mceContentBody a  {
	text-decoration: none;
	color: #CC0000;
}
.artikel_text a:hover  {
	text-decoration: none;
	color: #5E0000;
}

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

.artikel_catimg img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: right;
	visibility: hidden;
	width: 0px;
	height: 0px;
}












/* Definition für TABELLE mit der Seiten-Navigation */
.table_page {
	padding-top: 15px;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #535353;
}

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

/* Definition für Tabellenabschnitt mit weiteren Feldern (Suchbox, RSS, Archiv, Seiten etc.) */
.table_page_fields {
	width: 100%;
	border: 0;
	background-repeat: no-repeat;
	background-image: url('/images_style2/table-feed_inner_bg.jpg');
	margin-top: 15px;
	height: 30px;
	visibility: hidden;
}
.table_page_fields td {
	vertical-align: top;
}






/* Tabelle für Archiv-Ansicht */
.table_archiv {
	background-position: left 2px;
	width: 100%;
	border: 0;
	border-spacing: 0px;
	background-image: url('/images_style2/01newsscript_headline_archi.jpg');
	background-repeat: no-repeat;
}

.table_archiv td {
	padding: 5px;
	vertical-align: top;
}

.table_archiv_headline {
	color: #DCB865;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	vertical-align: top;
}
.table_archiv_zuruek {
	font-weight: bold;
	font-size: 11px;
	height: 40px;
}





/* Definition für Kommentar-Box (Anzeige von Kommentaren) */
.commentbitbox {
    width:100%;
    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:102%;
    text-align:left;
    border: 1px dotted #999;
    padding:8px;
    }





/* Aussehen von kleinem Text */
.small01acp, .small01acp a:link,.small01acp a:visited {
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	vertical-align: bottom;
}
.small01acp a:link,.small01acp a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
}
.small01acp a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.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 {
    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 {

}
.justifyleft {
	padding: 0px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.justifyright {
	margin: 3px 0px 5px 15px;
	padding: 0px;
}