@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}


body {
	color: rgb(0, 0, 0);
	font-size: 12pt;
	color: #000000;
	font-family: Lato
}

a {
	text-decoration: none;
	color: #3939BD;
}

a:hover {
	text-decoration: none;
	color: #800000;
}

p {
	text-align: justify;
	font-size: 11pt;
	color: black;
	font-family: Lato;
	font-style: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}

textarea {
	color: #000000;
}

h1 {
	font-family: Montserrat;
	font-size: 3rem;
	color: #2a3953;
	text-align:center;
	margin-bottom:2em;
        font-weight:bolder;
}

h2 {
	font-size: 12pt;
	color: #2a395b;
}

h3 {
	font-size: 11pt;
	color: #800000;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.logotext {
	font-size: 18pt;
	color: #1fcd02;
	padding: 0px;
}

div.logotext_klein {
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}

hr {
	background-color: #800000;
	color: #800000;
	border: 0;
	height: 1px;
}

img, abbr {
	border: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style-image: url(../images/bullet_green.gif);
}

#fehler ul {
	list-style-image: url(../images/warnred.gif);
}

#rechtsbuendig {
	text-align: right;
}

.ganze_breite {
	width: 100%;
}

select,textarea,input {
	background-color: #fdfdfd;
	border: 1px solid #828282;
}

input.button {
	background-image: url(../images/image9.jpg);
	background-position: left top;
}

input.checkbox {
	background-color: transparent;
	border-style: none;
}

/*** Tabellen ***/
table.thin_border {
	border-spacing: 0;
	border-collapse: collapse;
}

table.thin_border td {
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
}

table.no_border {
	border-spacing: 0;
	border-collapse: collapse;
}

table.no_border td {
	border-width: 0px;
}



/*** Eingabefehler ***/
p.fehler {
	color: #ff0000;
}

#fehler {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px;
	color: #ff0000;
	border: 2px solid #ff0000;
}

/*** Info ***/
#info {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px;
	color: #000000;
	border: 2px solid #15CD44;
}

/*** Anlage- und Änderungsmarker ***/
#marker {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	color: #888888;
}

/*** Pfarrblatt ***/
#pfarrblatt a {
	text-decoration: none;
	color: #000000;
}

#pfarrblatt a:hover {
	text-decoration: none;
	color: #800000;
}

/*** Termine ***/
table.termine {
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	table-layout: auto;
}

table.termine tr.zeitleiste td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	border-width: 0 0 0 0;
}

table.termine td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	white-space: nowrap;
}

table.termine td.raum {
	font-size: 10pt;
}

table.termine td.raster-zeit {
	width: 720px;
	background-image: url(../images/raster-zeit.gif);
	background-repeat: no-repeat;
}

table.termine td.raster {
	width: 720px;
	background-image: url(../images/raster.gif);
	background-repeat: repeat-y;
}

table.termine img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

table.termine img.item {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: red;
}


/*** Pfarrblatt Online ***/


td.pfarrblatt_tag {
	text-align: left;
	background: #ddd;
	color: #2a395b;
	font-weight: bold;
	font-size: 11pt;
}


td.pfarrblatt_termin {
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 11pt;
}

td.pfarrblatt_zeit {
	vertical-align: top;
	text-align: center;
	color: #000000;
	font-size: 11pt;
}

