@charset "utf-8";
/* CSS Document */

/* Formatierungen für komplette Site
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	top: 0;
	left: 0;
	padding: 7px 10px 10px 10px; 
	color: black;
	width: 990px;
	font-family: verdana, arial, geneva, helvetica, sans-serif !important;
	font-size: 78%;  
	line-height: 1.4em;
}

h1 { /* alle Überschriften erster Ordnung sind in einem Kasten, die Kasten Farbe wird bei den einzelnen Spalten definiert */
	margin: 0;
	color: #3B71A3;
	font-weight: bold;
	border-width: 1px;
	border-color: #D3D1D1;
	border-style: solid;
	line-height: 18px;
	font-size: 0.9em; 
	padding: 0 0 0.1em 2em;
	background: #EBE6D7 url(../img/rahmen_ueberschrift.gif) 0 0 no-repeat;
	overflow: visible;
} 

h2,
h3 {
	margin: 1.5em 0 0.3em 0;
	color: #3B71A3;
	font-size: 1.1em; 
	font-weight: bold;
}

header > h2 { /* alle Überschriften erster Ordnung sind in einem Kasten, die Kasten Farbe wird bei den einzelnen Spalten definiert */
	margin-top: 0;
	color: #3B71A3;
	font-weight: bold;
	border-width: 1px;
	border-color: #D3D1D1;
	border-style: solid;
	line-height: 18px;
	font-size: 0.9em!important; 
	padding: 0 0 0.1em 2em!important;
	background: #EBE6D7 url(../img/rahmen_ueberschrift.gif) 0 0 no-repeat;
	overflow: visible;
}

h3 {
	font-size: 1em; 
}

p {
	margin: 1.5em 0 0 0;
}

div.frame-type-text > p {
	margin: 0 0 0.6em 0!important;
}

/* leere Deklaration, damit Typo3 die Definition als Vorlage für den RTE findet. 
Sie wird für die Füllung der Absatzformatierung im RTE benötigt. gen. Die Angaben stehen dann unter #rechte_spalte
Eine Deklartion der Eigenschaften direkt auf "erster Ebene" geht nicht, weil aufgrund der niedrigeren Spezifität, die Deklarationen überschrieben werden.*/
h1.erste_ueberschrift { 
}

p.hintergrund_blau {
	background-color: #F2F2F2;
	margin: 13px;
}

p.datum {
	color: #8A8989;
	font-size: 1em;
	font-weight: bold;  
	float: left;
}

p.inhalt_thema {
	color: #8A8989;
	margin: 0 0 -2px 0;  
	font-weight: bold;
	font-size: 0.8em;
	border-width: 0;
	padding: 0;
}

p.mehr {
	clear: both;
	margin: 0 0 5px 0;
	padding-bottom: 16px;
	border: 0 solid #D3D1D1;
	border-bottom-width: 1px;
}

a.link_ohne_pfeil {
	background-image: none;
	padding-left: none;
}

a {  text-decoration: none;
	border: 0;
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 0 0 0 14px;
	background-image: url(../img/pfeil_blau_rechts.gif);
}

figure a {
	background-image: none;
}

a:link {
	color: #3B71A3;
}

a:visited {
	color: #3B71A3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #D3D1D1;
	color: #D3D1D1;
}

table {
	border: 0; 
	padding: 0; 
	border-spacing: 0; 
	border-collapse: collapse; 
}

img {
	border: 0;
	float: left;
	padding: 0 7px 5px 0;
}

a.external-link {
	background-image: url(../img/pfeil_blau_nach_rechtsoben.gif);  
	background-position: 1px 4px;
}

a.external-link-new-window {
	background-image: url(../img/pfeil_blau_nach_rechtsoben.gif);  
	background-position: 1px 4px;
}

a.mail {
	background-image: url(../img/mail_icon.gif);  
	background-position: 1px 4px;
	padding-left: 20px;
}

a.download {
	background-image: url(../img/download_icon.gif);  
	background-position: 1px 4px;
}

a.textmarke {
	background-image: url(../img/pfeil_blau_nach_unten.gif);  
	background-position: 1px 4px;
}

input {
	border: 1px solid #D3D1D1;
	height: 18px;
}


/* Metanavigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#meta_navi { 
	width: 100%;
	font-size: 0.8em;  
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;    
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#meta_navi a {
	color: #666666;    
	background-image: none;    
	margin: 0;
	padding: 0;  
}

#meta_navi li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 3px;
}

/* Anzeige für Textgröße und Textversion */
#textgroesse { 
	float: left;
}

/* Anzeige für Menüeinträge */
#meta_navi_inhalt { 
	width: 50%; /* sonst Zeilenumbruch */
	float: right; 
}

#meta_navi_inhalt ul {
	float: right;
}


/* Seitenkopf
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#header {
	width: 100%;
	clear: both;
	border-width: 1px;
	border-color: #CDCAC1;
	border-style: solid;
	background: url(../img/rahmen_beige.gif) 0 0 no-repeat;  
	height: 110px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
}

#logo {
	margin: 0 1px 4px 0; 
	width: 100%;
	padding: 0;
	background: url(../img/hintergrund.gif) 100% 100% no-repeat;  
	background-color: white;
	height: 88px;
}

#logo img {
	margin: 7px 0 0 25px;
}

#logo a {
	background-image: none;
}


#bay_stabi_schriftzug {
	padding-left: 7px;
	color: #565656;
}  


/* horizontale Navigation (Reiter)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#navigation {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 0.9em;  
	height: 25px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	float: left;
}

#navigation li {
	list-style-type: none;
	padding: 0.4em 0 0.2em 0;
	margin: 0 1px 0 0;
	text-align: center;
	float: left;
	width: 164px;
	height: 18px;  
	background: url(../img/reiter_blau5.gif) 100% 100% no-repeat;
}

#navigation li#act {
	background: url(../img/reiter_rot3.gif) 100% 100% no-repeat;
}

#navigation li.last {
	margin: 0;
	width: 165px;  
}

#navigation a {
	background-image: none;
	color: white;  
	display: block;
	height: 18px;
	padding: 0;
	width: 164px;
}


/* Brotkrümel und Suche 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#brotkruemel_und_suche {
	margin: 0;
	padding: 0;
	height: 40px;
}

#brotkruemel_und_suche img {
	float: none;
}

#brotkruemel {
	clear: both;
	float: left;
	font-size: 0.9em;
}

#brotkruemel  li {
	float: left;
	list-style-type: none;
}

#brotkruemel  li a {
	text-decoration: none;
	background-image: none;
	padding: 3px;
}

#brotkruemel  li a:link,
#brotkruemel  li a:visited {
	color: black;
}

#brotkruemel  li a#act,
#brotkruemel  li a:link#act,
#brotkruemel li a:visited#act {
	color: red;
	text-decoration: none;  
}

#brotkruemel  li a:hover {
	text-decoration: underline;
}

#suche {
	float: right;
}

#suche input,
label {
	font-size: 0.9em;
	margin: 0 0 0 4px;
	height: 1.4em;
	float: left;
}


/* Spaltenlayout 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#container {
	width: 990px;
	clear: both;
	margin: 0;
	padding: 0;
}


/* linke Spalte 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;  
	width: 20%;
	overflow: hidden;
}

#linke_spalte img{
	float: none;
}

#linke_spalte h1 {
	background-color: #F2F2F2;  
	margin: 0 0 1em 0;
}


/* Angebote auf der Startseite
**********************************************************
evtl. auch auf anderen Seiten für ähnliche Zwecke verwendbar
*/

#angebote {
	color: #8A8989;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.1em;
}

#angebote img {
	padding: 3px;
}

#angebote td {
	padding-left: 0;
}

#angebote table {
	margin: 15px 0 5px 0;
}

#angebote tr {
	height: 37px;
}

#angebote table tr.grau {
	background-color: #F2F2F2;
	height: 20px;
}

#angebote a {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}


/* Navigation 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	border-width: 1px 0 0 0;
	border-color: #D3D1D1;
	border-style: solid;
	font-size: 0.9em;
}

#linke_spalte div#navi a {
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 14px;  
	color: #505B65;
}

#linke_spalte div#navi a:hover {
	color: red;  
}


/* 1. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#linke_spalte div#navi ul li {
	padding: 3px 0 5px 0;
	margin: 0;
	border-width: 0 0 1px 0;
	border-color: #D3D1D1;
	border-style: solid;
}

#linke_spalte div#navi ul li a {
	background-image: url(../img/navigation/navi_1b.gif);
	display: block;
	background-position: 1px 3px;
}

#linke_spalte div#navi ul li a:hover {
	background-image: url(../img/navigation/navi_1r.gif);
}

#linke_spalte div#navi ul li a#act {
	background-image: url(../img/navigation/navi_1r.gif);
	color: red;
	text-decoration: none;    
}


/* 2. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul li ul {
	padding-left: 10px;
	text-transform: none;
	font-weight: normal;
}

#linke_spalte div#navi ul li ul li {
	border-width: 0;
}

#linke_spalte div#navi ul li ul li a {
	background-image: url(../img/navigation/navi_2b.gif);
}

#linke_spalte div#navi ul li ul li a:hover {
	background-image: url(../img/navigation/navi_2r.gif);
}

#linke_spalte div#navi ul li ul li a#act {
	background-image: url(../img/navigation/navi_2r.gif);
}


/* 3. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul li ul li ul {
	margin: 0;
}

#linke_spalte div#navi ul li ul li ul li a {
	background-image: url(../img/navigation/navi_3b.gif);
}

#linke_spalte div#navi ul li ul li ul li a:hover {
	background-image: url(../img/navigation/navi_3r.gif);
}

#linke_spalte div#navi ul li ul li ul li a#act {
	background-image: url(../img/navigation/navi_3r.gif);
}


/* 4. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul li ul li ul li ul {
	margin: 0;
}

#linke_spalte div#navi ul li ul li ul li ul li a {
	background-image: url(../img/navigation/navi_3b.gif);
}

#linke_spalte div#navi ul li ul li ul li ul li a:hover {
	background-image: url(../img/navigation/navi_3r.gif);
}

#linke_spalte div#navi ul li ul li ul li ul li a#act {
	background-image: url(../img/navigation/navi_3r.gif);
}


/* Inhalt 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt {
	width: 50%;  
	margin: 0;  
	padding: 0 25px 0 0;      
	float: left;
	overflow: hidden;
}

#inhalt ul {
	margin: 10px 0 15px 30px;
	list-style-type: none;
	list-style-image: url(../img/pfeil_rechts5.gif);
}

#inhalt ol {
	list-style-type: decimal;
	padding: 25px;
	margin: 0;
}

#inhalt ol li {
	padding: 0;
	margin: 3px;
}

#inhalt li a {
	background-image: none;
	padding: 0;
}

#inhalt h1 {
	margin: 0;
}

#inhalt p {
	margin: 0;
}

#inhalt p.bodytext {
	margin: 0 0 0.6em 0;
}

div#inhalt p.bodytext img {
	border: none;
}

/*Bildunterschriften bei Contentelementen*/
#inhalt dd .image-caption {
	font-size: 0.9em;
	display: block;
	margin: 2px 0 5px 0;
	font-style: italic;
}

#inhalt .image-caption {
	font-size: 9px;
	line-height: 1.2em;
	padding: 0 0 20px 0;
	white-space: normal;
}


/* Inhalt zweispaltig
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt_zweispaltig {
	width: 100%;  
	padding: 0;
	line-height: 1.2em;
}

#inhalt_zweispaltig h1 {
	margin-bottom: 5px;
}

#inhalt_zweispaltig h2 {
	margin-top: 2px;
	padding: 0;
	font-size: 1em;
}

#inhalt_zweispaltig img {
	margin: 2px 5px 7px 0;
	float: left;
}

#inhalt_zweispaltig p {
	margin: 0 0 18px 0;  
	padding: 0px 0 2px 0;
	display: block;
}

div#banner {
	height: 70px;
	width: 99.5%;
	margin-bottom: 15px;
}

#inhalt_zweispaltig p.inhalt_thema {
	color: #8A8989;
	margin: 0 0 -2px 0;  
	font-weight: bold;
	font-size: 0.8em;
	border-width: 0;
	padding: 0;  
	background-image: none;
}

#inhalt_zweispaltig p.titel a {
	background-image: none;
	padding: 0; 
	margin: 0;
}

#inhalt_zweispaltig p.inhalt {
	margin: -14px 0 0 0;
	padding: 0;
}

#inhalt_zweispaltig p.inhalt a {
	background-image: none;
	margin: 0;
	padding: 0;
}

#inhalt_zweispaltig p.datum {
	display: block;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	color: #8A8989;
	font-size: 0.8em;
	font-weight: bold;  
	float: left;
}

#inhalt_zweispaltig p.mehr {
	clear: both;
	margin: 0;
	padding-bottom: 14px;
	margin-top: -2px;
	border: 0 solid #D3D1D1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#inhalt_zweispaltig .hintergrund_blau {
	background-color: #F2F2F2;
	padding: 10px 10px 20px 10px;
}

#inhalt_zweispaltig .image a {
	padding: 0;
}

#inhalt_zweispaltig_links {
	width: 47.5%;  
	float: left;
	padding-right: 25px;  
	overflow: hidden;
}

#inhalt_zweispaltig_rechts {
	width: 47%;  
	float: left;
	overflow: hidden;  
}


/* Inhalt / Fußzeile
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt div#fusszeile_inhalt {
	margin-top: 20px;
	width: 100%;
	border-width: 1px 0;
	border-color: #D3D1D1;
	border-style: solid;
	color: #3B71A3;
	font-size: 0.8em;
	height: 18px;
	clear: both;
	float: left;
	line-height: 1.2em;
}

#inhalt div#fusszeile_inhalt a {
	text-decoration: none;    
	color: #305D8E;
	background-image: none;
	padding-left: 5px;
}

#inhalt div#fusszeile_inhalt a:visited {
	color: #305D8E;
}

#inhalt div#fusszeile_inhalt a {
	padding: 0;
	margin: 0;
	text-decoration: none;    
	color: #305D8E;
}

#inhalt div#fusszeile_inhalt ul {
	margin: 0;
	padding: 0.2em 0 0.3em 0;
	float: left;
	list-style-image: none;
}

#inhalt div#fusszeile_inhalt li {
	padding: 0 310px 0 15px;
	float: left;
	background-image: url(../img/pfeil_blau_nach_oben_liste.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	margin: 0;
}

#inhalt div#fusszeile_inhalt li#druckversion {
	padding: 0 0 0 20px;
	background-image: url(../img/druckversion_liste.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}

/*Tabelle im Content-Bereich, 
Vom Inhaltselement "Tabelle" in Typo3 wird unter Angabe des Klassennamens "ce-table-tabelle_content" darauf verwiesen
*/
table.ce-table-tabelle_content {
	border-width: 1px;
	background-color: #F2F2F2;
	border: 1px #999999 solid;
	width: 100%;
	margin-top: 10px;
}

table.ce-table-tabelle_content tr {
	padding: 2px;
	border: 1px #999999 solid;
}

table.ce-table-tabelle_content td {
	padding: 2px;
	border: 1px #999999 solid;  
}

table.ce-table-tabelle_content caption {
	font-weight: bold;
	color: #3B71A3;
	text-align: left;
}

table.ce-table-tabelle_portraets {
	width: 100%;
}

table.ce-table-tabelle_portraets tr td {
	border: 1px #D3D1D1 solid;  
	border-width: 1px 0;  
	padding: 2px;
	vertical-align: top;
}

/*Tabelle im Content-Bereich
Tabelle für Statistik
*/
table.ce-table-tabelle_statistik {
	width: 100%;
}

table.ce-table-tabelle_statistik tr td {
	border: 1px #D3D1D1 solid;  
	border-width: 1px 0;  
	padding: 1px;
	vertical-align: top;
}

table.ce-table-tabelle_statistik tr td:first-of-type {
	font-weight: bold;
}


/* rechte Spalte 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#rechte_spalte {
	float: right;
	width: 24.7%;
	margin: 0;  
	padding: 0;
	font-size: 0.9em;    
	color: #2E455C;
	line-height: 1.2em;
	overflow: hidden;
}

/* Die Standarddefinitionen beschreiben die rechte Seite in der Fachinformation */ 
#rechte_spalte div {
	margin: 0;
	padding: 0;
}

#rechte_spalte .csc-default {
	margin-bottom: 1em;
}

#rechte_spalte h1 {
	background-color: #F2F2F2;  
	font-style: normal;
	font-size: 1em;  
	margin: 0 0 0 0;    
}

#rechte_spalte h1.erste_ueberschrift {
	margin: 0;
}

#rechte_spalte h2 {
	padding: 0 0 0 15px;  
	margin: 13px 0 0 0;
	font-style: normal;  
	font-size: 1em;    
}

#rechte_spalte header > h2 {
	background-color: #F2F2F2;
	font-style: normal!important;
	font-size: 1em!important;
	margin: 0 0 0 0!important;
}

#rechte_spalte p {
	padding: 0 0 0 15px;
	margin: 0;
}

#rechte_spalte p.typo3 {
	padding: 0 0 0 15px;
	margin: 0;
	background-color: blue;
}

#rechte_spalte a {
	display: block;
	font-style: normal;  
	margin: 14px 0 0 -15px;
	font-weight: bold;
}

#rechte_spalte a {
	display: block;
	font-style: normal;  
	margin: 14px 0 0 -15px;
}

#rechte_spalte #dynamisch {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#rechte_spalte #dynamisch:first-of-type {
	margin-bottom: 0;
}

#rechte_spalte #konstant {
	padding: 0px;
}

#rechte_spalte #konstant h1 {
	margin-bottom: 13px;
}


/* Beginn: Startseite / rechte Spalte 
*************************************************************
*/

#rechte_spalte_startseite {
	font-weight: normal;
	font-style: normal;
}

#rechte_spalte_startseite h1 {
	background-image: none;
	border-width: 1px;
	margin-bottom: 10px;
}

#rechte_spalte_startseite h1.erste_ueberschrift_startseite {
	margin: 0 0 10px 0;
}

#rechte_spalte_startseite span#ueberschrift {
	display: block;
	margin: 5px 5px 3px 0;
	font-weight: bold;
	color: #3B71A3;
}

#rechte_spalte_startseite p {
	background: url(../img/rahmen_ueberschrift.gif) 0 0 no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D1D1;
	margin-bottom: 20px;
	padding: 8px 9px 10px 8px;
	background-color: #F2F2F2;            
}

#rechte_spalte_startseite img {
	margin-bottom: 10px;
	float: none;
}

#rechte_spalte_startseite a {
	margin: 0;
}


/* Fußzeile
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#fusszeile {
	clear: both;
	float: left;
	margin: 18px 0 10px 0;
	padding: 2px 0;
	width: 100%;
	height: 16px;
	border-width: 1px 0 1px 0;
	border-color: #D3D1D1;
	border-style: solid;
	color: #666666;
	font-size: 0.8em;
}

#ende {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	height: 10px;
}


/* Nachrichten
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

div#nachrichten_tabelle table {
	width: 100%;
	clear: both;
	margin-top: 10px;
}

div#nachrichten_tabelle tr td {
	border: 1px #D3D1D1 solid;  
	border-width: 1px 0;  
	padding: 2px;
	vertical-align: top;
}


/* Meldungen und Bibliotheksnachrichten
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

div#fortbildungskalender {
	width: 100%;
}

div#fortbildungskalender a {
	background-image: none;
	padding: 0;
}

div#fortbildungskalender table {
	width: 100%;
	padding: 3px;
	border-collapse: collapse;
}

div#fortbildungskalender table td {
	border: 1px #D3D1D1 dotted;  
	border-width: 0 0 1px 0;
	padding: 2px 3px 13px 3px;
	line-height: 1.2em;
	vertical-align: top;
}

div#fortbildungskalender table td span#fort_titel {
	font-weight: bold;
}

div#fortbildungskalender table td span#fort_details {
	font-size: 0.9em;
	display: block;
	width: 95px;
}

/* für Detailsseite (template_news_detail_fortbildung.html) */
div#fortbildungen_detail h2 {
	padding-bottom: 0;
	margin-bottom: 0;  
}

div#fortbildungen_detail table {
	width: 100%;
}

div#fortbildungen_detail table tr td {
	border: 1px #D3D1D1 solid;  
	border-width: 1px 0;  
	padding: 2px;
	vertical-align: top;
}

div#fortbildungen_detail span#fort_untertitel {
	display: block;
	color: #3B71A3;
	padding-bottom: 0.5em;
}

div#fortbildungen_detail h2 {
	margin-top: -10px;
}

span#fort_titel {
	font-weight: bold;
}

div#meldungen div#fortbildungskalender span#fort_untertitel {
	color: #3B71A3;
	margin-bottom: 1.5em;
	font-weight: normal;
}

/*Liste im rechten Rahmen der Detailseite*/
div#fortbildung_rechts div#fort_datum {
	font-weight: normal;
	display: block;
	padding: 0;
	margin: 0;
}

div#rechte_spalte div#fortbildung_rechts div#fort_titel {
	display: block;
	font-weight: normal;
	color: green;
	padding: 0;
	margin: 0;
}

div#rechte_spalte div#fortbildung_rechts div#fort_titel a {
	background-image: none;
	padding: 0;
	margin: 0;
}

div#rechte_spalte div#fortbildung_rechts div#fort_untertitel {
	display: block;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

div#rechte_spalte div#fortbildung_rechts div#fort_untertitel a {
	background-image: none;
	display: block;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

div#rechte_spalte div#fortbildung_rechts div#fort_untertitel p {
	font-weight: normal;
	padding: 0;
	margin: 0px 0 13px 0;
}

/*Kategorienmenü auf der Übersichtsseite im rechten Rand */
div#rechte_spalte div.news-catmenu {
	border-color: #D3D1D1;
}

div#rechte_spalte div.news-catmenu a {
	background-image: none;
}

div#rechte_spalte div.news-catmenu a:hover {
	text-decoration: none;
}

div#rechte_spalte div.news-catmenu div.level1{
	border: 0;
	padding-left: 8px;
	border-color: #D3D1D1;
	background-color: #EBE6D7;  
}

div#rechte_spalte div.news-catmenu div.level1 div.level2{
	background-color: #F5F0E4;
	border-width: 0;
	padding-left: 5px;  
}

.frame-indent {
	margin: 0;
}


/* Kontaktformulare
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt form {
	background: #F2F2F2;
	border: 1px solid #D3D1D1;
	margin: 0;
	padding: 0.5em;
	width: 100%
}

#inhalt form label,
#inhalt form input,
#inhalt form select {
	display: block;
	margin-top: 3px;
}

#inhalt form input[type="text"] {
	width: 100%;
	display: inline-block;
}

#inhalt form textarea {
	min-height: 200px;
	width: 100%;
}

#inhalt form input[type="checkbox"] {
	display: inline!important;
}

#inhalt form .form-check span {
	vertical-align: super;
}

#inhalt form textarea {
	border: 1px solid #D3D1D1;
	width: 100%;
	margin: 6px 0 0 -2px;
	padding: 0px;
}

#inhalt form .actions {
	clear: both;
}

#inhalt form .actions button {
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 2em;
	padding: 0.5em 1em;
}
