/* 	Standardeinstellungen:
	Kein Abstand (innen/auen), kein Rand, schwarze Schrift */
html, body, div, p, h1, h2, h3, dl, dt, h4, ul, ol, li, a, form, fieldset, label, legend, textarea, img {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 19px;
	vertical-align: top;
}

body {
	background-color:#ffffff;
	background-image:url(../img/125x.gif);
}

td {
	vertical-align: top;
}

.tr-0 td {
	font-weight: bold;
}

/* 	Standardeinstellung:
	Schriftgre aller Elemente auer berschriften, Blocktexte = 12px */
html, body, div, ul, ol, li, span, a, form, fieldset, label, legend, textarea, img {
	font-size: 12px;
}


/* 	Seite zentriert */
html, body {
	text-align: center;
}


/*	Umgebender Container: Gre und Position */
div#wrapper {
	margin: auto;
	width: 860px;
	height: 100%;
}


/* 	Gesamttabelle: Hhe von 100% */
table#wrappertable {
	height: 100%;
}


/* 	Linke Spalte: 30 Pixel breit mit Verlaufhintergrund */
td.leftBorder {
	width: 30px;
	background: url('../img/links.gif') repeat-y;
}


/*	Rechte Spalte: 30 Pixel breit mit Verlaufhintergrund */
td.rightBorder {
	width: 50px;
	background: url('../img/rechts.gif') repeat-y;
}


/*	Logo: Gre, Hhe und Hintergrundbild (sowie Ausrichtung Hintergrund) */
td#logo {
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 160px;
	background: #f0f0f0;
}


/* 	Banner: Definiert Platzhalter fr die Bannerbilder - werden via Typo3 gesetzt */
td#banner {
	height: 160px;
	width: 600px;
	text-align: center;
	vertical-align: middle;
}

/* normale erste berschrift - wie Text nur fett */
.csc-header h1, p.header {
	font-size: 12px; 
	font-weight: bold;
	margin: 0px 7px 0px 16px;
}


/*	Hauptberschrift bei berschrift mit Subberschrift oder normale Headline (CE) */
.csc-header h1.csc-firstHeader, .headline h1, .headline_with_sub h1 {
	margin: 0px 7px 3px 16px;
	font-size: 24px;
	line-height: 30px;
}


div.faehrenews_aktuell {
	padding: 0px 10px;
}


h1.faehrenews_titel {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}


div.faehrenews_teaser {
	margin: 10px 0px;
}

div.faehrenews_teaserbild {

}

div.faehrenews_teaser a {
	color: #8d0606; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 19px; 
	text-decoration: underline
}

/*	berschrift mit Abstand nach unten */
.csc-header h1.csc-firstHeader, .headline h1 {
	margin-bottom: 20px;
}


/* 	Subberschrift, vorheriges und Nachfolgendes Zeichen (pre/sub) */
.headline_with_sub h2, .headline_with_sub .pre, .headline_with_sub .post, .infobox h1 {
	font-size: 13px;
	font-weight: bold;
}


/*	5 Pixel Platz zwischen fhrendem Zeichen und der berschrift */
.headline_with_sub .pre {
	margin-right: 5px;
}


/*	5 Pixel Platz zwischen berschrift und nachvollgendem Zeichen */
.headline_with_sub .post {
	margin-left: 5px;
}


/*	Subberschrift selbst hat spezielle Farbe */
.headline_with_sub h2 {
	color: #0950a2;
	margin: 0px 10px 10px 16px;
}


/*	berschrift in der Infobox (gekennzeichnet als Heading 2) */
.infobox h1, .infobox h1.csc-firstHeader {
	margin: 7px 0px -15px 0px;
	font-size: 13px;
	color: #0950a2;
	line-height: 15px;
}

.infobox .csc-header>h1, .infobox .csc-header>h1.csc-firstHeader {
	margin: 7px 0px -5px 0px;
}


/*	dreispaltiges Layout - evtl. spezialisieren (u.U. nicht in jedem dreispaltigen Layout 12px Padding) */
.drei_spalten p.bodytext, .drei_spalten h2 {
	padding: 0px 12px;
	margin: 0;
}


/* 	dreispaltiges Layout - Anpassung Farbe und Schriftgre der berschrift + Abstand zum Bild */
.drei_spalten h2 {
	margin-top: 10px;
	color: #0950a2;
	font-size: 12px;
}

#content-wrapper {
	margin: 0px;
	padding: 0px;
}

/******************************************************
*                Linkformatierungen                   *
******************************************************/

/* 	Standard-Link-Formatierung */	
a { 
	color: white; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 19px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	padding-left: 5px;
}

/* Banner-Link */

a.faehre-bannerlink {
	padding: 0;	
}

.bodytext a:link, .bodytext a, .bodytext a:visited, .bodytext a:focus, .bodytext a:active, a.faehrenews_archivlink, a.clickenlarge, .filelink a.link, .tx-bahagphotogallery-pi1 a, .tx-gooffotoboek-pi1 a, .Galerie-Ueberblick a, .contenttable a, .tx-ttproducts-pi1 a {
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}


.infobox a {
	color: #000000;
	padding: 0px;
	text-decoration: underline;
}


/* 	Links im Submen */
a.sub { 
	font-size: 11px; 
	padding-left: 3px; 
	border-left: 1px solid white; 
	display: block; 
}


/*	Ausgewhlter Link im Submen */
a.subselect { 
	color: #3cf; 
	font-size: 11px; 
	padding-left: 3px; 
	border-left: 1px solid #3cf; 
	display: block; 
}


.infobox p.bodytext, .infobox a {
	font-size: 12px;
	line-height: 15px;
}


/*	Ausgewhlter Link-Container in der ersten Ebene */
#nav_first_select, #nav_meta_select {
	padding-left: 3px; 
	margin-left: 3px;
}


/*	Ausgewhlter Link in der ersten Ebene */
#nav_first_select a { 
	color: #3cf; 
	border-left: 1px solid white; 
}


/*	Link im Meta-Men */
a.meta {
	color: #8dcaff; 
}


#nav_meta_select a.meta {
	color: yellow;
	border-left: 1px solid white;
}


/*	Link in der dritten Navigations-Ebene */
a.sub_third { 
	color: white; 
	font-size: 11px; 
	line-height: 13px; 
	text-decoration: none; 
}


/* 	Ausgewhlter Link in der dritten Navigationsebene */
a.sub_third_select { 
	color: #3cf; 
	font-size: 11px; 
	line-height: 13px; 
}


/*	Standard-Hover */
a:hover, #table_nav_third a:hover { 
	color: #3cf; 
}


/*	Hover-Effekt fr Text-Links */
.bodytext a:hover, .filelink a:hover.link, .tx-bahagphotogallery-pi1 a:hover, .tx-gooffotoboek-pi1 a:hover, .Galerie-Ueberblick a:hover, .contenttable a:hover, .tx-ttproducts-pi1 a:hover {
	color: maroon;
}


/* 	Hover fr Infobox-Links */
.infobox a:hover {
	color: #800000;
}

/*	Hover-Effekt fr dritte Navigationsebene */
a.sub_third:hover { 
	color: #3cf; 
	text-decoration: none; 
}


/*	Hover-Effekt fr Meta-Navigation */
a.meta:hover { 
	color: yellow; 
}


/* 	Kontaktlinks */
a.kontakt { 
	font-size: 9px; 
	letter-spacing: 1px; 
}


/*	Links in fett geschriebenen Bereichen werden ebenfalls fett dargestellt */
strong a {
	font-weight: bold;
}


a.noshow {
	display: none;
}


/*	Darstellung des vertikalen Mens (1. / 2. Ebene) 
	in dunklem Blau, oben, unten je 10 Pixel Innenabstand */
td#menu {
	background: #0950A2;
	white-space: nowrap;
	width: 200px;
	padding: 10px 0px;
}


/*	Darstellung des ersten Navigationsebene */
td#nav_first {
	text-align: left;
	width: 95px;
}


/*	Darstellung der zweiten Navigationsebene */
td#nav_second {
	text-align: left;
	width: 95px;
}


td#footer {
	text-align: right;
	background: #0950A2;
	height: 30px;
	white-space: nowrap;
	width: 200px;
	padding: 5px;
	padding-bottom: 25px;
	vertical-align: bottom;
}


tr>td#footer {
	width: 190px;
}


td#footer td {
	width: 100%;
}


td#search  {
	width: 200px;
	text-align: right;
	height: 24px;
}


tr>td#search {

	width: 190px;
}



td#language {
	text-align: right;
}


span.footer-spacer {
	padding-left: 5px;
	color: #ffffff;
}


.land {
	padding: 5px;
}


td.nav_third {
	height: 40px;
	background: url('../img/seitenmenue.gif') no-repeat;
	text-align: center;
	padding-top: 7px;
}


td#nav_third_active {
	height: 40px;
	background: url('../img/seitenmenue_active.gif') no-repeat;
	text-align: center;
	padding-top: 7px;
}


table#table_nav_third {
	width: 100%;
	height: 40px;
}


#search input {
	height: 22px;
	border: 1px solid;
	line-height: 24px;
	width: 156px;
}


td#footer div.label {
	float:left;
}



p.bodytext, div.filelink {
	padding: 0px 7px 0px 16px;
	font-size: 12px;
	margin-bottom: 20px
}

div.filelink img {
	margin-right: 5px;
}

td, td p {
	font-size: 12px;
}

.contenttable {
	margin: 0px 7px 20px 16px;
	width: 577px;
}

.contentcell .contenttable {
	width: 394px;
}

div.faehrenews_detail {
	padding: 0px 7px 0px 16px;
}

div.faehrenews_detail p.bodytext {
	padding: 0;
}

#content-wrapper .imgtext-table {
	margin-left: 5px;
	margin-right: 5px;
}

#content-wrapper>.imgtext-table {
	margin-left: 12px;
	margin-right: 12px;
}

.infobox .imgtext-table {
	margin-left: 0px;
	margin-right: 0px;
}


p.csc-caption, div.faehrenews_autor {
	color: #4d4d4d;
	font-size: 10px;
	line-height: 11px; 
	text-align: left;
}


p.csc-caption {
	margin-top: 5px;
}

div.infobox div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;	
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top: 5px;
	color: #4D4D4D;
	font-size: 10px;
	line-height: 11px;	
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-right: 12px;	
}

div.faehrenews_autor {
	margin-top: 0px;
}

.hrwrap {
	padding: 0px 7px 10px 16px;
	line-height: 1px;
	margin: 0;
}


.faehrenews_hr {
	margin: 0px 10px;
}

.faehrenews_detail hr {
	margin: 10px 0px 10px 0px;
}

hr {
	clear: both;
	color: #BBBBBB;
	background: #777777;
	height: 1px;
	margin: 0;
	width: 100%;
}


.infobox hr {
	margin: 3px 0px;
}



.infobox>hr {
	margin: 4px 0px 7px 0px;
}


#nav_footer_row td {
	padding: 0px 0px 5px 0px;
	text-align: right;
}


#nav_footer_row>td {
	padding: 0px;
}


td#footer table {
	width: 100%;
}


.infobox_cell {
	background: #dfb0ab;
	width: 170px; 
	padding: 6px;
}


.infobox {
	background: #dfb0ab;
	vertical-align: top;
}


.infobox div, .infobox .bodytext {
	padding: 0px;
}


.infobox p.bodytext {
	margin-bottom: 10px;
}


.csc-caption {
	margin-top: 5px;
}


.contentcell {
	width: 430px;
}


.drei_spalten td {
	width: 200px;
}


.drei_spalten p, .drei_spalten p a {
	line-height: 15px;
}


.infobox h1, .infobox div {
	padding: 0px;
}

.infobox .csc-header {
	margin: 0;
	padding: 0;
	line-height: 1px;
}

a.faehrenews_klein,
.faehrenews_linkrechts a {
	color: #4d4d4d;
	font-size: 10px;
	padding: 10px 0px;
}

.faehrenews_linkrechts {
	text-align: right;
}

.redbg {
	background: red;
	margin: 5px 10px;
	padding: 3px;	
}

#content_rot .redbg {
	margin: 0px 15px 5px 15px;
}
	

.redbg p.bodytext {
	color: white;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 13px;
}

.redbg h6 {
	margin: 0;
	color: #ff9900;
	font-size: 10px;
}

.tx-gtfaehrenews-pi3 {
	padding: 0px 10px;
}

.faehrenews_jahrescaption {
	margin-top: 20px;
}

.faehrenews_jahrescaption-First {
	margin-top: 0;
}

.tx-bahagphotogallery-pi1 table, .tx-gooffotoboek-pi1 {
empty-cells: hide;
}

.galerie_overview, .tx-gooffotoboek-pi1 table {
	width: 570px;
	margin: 0px 15px;
}

.galerie_overview td, td.faehre_fotoalbum {
	padding: 10px;
	border-bottom: 1px solid grey;
	text-align: center;
	width: 190px;
}

.galerie-klickpfad, .galerie-paging {
	margin: 0px 15px;
	line-height: 21px;
}

.Galerie-Ueberblick, .galerie_navileiste, .galerie_einzelbild, .linkliste {
	margin: 0px 7px 0px 16px;
}

.Galerie-Ueberblick p.header {
	margin-left: 0;
}

.galerie_einzelbild {
	margin-top: 15px;
	text-align: center;
}

.linkliste {
	width: 577px;
	margin-bottom: 20px;
}

.linkliste td {
	line-height: 19px;
}

.linkliste td.link_title_bold {
	font-weight: bold;
}

.linkliste a {
	font-weight: bold;
	text-decoration: none;
	color: #0950a2;
}

.linkliste a:hover {
	text-decoration: underline;
	color: #0950a2;
}

.gtfaehrenews_archive-date {
	color: #444444;
}



/*
 * BEGIN: format RTE classes
 */

/*red text*/
.important {
	color: red;
}

/*blue text*/
.name-of-person {
	color: blue;
}

/*green text*/
.detail {
	color: green;
}

/*grey text*/
.grey-text {
	color: #444444;
}

.tx-gtformextension-pi1 b {
	line-height: 1.0em;
}

.tx-gtformextension-pi1 .contenttable td  {
	font-weight: normal;
}

.tx-gtformextension-pi1 .formtable td.table_headline{
	height: 26px;
	font-weight: bold;
	font-size: 12px;
}

.tx-gtformextension-pi1 .formtable tr.tr-0 {
	background: #6FB0D4;
}

.formtable td.td-input {
	vertical-align: top;
}

.formtable td.td-left {
	text-align: left;
}

.error {
	color: red;
	padding: 0px 7px 0px 16px;
	list-style-type: none;
}

.error li {
	color: red;
}

ul.error {
	margin-bottom: 20px;
}

.csc-mailform .csc-mailform-field {
	padding: 2px;
	clear: both;
}

.csc-mailform .csc-mailform-field label {
	width: 160px;
	float: left;
}

.csc-mailform .csc-mailform-field input.csc-mailform-submit {
	margin-left: 160px;
}