* {margin: 0; padding: 0}

html, body { height:100%; }

body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:780px;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}

td {
	font-size:12px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(62,77,116);
	margin-bottom:8px;
}

.input {
	font-size:12px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
	width:240px;
	margin-bottom:8px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}

.label {
	font-size:12px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
}

.small {
	font-size:9px;
}

#outer{
	height:100%;
	min-height:100%;
	width:890px;
	color:#000000;
	text-align:left;
	position:relative;
	margin-left: 90px;
/*
	background-image:url('../upload/bilder/bg.gif');
	background-repeat:repeat-y;
	background-position:0px 0px;
	*/
}
 
html>body #outer{ height:auto; } 

#innerwrap {
	float:left;
	width:720px;
    margin-top: 128px;
	border-right: 1px dotted #993333;
}

#header{
	position:absolute;
	top:12;
	left:0px;
	width:100%;
	height:103px;
	color:#000000;
	background-color:#ffffff;
	z-index:5;
}

#left {
	position:relative;
	width:180px;
	float:left;
	padding-top:0;
	padding-bottom:20px;

}

#left p { padding-left:3px;padding-right:2px }

#right p { padding-left:4px;padding-right:2px }

#right {
	position:relative;
	width:150px;
	float:right;
	margin-top:158px;
	padding-top:0;
	padding-bottom:20px;
	background-color:#999999;
	background:url('../images/randbg.jpg');
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:rgb(62,77,116);

}

#right a {
	padding:0;
	font-weight:normal;
	font-size:12px;
	color:#333366;
	margin:0;
}


div,p  { margin-top:0; }

/* Mittlere Spalte  */

#centrecontent {
	width:520px;
	float:right;
	padding:0;
	padding-bottom:20px;
	color:rgb(62,77,116);
	min-height: 600px;
	
}

#centrecontent ul {
	margin-left: 24px;
}
#centrecontent p { 
	padding-left:3px;
	color:rgb(62,77,116); 
	}

#centrecontent .html1 {
	margin-left: 0px;
	margin-bottom: 18px;
	width: 510px;
}
#centrecontent .html2 {
	margin-left: 0px;
	width: 510px;
}
#centrecontent ul.subcatlist {
	margin-left: 36px;
	list-style-type: none;
	margin-bottom: 18px;
	list-style-image: url(/images/navi_pfeil_rechts.gif);
	width: 410px;
}

#centrecontent ul.subcatlist  li {
	margin-bottom: 8px;
}

#centrecontent ul.subcatlist  a {
	color: #993333;
}

#clearfooter {
	width:100%;
	height:12px;
	clear:both; 
	}

#footer {
        width: 960px;
        height: 100px;
        }

#footer .footbox {
        width: 90px;
        height: 100%;
        float: left;
        margin-right: 170px;
		padding-left: 8px;
		padding-top: 8px;
        border-top: 1px solid #993333;
        border-left: 1px solid #993333;
        }

#footer .powered {
        width: 120px;
        text-align: center;
        float: left;
        }

#footer .powered p {
        width: 90px;
        padding: 8px;
        margin-top: 20px;
        text-align: center;
        vertical-align: middle;
        border: 2px solid #cccccc;
        background-color: #eeeeee;
        }

/*  Navigation im unteren Bereich */
#bottomnavi {
	text-align:center;
	color:rgb(210,210,210);
	width: 100%;
	height: 28px;
	margin-bottom: 12px;
}

a.bottomnavi { 
	color:rgb(160,160,160); 
	font-size:9pt; 
	} 

/*  Hilfsnavigation */
#additionalnavi {
	text-align: right;
	background-color:#ffffff;
	margin-top:3px;
	padding-bottom:2px;
	padding-top:0px;
	margin-left:480px;
	width:500px;
	color:rgb(160,160,160);
}

a.additionalnavi { font-size:10px; color: rgb(160,160,160); }

/* Container logo im Header-Bereich*/
#logo {
	width:100%;
        height: 90px; 
        width: 100%;
        margin-top: 15px; 
        background-image: url(/images/logo_bistum_1300.gif);
        background-repeat: no-repeat;
}

/*  Breadcrumb Navigation */
#navipath {
	padding:0;
	padding-bottom:10px;
	font-size: 9pt;
	color:rgb(99,99,99);
	width:710px;
    height: 20px; 
}

a.navipath { font-size:9pt; color: #333399; } 


/*  Hauptnavigation */
.navi{
	width:180px;
	border-bottom:1px solid rgb(170,170,170);
	background-color:rgb(255,255,255);
}

h1 {
	padding-left:2px;
	font-weight:bold;
	font-size:14pt;
	color:rgb(217,104,28);
	margin:0;
}

h1.content {
	margin-bottom:14pt;
	padding:0;
	color: #333333;
}

h3.content {
   font-size: 12pt;
	color: #333333;
	margin-bottom: 12px;
	}

hr { color:rgb(210,210,210); }

a { font-size:12px; color:#333366; text-decoration:none; }
a:hover { text-decoration:underline; }

a.newsheadline { font-weight:bold; } 


a.navileft_passive {
	display:block;
	background-color:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
	color:#993333;
} 

a.navileft_active {
	display:block;
	background:url("/images/navi_pfeil_rechts_active.png") no-repeat;
	background-position:right bottom;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	font-style:oblique;
	padding-right: 20px;

} 

a.navileft_open {
	padding-left:10px;
	display:block;
	background:url("/images/navi_pfeil_rechts_open.png") no-repeat;
	background-position:right bottom;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	padding-right: 20px;
}

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color:rgb(217,104,28);
	font-weight:normal;
	padding-bottom:.4em;
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:rgb(62,77,116);
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}


.input_newsletterselect {
	width:80px;
	vertical-align:middle;
	font-size:12px;
	margin-right: 8px;
	color: rgb(62,77,116);
}



#loginbox {
	background-color:#DFE0E5;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:.4em;
	padding-right:.4em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

/*  Such-Box im Kopf-Bereich */
#searchbox {
    width: 300px;
    margin-left: 680px;
	background-color:#ffffff;
	border:0;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:0em;
	padding-right:0em;
	margin-top:1.4em;
	margin-bottom:1.5em;
    text-align: right;
}

.label_searchbox {
	vertical-align:middle;
	color:#9d9ea2;
	position:relative;
	padding-left:10px;
	/*left:-65px;*/
}

.input_searchbox {
	width:65px;
	vertical-align:middle;
	font-size:12px;
	color: rgb(62,77,116);
}

#newsletterbox {
   background-color:#DFE0E5;
   border-top:1px solid #aeaeae;
   border-bottom:1px solid #aeaeae;
   padding-bottom:.6em;
   padding-top:.6em;
   padding-left:.5em;
   padding-right:.5em;
   margin-top:1.5em;
   margin-bottom:1.5em;
   width: 200px;
}

.hidden {
	display:none;
}

.balken {
	padding-left:0px;
	background-color:rgb(255,110,43);
	background-image:url('../images/bg2.gif');
	background-repeat: repeat-x,repeat-y;
	background-position:2px 0px ;
}

.teaser_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

/*  Block Mitte auf Startseite */
/* muss ggf entfernt werden, wenn Block nicht benutzt wird */
dl.katalog {
        width: 240px;
        float: left;
        margin-right: 6px;
		margin-bottom: 10px;
		color: #003300;
		text-align: left;
	
}

dl.katalog dt {
        font-weight: bold;
		background-color: #ffffff;
		height: 20px;
}

dl.katalog dt a,
dl.katalog dt a:link { 							
		color: #993333; 				
		text-decoration: underline;		
		background: url(../images/startseite_pfeil_rot.gif) no-repeat;
		background-color: #ffffff;
		padding-left: 19px;
		display: block;
		line-height: 18px;
}						
	
dl.katalog dt a:hover { 
		color: #ffffff;
		text-decoration: none;
		background: url(../images/startseite_pfeil_weiss.gif) no-repeat;
		background-color: #993333;
}			

dl.katalog dd {
	
}	

dl.katalog dd a,
dl.katalog dd a:link { 							
		color: #003300; 				
		text-decoration: none; 	
}							
	
dl.katalog dd a:hover { 
color: #669966;
}

dl.katalog dd a:visited { 							
		color: #669966; 				
		text-decoration: none; 	
}

/* Boxen rechte Spalte */

#right .boxrechts {
	border: 0px solid #993333;
        margin-bottom: 8px;
	}
#right .boxrechts h1.content {
	font-size: 10pt;
	padding-bottom: 6px;
	border-bottom: 2px solid #993333;
	margin-bottom: 6px;
	color: #993333;
	}
	
#right .boxrechts .html2 {
	
	}
	
/*   Liste mit Pressemitteilungen */

.news {
    width: 520px; 
	height: auto;
	min-height: 64px;
	overflow: visible;
	margin-bottom: 12px; 
	border-bottom: 1px solid #eeeeee; 
	padding-bottom: 6px; 
	clear: both;
	}

.newsbild {
	width: 80px;  
	float: left; 
	min-height: 60px; 
	margin-top: 4px; 
	margin-right: 0;
	}

.news h2 {
width: 424px;
font-size: 11pt; 
margin-top: 0;
margin-left: 90px;
}

h2 a.newsheadline {
font-size: 11pt; 
color: #993333; 
margin-top: 0;
}
.newssummary {
font-size: 10pt; 
color: #333333;
margin-left: 90px;
}
.newsdate {
font-size: 8pt;
margin-left: 90px;
}
.newsdate a {
color: #993333;
}

/* RSS Nachrichten Rechte Spalte */

#right h3.rss {
	color: #993333;
	border-bottom: 1px dotted #993333;
	}

#right h3.rss a {
	color: #993333;
	}

#right div.rssdescr {
	color: #333333;
	}

#right div.rssweiter {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 96%;
	text-align: right;
	}

#right div.rssweiter a {
	margin-right: 24px;
	}
	
#right div.rssfuss {
	padding-top: 6px;
	border-top: 1px solid #993333;
	color: #993333;
	width: 100%;
	text-align: right;
	}

#right div.rssfuss a {
	color: #993333;
	}

#galerie {background-color: #eeeeee; border: 1px solid #999999;}

#galerie  a { color: #333399;}

#galerie td.galerietd {background-color: #ffffff; border: 1px solid #cccccc;}