body {
background: white;
color: #082A64;
}

div {
text-align: left;
}

img {
border: none;
}

.cms_liste {
padding: 0;
padding-left: 22px;
margin: 0;
}
.cms_liste li {
margin: 0;
margin-top: 2px;
padding: 0;
}

.cms_main {
float: left;
width: 100%;
clear: both;
margin-bottom: 30px;
margin-top: 0;
/*border: 1px solid blue;*/
}

.cms_main fieldset {
padding: 10px;
background: #FFFF99;
margin-top: 10px;
line-height: 1.3;
}

.cms_main fieldset input {
  text-align: center;
}


.cms_main fieldset legend {
  font-weight: bold;
}

.cms_kommentar {
float: right;
margin-top: 5px;
clear: both;
}
.cms_kommentar_view {
width: 100%;
float: left;
margin-top: 5px;
clear: both;
}

.cms_main p {
margin-left: 10px;
}

.cms_editBar {
float: right;
z-index: 10;
}

.cms_imagebox {
width: 100px; 
height: 100px; 
float: left;
border: 0px solid black;
margin: 4px;
padding: 10px;
vertical-align: middle;
text-align: center;
}

.cms_imagebox img {
}

.cms_downloadbox {
width: 412px;
float: left;
border: 1px solid black;
margin: 4px;
margin-bottom: 0px;
padding: 2px 10px 2px 10px;
text-align: left;
clear: both;
}

.cms_downloadbox img {
vertical-align: bottom;

}

.cms_seite {
clear: both;
}

.cms_seite img {
padding-top: 3px;
padding-right: 8px;
padding-left: 5px;
}

.cms_seite object {
  margin-left: 5px;
  margin-right: 5px;
}


.cms_main {
margin-top: 10px;
}

.back {
  margin-top: 20px;
  clear: left;
}


.cms_news, .cms_news_alternate {
margin-top: 15px;
padding: 10px;
clear: both;
background: #ecf0f3;
}

.cms_news .titel, .cms_news_alternate .titel {
margin-left: 0px;
font-weight: bold;
font-size: 1.2em;
}

.cms_news .text, .cms_news_alternate .text {
margin-top: 5px;
margin-left: 10px;
}

.cms_news .mehr, .cms_news_alternate .mehr {
margin-left: 10px;
padding-left: 10px;
}

.cms_news img {
float: left;
margin-left: 10px;
margin-right: 12px;
margin-bottom: 25px;
margin-top: 8px;
}

.cms_news_alternate img {
float: right;
margin-left: 10px;
margin-right: 12px;
margin-bottom: 25px;
margin-top: 8px;
}

.cms_news .text a, .cms_news_alternate .text a {
}

.cms_uebersicht {
padding: 10px;
margin-left: 10px;
margin-top: 15px;
clear: both;
background-color: #ECF0F3;
}

.cms_uebersicht_alternate {
padding: 10px;
margin-left: 10px;
margin-top: 15px;
clear: both;
background-color: white;
}

.cms_uebersicht .titel, .cms_uebersicht_alternate .titel {
margin-left: 0px;
font-weight: bold;
font-size: 1.2em;
}

.cms_uebersicht .text, .cms_uebersicht_alternate .text {
margin-top: 5px;
margin-left: 10px;
}

.cms_uebersicht .mehr, .cms_uebersicht_alternate .mehr {
margin-left: 10px;
padding-left: 10px;
}

.cms_uebersicht img, .cms_uebersicht_alternate img {
float: right;
margin-left: 10px;
margin-right: 12px;
margin-bottom: 25px;
margin-top: 8px;
}
.cms_uebersicht .text a, .cms_uebersicht_alternate .text a {
display: block;
}

.cms_suche {
margin-top: 25px;
clear: both;
}

.cms_suche .titel {
margin-left: 0px;
font-weight: bold;
font-size: 1.2em;
}

.cms_suche .text {
margin-top: 5px;
margin-left: 10px;
}

.cms_suche .text a {
display: block;
}

.cms_suche .mehr {
display: inline;
margin-left: 10px;
padding-left: 10px;
}

.cms_suche img {
float: left;
margin-left: 10px;
margin-right: 12px;
margin-bottom: 25px;
margin-top: 8px;
}



.kalender {
display: block;
clear: both;
margin-top: 5px;
}

.kalender_head {
position: relative;
background-color: #FA9035;
font-weight: bold;
padding: 5px;
padding-top: 1px;
padding-bottom: 1px;
}

.kalender_heiliger{
	float: right;
	display: inline;
}

.kalender_tag {
display: table-cell;
display: inline-block;
width: 100px;
vertical-align: top; 
}

.kalender_datum {
display: table-cell;
display: inline-block;
vertical-align: top; 
}

.kalender_eintrag {
	margin-left: 10px;
}

.kalender_eintrag .titel {
margin-left: 0px;
font-weight: bold;
font-size: 1.2em;
}

.kalender_eintrag .text {
	margin-left: 10px;
}

.kalender_eintrag .mehr {
	float: right;
	margin-left: 0px;
}


/* Seitenzahlen */
div.seitenzahlen {
  font-weight: bold;
  margin-top: 10px;
  clear: both;
}

div.seitenzahlen ul {
  display: inline-block;
}

div.seitenzahlen ul li {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #1A4571;
  background: #CFD9E2;
  list-style: none;
  cursor: pointer;
}

div.seitenzahlen ul li.aktive_seite {
  cursor: auto;
  background: #99ABC1;
}




/* Content */
.cms_titel {
border-bottom: 1px solid #082A64;
}

hr {
clear: both;
height: 1px;
margin: 0 0 0 0;
margin-top: 5px;
margin-bottom: 5px;
border: 0px;
border-bottom: 1px solid #082A64;
}

h1, .mceContentBodyTitel {
color: #082A64;
font-size: 1.4em;
font-weight: bold;
margin: 0px;
margin-bottom: 5px;
padding: 0;
display: inline;
}

h1 a, .mceContentBodyTitel a {
color: #082A64;
font-size: 1.4em;
font-weight: bold;
}

h1 a:hover, .mceContentBodyTitel a:hover {
color: #D04A10;
}

h2 {
border-bottom: 1px solid #99ABC1;
color: #082A64;
font-size: 1.2em;
font-weight: bold;
margin: 0px;
margin-bottom: 5px;
padding: 0;
}

pre {
margin-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
padding-left: 9px;
padding-right: 9px;
background: #CFD9E2 ;
}

address {
margin-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
background: #CFD9E2;
padding: 5px;
padding-left: 9px;
padding-right: 9px;
}

h2 a {
color: #082A64;
font-size: 1.2em;
font-weight: bold;
}

h2 a:hover {
color: #D04A10;
}

h3 {
color: #082A64;
font-size: 1.1em;
font-weight: bold;
margin: 0px;
margin-bottom: 5px;
padding: 0;
}

h3 a {
color: #082A64;
font-size: 1.1em;
font-weight: bold;
}

h3 a:hover {
color: #D04A10;
}

b, strong {
font-size: 1em;
}

#content p, .mceContentBody p {
margin: 8px 0 0 10px;
}

a {
color: #082A64 !important;
font-weight: 700 !important;
text-decoration: none !important;
}

a:hover {
color: #082A64 !important;
text-decoration: underline !important;
}

ul, ol {
padding-left: 30px;
}

li {
padding-left: 0px;
}

hr.trenner {
display: none;
}




