@media print
{
	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#border, #top, #tophead, #language, #courtesy, #search, #left {
		display: none;
	}
	
	a {
		color:#85934e; 
		background-color:transparent;
		text-decoration: none; 
	}	
	a:hover {
		color: #000000; 
		background-color:transparent; 
		text-decoration: underline;
	}

#right {
    display: none;
}
	
.topbutton {
    display: none;
}

/* CSS Document */

/* code & design by nothing */
/* http://www.nothing.ch 	*/
/* date:          26.7.2004 */


/* templates "article.html" */

/* ids & classes in "#ressort/content " division */
.ressort_title, .content_title {
	height: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #6D6464; 
	border:1px solid #d7d3c2;
	padding: 3px 0px 5px 7px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bg_ressort.gif);
	background-position: 0px 0px 0px 0px;
	background-repeat: repeat-x;
}
/* - - - */


/* page navigation */
.page_navigation {
	background-color: #D7D3C2;
	margin-bottom: 20px;
}
.page_navigation p {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 7px 5px 7px;
}
.page_navigation p a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.page_navigation p a:hover {
	color: #000000;
	text-decoration: underline;
}
.page_navigation p a.selected {
	font-weight: normal;
	color: #6D6464;
	text-decoration: none;
}
.page_navigation p a.selected:hover {
	color: #000000;
	text-decoration: underline;
}
/* - - - */

/* article navigation */
.nav_article {
	margin-top: 14px;
	margin-bottom: 6px;
    font-size: 11px;
}
/* - - - */


/* - - - */
.article_title {
	font-size: 18px;
	color: #53481c;
	padding: 13px 0px 13px 7px;
	margin: 0px;
}
.article_lead {
	color: #53481c;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px 12px 7px;
	margin: 0px;
}
.article_content {
	color: #000000; 
	font-size: 11px;
	padding: 7px 7px 11px 7px;
	margin: 0px;
}
.article_content a {
	font-size: 11px;
	font-weight: bold;
	background-color: #F8F7E8;
} 
.article_content a:hover {
	background-color: #FFFEE0;
	text-decoration: underline;
}
.article_content b {
	font-weight: bold;
}
.article_content i {
	font-style: italic;
}
/* - - - */


/* - - - */
.quote {
	padding-left: 30px;
	padding-bottom: 6px;
	margin: 0px;
}
.quote p, .quote div {
	width: 480px;
}
.quote p.quote_text {
	font-size: 11px;
	font-style: oblique;
	color: #7e6f32;
	line-height: 130%;
}
.quote div.quote_dashline {
	clear: both;
	background-image: url(../img/bgd_dashline.gif);
	background-position: center;
	background-repeat: repeat-x;	
	margin-top: 2px;
	height: 5px;
}

.addon_box {
	width: auto;
	height: auto;
	font-size: 11px;
	font-weight: bold;
	color: #53481c;
	margin: 6px 0px 22px 0px;
	border: 1px solid #d0cbb7;
}
.addon_box p {
	padding: 5px 7px 5px 7px;
}
.addon_box p.ab_title {
	width: auto;
	height: auto;
	border-bottom: 1px solid #d0cbb7;
}
.addon_box p.ab_text {
	width: auto;
	height: auto;
	font-weight: normal;
}
.addon_box p.ab_text i {
	font-style: italic;
}
.addon_box p.ab_text b {
	font-style: bold;
}

.article_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 13px 0px 0px 0px;
	margin: 0px;
}
.article_legend {
	clear: left;
	width: auto;
	font-size: 9px;
	color: #7E6F32;
	padding: 6px 0px 5px 7px;
	margin: 0px;
}
.article_image {
	float: left;
	width: 152px;
	margin-top: 14px;
	margin-right: 13px;
}
.article_image_big {
	float: left; 
	width: 304px;
	margin-top: 14px;
	margin-right: 13px;
}
/* - - - */


/* form definitions */
.form_box {
	clear: both;
	color: #000000; 
	font-size: 11px;
	margin-left: 7px;
	padding-top: 20px;
	padding-bottom: 24px;
}
/* - - - */


/* table list definitions */
.tablelist_box {
	clear: both;
	width: 566px;
	color: #000000; 
	font-size: 11px;
	margin-left: 7px;
	margin-top: 20px;
	margin-bottom: 24px;
	border: 1px solid #AAA283;
}
.tablelist_box td.tl_col1, .tablelist_box td.tl_col2 {
	width: 283px;
}
.tablelist_box td p {
	color: #53481C;
	padding: 4px 6px 6px 6px;
}
.tablelist_box tr.tl_title {
	background-color: #EBE4CE;
}
.tablelist_box tr.tl_dark {
	background-color: #F5F1E5;
}
.tablelist_box tr.tl_bright {
	background-color: #FBF8EF;
}
.tablelist_box tr.tl_title td {
	font-weight: bold;
	border-bottom: 1px solid #AAA283;
}
.tablelist_box tr.tl_title td p {
	padding-top: 6px;
	padding-bottom: 8px;
}
/* - - - */


/* list definitions */
/* general list definition for general text                         */
ul.textlist {
	clear: both;
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	margin-left: 7px;
	margin-top: 30px;
	margin-bottom: 34px;
}
ul.textlist li.level1 {
	font-size: 11px;
	color: #53481C;
	background-image: url(../img/ico_listdot.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 6px;
	margin-top: 5px;
	margin-bottom: 1px;
}
ul.textlist li.level2 {
	font-size: 11px;
	color: #53481C;
	background-image: url(../img/ico_listdot_level2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 2px;
}
/* - - - */


/* definitions for in-content navigation items */
.content_backlink {
	font-size: 11px;
	margin-top: 20px;
}
.content_backlink img {
	margin-right: 5px;
}
/* - - - */




/* templates "index.html"*/

/* ids & classes in "#content box" division */
#content_left {
	float: left;
	height: auto;
	width: 281px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content_right {
	float: right;
	height: auto;
	width: 281px;
	padding-top: 0px;
	padding-left: 10px !important;
}


.content_box {
	height: auto;
	width: auto;
	color: #53481c;
	background-image: url(../img/bg_boxes.gif);
	background-repeat: repeat-x;
	padding-top: 11px;
	padding-bottom: 17px;
}
.content_box p {
	margin-bottom: 0px;
}
.content_box_dashline {
	clear: both;
	background-image: url(../img/bgd_dashline.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 9px;
}
.content_item {
	width: 260px;
	height: auto;
	padding: 0px 10px 0px 10px;
}
.conitem_image {
	float: left;
	width: 54px;
	margin-right: 5px;
}
.conitem_title {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color:#85934e;
	padding: 0px 0px 0px 0px !important;
	margin: 0px; 
}
.conitem_subtitle {
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #666666; 
	padding: 0px 0px 4px 0px;
	margin: 0px; 
}
.conitem_box_text {
	width: auto;
	color: #666666; 
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.conitem_clear {
	clear: both;
	margin-top: 0px !important;
}
.content_forwardlink {
    font-size: 11px;
}
.conitem_date {
    font-size: 11px;
}
/* - - - */



/* templates "links.html"*/

/* ids & classes in "#linklist" division*/
.link_ressort_title {
	font-size: 14px;
	font-weight: bold;
	color: #6D6464; 
	background:#edebe4;
	border:1px solid #d7d3c2;
	padding: 7px 0px 7px 7px;
	margin: 0px 0px 13px 0px; 
}
.link_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	padding: 13px 0px 0px 7px;
	margin: 0px;
}
.link_lead {
	font-size: 11px;
	color: #000000; 
	font-weight: bold;
	padding: 16px 7px 4px 7px;
	margin: 0px;
}
.link_list {
	font-size: 11px;
	color: #53481c;
	padding: 2px 0px 4px 7px;
	margin: 0px 0px 0px 0px;
}
/* - - - */


/* templates "searchresult.html" */

/* ids & classes in "#searchresult " division */
.search_subtitle {
	float: left;
	width: 28px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d0cbb7;
	padding: 2px 0px 0px 7px;
}
.search_content {
	float: right;
	width: 530px;
	color: #7e6f32; 
	font-size: 11px;
	padding: 0px 7px 0px 0px;
	margin: 2px 0px 7px 0px;
	float: left;
}
.search_dashline {
	clear: both;
	width: auto;
	background-image: url(../img/bgd_dashline.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 5px;
	margin-left: 35px;
}
.search_nav_text {
	color: #d0cbb7;
}
.search_navigation {
	color: #7e6f32;
	background-color:transparent;
	padding: 13px 13px 13px 7px;
	text-decoration: none;
}
.search_navigation a {
	color: #7E6F32;
	font-weight: bold;
	background-color:transparent;
	text-decoration: none;
}
.search_navigation a:hover {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}
.search_navigation a.current {
	font-weight: normal;
	color: #000000;
}
.search_navigation a.current:hover {
	font-weight: normal;
	text-decoration: none;
}
/* - - - */


/* templates "contactform.html"*/

/* ids & classes in "#contact_form" division */
.contact_title {
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
	padding: 13px 0px 13px 7px;
	margin: 0px;
}
.contact_content {
	color: #000000; 
	font-size: 11px;
	padding: 7px 7px 13px 7px;
	margin: 0px;
}
#contact_form_box{	
	color: #000000; 
	font-size: 11px;
	margin: 0px 0px 0px 7px; 
}
#contact_table {
	width: 520px;
}
#contact_table td.col1 {
	width: 100px;
}
#contact_table td.col2 {
	width: 230px;
}
#contact_table td.col3 {
	width: 190px;
}
.cf_text {	
	color: #000000; 
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
.cf_text input.textfield, .cf_text textarea {	
	width: 220px;
}
.cf_mandatory {
	font-size: 10px;
	color: #8C8C8C;
	background-image: url('../img/co_mandatory.gif');
	background-repeat: no-repeat;
	background-position:  left center;; padding-left:13px; padding-right:0px; padding-top:0px; padding-bottom:3px
}
.cf_submit {
	text-align: right;
	padding: 10px 5px 0px 0px;
}
/* - - - */




/* CSS Document */

/* code & design by nothing */
/* http://www.nothing.ch 	*/
/* date:          26.7.2004 */


/* ids & classes in "#footer" division */
#footer {
	clear: both;
	width: auto;
	height: auto;
	padding-top: 30px;
	margin-bottom: 80px;
}
.footer_dashline {
	background-image: url('../img/bgd_dashline.gif');
	background-position:  center 50%;
	background-repeat: repeat-x;
	height: 5px
}
.footer_topbutton {
	font-size: 11px;
	width: auto;
	text-align: right;
}
#footer div p {
	float: left;
}
#footer div p.fot_text {
	width: 102px;
	font-size: 11px;
	color: #666666;
	padding-top: 13px;
}
#footer div p.fot_pfarrblatt {
	width: 108px;
	padding-top: 10px;
}
#footer div p.fot_angelus {
	padding-top: 10px;
}
/* - - - */




/* pdf icon/text definitions */
.pdf {
	padding: 6px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
}
.pdf_text {
	font-size: 11px;
	font-weight: bold;
	color: #85934e;
}
.pdf_text img {
	margin-right: 15px;
}
.pdf_text a {
	background-color: #F8F7E8;
}
.pdf_text a:hover {
	background-color: #FFFEE0;
}
/* - - - */

/* video icon/text definitions */
.video {
	padding: 6px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
}
.video_text {
	font-size: 11px;
	font-weight: bold;
	color: #85934e;
}
.video_text img {
	margin-right: 8px;
}
.video_text a {
	background-color: #F8F7E8;
}
.video_text a:hover {
	background-color: #FFFEE0;
}
/* - - - */





/* CSS Document */

/* code & design by nothing */
/* http://www.nothing.ch 	*/
/* date:          26.7.2004 */

/* ids & classes in "#infobox/content " division */
.infobox_title {
	font-size: 14px;
	font-weight: bold;
	color: #6D6464; 
	background:#edebe4 url('../img/bg_ressort.gif') repeat-x 0px 0px;
	border:1px solid #d7d3c2;
	width:188px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:13px; padding-left:7px; padding-right:0px; padding-top:4px; padding-bottom:3px; background-image:url('../img/bg_ressort.gif'); background-repeat:repeat-x 
}

.infobox_subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #53481c;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
	width: 188px; 
}

.infobar_box_title {
	font-size: 11px;
	font-weight: bold;
	color: #53481c;
	border:1px solid #d0cbb7;
	padding: 5px 0px 5px 7px;
	margin: 13px 0px 0px 0px;
	width: 188px;
}

.infobar_box_text {
	font-size: 11px;
	color: #53481c;
	border: 1px solid #d0cbb7;
	padding: 5px 0px 5px 7px;
	margin: -1px 0px 0px 0px;
	width: 188px;
}
/* - - - */













}
