/**
* ------------------------------------------------------------------------------------------------- #
*
* First / Last Child reset
*
*/

.first,
.first-child {
	margin-left:0 !important;
	padding-left:0 !important;
	border-left:0 !important;
}
.first-child { margin-top:0px !important }

.last,
.last-child {
	margin-right:0 !important;
	padding-right:0 !important;
	border-right:0 !important;
}
.last-child { margin-bottom:0px; }


/**
* ------------------------------------------------------------------------------------------------- #
*
* Basic HTML Tags
*
*/

body { /* 12px */
  font-family: Arial, Helvetica, sans-serif;
	color:#46484a;
}

h1,h2,h3 {
	font-family: Arial, Verdana, serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #666666;
  margin: 0 0 15px 0;
}

h1 {
	font-size: 2em; 						/* 24px */
	font-weight:bold;
}
h1 em {
	color: #00549f;
	line-height: 1.2em;
	font-style:normal;
}
h1 span {
	display: block;
	font-size: 0.8em;	/* 24px */
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em; 					/* 18px */
	font-weight:bold;
}

h3{
	margin-bottom:6px;
	margin-top:10px;
	font-size: 1.1667em;
	font-weight:bold;
}

h3.serientitel {
	color:#A2342E;
	margin-top:0px;
	margin-bottom:10px;
}

h4 { font-size: 1.3333em; }    /* 16px */
h5 { font-size: 1.1667em; } 		/* 14px */
h6 { font-size: 1.1667em; } 		/* 14px */


ul, ol, dl {
	margin:0 0 15px 1em;
}
ul { list-style-type:square; }
/*#text-content ul li { list-style-position:inside; }*/


.articletext ul, .articletext ol, .articletext dl,
.factbox ul, .factbox ol, .factbox dl {
	margin:15px 2em 15px 2em;
}
.factbox ul li {
	list-style-type:square;
	margin-left:0.8em;
}

ul ul { list-style-type:circle; margin-bottom:0; }

ol { list-style-type:decimal; }
ol ol { list-style-type:lower-latin; margin-bottom:0; }

li {
	margin-left:0.8em;
	line-height:1.4;
}

dt { font-weight: bold; }
dd { margin: 0 0 15px 0.8em; }

p { line-height: 1.5; margin: 0 0 15px 0;}

p.subheadline {
	font-size:1.2em;
	margin-bottom:2em;
}

p.small {
	font-size:0.9em;
	margin-bottom:2em;
}

cite, q {
	font-family: Georgia, Arial, Verdana, serif;
  font-style: italic;
}
blockquote { margin: 0 1.5em 0 1.5em; }

strong,b { font-weight: bold; }
em,i { font-style: italic; }

big { font-size: 1.1667em; } 		/* 14px */
small { font-size: 0.91667em; } 	/* 10px */

pre { line-height: 1.5; margin: 0 0 15px 0; }
pre, code, kbd, tt, samp, var { font-size: 100%; }
kbd, samp, var, tt { font-weight: bold; }
var, dfn { font-style: italic; }

acronym, abbr {
	border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:0.07em;
    cursor:help;
}

hr {
	color:#fff;
    background:transparent;
    margin:0 0 15px 0;
    padding:0 0 15px 0;
    border:0;
    border-bottom:1px #eee solid;
}

.hr {
	height:1px;
	overflow:hidden;
	background:#cdcdcd;
	color:inherit;
	margin:15px 0;
}
.hr hr {
	position:absolute;
	top:0px;
    left:-32768px;
}

a {
	color:#003c78;
	-moz-border-radius: inherit;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

a:visited  { color:#182E7A; }
a:focus { }
a:hover,
a:active {
	color:#182E7A;
}

.fleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.fright {
	float:right;
	margin:0px 0px 10px 10px;
}

.left-aligned {
	float:left;
	margin:0px 10px 10px 0px;
}

.right-aligned {
	float:right;
	margin:0px 0px 10px 10px;
}
/**
* ------------------------------------------------------------------------------------------------- #
*
* Download List
*
*/

ul.downloads {
	margin-left:0px;
}
ul.downloads li {
	min-height:25px;
	list-style-type:none;
	padding-left:30px;
	margin-left:0;
	margin-top:1em;
	line-height:1;
	background:url(../images/content/icon_download_common.gif) left 0.1em no-repeat;
}
ul.downloads li a {
}
ul.downloads li.pdf {
	background:url(../images/content/icon_download_pdf.gif) left 0.1em no-repeat;
}
ul.downloads li.doc {
	background:url(../images/content/icon_download_word.gif) left 0.1em no-repeat;
}
ul.downloads li.xls {
	background:url(../images/content/icon_download_excel.gif) left 0.1em no-repeat;
}
ul.downloads li.txt {
	background:url(../images/content/icon_download_text.gif) left 0.1em no-repeat;
}
ul.downloads li em {
	display:block;
	font-style:italic;
	margin:0;
	margin-top:0.2em;
	font-size:0.9em;
	line-height:1.1em;
	background-color:inherit;
}


/**
* ------------------------------------------------------------------------------------------------- #
*
* Link List (Standard)
*
*/

ul.links {
	margin-left:0px;
}
ul.links li {
	list-style-type:none;
	margin-top:0.8em;
	line-height:1;
	margin-left:0px;
}
ul.links li a {
    display:block;
    background:url(../images/arrow.gif) left 0.22em no-repeat;
    padding-left:10px;
}


/**
* ------------------------------------------------------------------------------------------------- #
*
* Global Messages
*
*/

.global-message {
	background:url(../images/content/icon_ok.gif) 9px center no-repeat #ffffe1;
	color:inherit;
	border:1px solid #e4e4a5;
	padding:0.7em 9px 0.7em 42px;
  margin:0 auto;
	margin-bottom:1.5em !important;
}
.global-message.global-warning {
	background:url(../images/content/icon_warning.gif) 9px center no-repeat #ffffe1;
}
.global-message.global-error {
	background:url(../images/content/icon_error.gif) 9px center no-repeat #ffffe1;
}
.global-message * {
	line-height:1.2;
}
.global-message h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
}
.global-message p {
	margin:0px;
}
.global-message.global-error h4 {
	color:#ba0000 !important;
}


/**
* ------------------------------------------------------------------------------------------------- #
*
* Tabellen
*
*/

table.table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:15px;
	border-top:2px #888 solid;
	border-bottom:2px #888 solid;
}
table.table caption {
	font-variant:small-caps;
}

table.full { width:100%; }
table.fixed { table-layout:fixed; }

th,td { padding:0.5em; }
td.important {
	color: white;
	font-weight: bold;
	background: #FA5858;
}
td.notice{
	font-weight: bold;
	background: #FFCC66;
}

thead th {
	color:#000;
	border-bottom:2px #800 solid;
}
tbody th {
	background:#e0e0e0;
	color:#333;
}
tbody th[scope="row"], tbody th.sub {
	background:#f0f0f0;
}

tbody th {
	border-bottom:1px solid #fff;
	text-align:left;
}
tbody td {
	border-bottom:1px solid #eee;
}

tbody tr:hover th[scope="row"],
tbody tr:hover tbody th.sub {
	background:#FFF4C8;
	color:#333;
}
tbody tr:hover td {
	background:#FFF4C8;
	color:#333;
}


/**
* ------------------------------------------------------------------------------------------------- #
*
* Corner Button
*
*/

ul.button,
ul.button li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.cornerBox * {
	display:block;
}

.cornerBox {
	display:block;
	position: relative;
	background: #f7f7f7;
	float:left;
	color:#45474a !important;
	text-decoration:none;
}
.cornerBox:hover,
.cornerBox:focus,
.cornerBox:active {
	background: #f7f7f7;
	color:#45474a;
	text-decoration:none;
}
.corner {
	position: absolute;
	width: 11px;
	height: 10px;
	background: url("../images/buttons/cornerbutton.gif") no-repeat;
	font-size: 0%;
}


.cornerBoxInner {
	border:1px solid #a7aaad; /* Optional */
	padding:1px 10px 1px 10px;
	/*background-color:#f4f4f4;*/
	background:none !important;
}
.cornerBoxInner p {
	margin:0px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -65px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -65px -10px;
}

/* IE6 */
* html .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

* html .TR {
	top: 0;
	right: -1px;
	background-position: -65px 0 !important;
}

* html .BL {
	bottom: -1px;
	left: 0;
	background-position: 0 -10px !important;
}
* html .BR {
	bottom: -1px;
	right: -1px;
	background-position: -65px -10px !important;
}

.extendsearch .cornerBox,
.quicksearch .cornerBox {
	margin-left:5px !important;
	margin-top:2px !important;
}



.user-kommentare blockquote {
	padding: 8px 8px 0px 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 10px 0px 10px 0px;
  background-image: url("../images/content/openquote1.gif");
  background-position: 8px 1px;
  background-repeat: no-repeat;
}
.user-kommentare blockquote.ant {
	padding: 8px 8px 0px 8px;
  background-color: #f8f1dd;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 10px 0px 10px 40px;
  background-image: url("../images/content/openquote1.gif");
  background-position: 8px 1px;
  background-repeat: no-repeat;
}
.user-kommentare blockquote em {
	font-style:italic;
	margin:0px;
	line-height:1.6em;
}
.user-kommentare blockquote span {
     display: block;
     background-image: url("../images/content/closequote1.gif");
     background-repeat: no-repeat;
     background-position: bottom right;
		 line-height:1.6em;
		 padding:0px 0px 8px 0px;
		 text-indent:30px;
   }
.factbox p {
	margin: 10px 10px 10px 16px;
	}


.cal td {
	width:14%;
	height:100px;
	border:1px solid #d2d4d6;
	padding:0px;
}
.cal.heiligen td {
	vertical-align: top;
}
.cal th {
	width:14%;
	height:20px;
	background-color:#f0f1f2;
	font-size:1.4em;
	border:1px solid #d2d4d6;
	border-bottom:2px solid #d2d4d6;
	padding:0px 5px;
	color:#999;
	line-height:2em;
}
.cal td .day {
	background-color:#f0f1f2;
	padding:0px 5px;
	line-height:2em;
}
.cal td:hover,
.cal td:hover .day {
	background-color:#d2d4d6;
}

.cal td p {
	padding:2px 5px;
	margin:0px;
}

.highlight {
	color: white;
	font-weight: bold;
}

.lectern_supertitle {
	font-weight: bold;
	display: block;
	text-align: left;
}


.pfarre-detail h6 {
	font-weight:bold;
	color:#46484A;
}

.c-right {
	float:right;
	margin: 0px 0px 16px 16px;
}

.errorpage {
	margin-bottom:15px;
	height:240px;
}
.errorpage.error404 {
	background:url(../images/404.gif) left 10px no-repeat;
}
.errorpage.error503 {
	background:url(../images/503.gif) left 10px no-repeat;
}
.errorpage .inner {
	padding-left:300px;
	padding-top:30px;
}
.lockedpage {
	margin-bottom:15px;
	background:url(../images/earth_lock.jpg) left 10px no-repeat;
	height:270px;

}
.lockedpage .inner {
	padding-left:300px;
	padding-top:30px;
}

.noticecolor {
	color: #BA0000;
	padding-right: 5px;
	font-weight: bold;
	text-align: center;
	margin:0;
	margin-bottom: 5px;
}

.textbox ul {
	margin-left: 20px;
}
.textbox li {
	list-style-type: disc !important;
}

/*Zwischenüberschriften in der Textbox*/

#right .inner h2 {
	font-size: 1.5em;
	font-weight: bold;
	border: none;
	background: none;
	text-transform: none;
	line-height: 1.5;
	padding: 0;
	padding-top: 10px;
}


ul.orgscrollable {
	max-height: 200px;
	overflow-y: auto;
}
ul.orgscrollable li {
	list-style-type: square;
	margin-left: 17px;
}
.colopenable {
	cursor: pointer;
}

h2.colopenable {
	background: url("../images/container/top_2-col_colopenable.png") no-repeat left top !important;
}