/*DRUCKVorschau- nach CSS Valitator online - 2007.06.08 */
/* AKTUELL::::::::::::::::::::::* 8.06.2007 */
/*Ergänzt: Gottesdienst-Tabelle - CSS :::::::::::::::::::*/


#body {
margin : 0;
padding : 0;
background : white;
font : 80% verdana, arial, sans-serif;
}
#kopfzeile {
display : none;
}

/*Link und Zeichenoptionen:::::::::::::::::::::::::::*/



.internetlink {
background-image : url('../content/grafiken/icons/internet.gif');
background-repeat : no-repeat;
padding : 0 0 0 25px;
}
.externerlink {
background-image : url('../content/grafiken/icons/externer_link.gif');
background-repeat : no-repeat;
padding : 0 0 0 15px;
}
.internerlink {
background-image : url('../content/grafiken/icons/internlink.gif');
background-repeat : no-repeat;
padding : 0 0 0 20px;
}


.obenlink {
background-image : url('../content/grafiken/icons/obenswro.gif');
background-repeat : no-repeat;
padding : 0 0 0 20px;
}
/*         padding: Abstand nach oben nach links nach unten nach rechts*/


.untenlink {
background-image : url('../content/grafiken/icons/untenswro.gif');
background-repeat : no-repeat;
padding : 0 0 0 30px;
}
/*         padding: Abstand nach oben nach links nach unten nach rechts*/


.pdf-logo {
background-image : url('../content/grafiken/icons/icon_pdf.gif');
background-repeat : no-repeat;
padding : 0 0 0 30px;
}
/*         padding: Abstand nach oben nach links nach unten nach rechts*/

.pdf12-logo {
background-image : url('../content/grafiken/icons/12icon_pdf.gif');
background-repeat : no-repeat;
padding : 0 0 0 20px;
}


/*Allgemeine Schriftoptionen:::::::::::::::::::::::::::*/



h1 {
font-family : "Century Gothic", Arial, Helvetica;
font-size: 18pt;
text-align: center;
}



h2 {
font : bold 16px Arial;
letter-spacing : 0.1em;
margin-top : 6px;
margin-left : 20px;
color : #993300;
}
h3 {
font : bold 17px "Century Gothic";
margin-left : 10px;
}
h4 {
font : bold 12px Arial;
margin-left : 10px;
}



/* Besondere Schriftformen - Alte Seite::::::::::::::::::::::::::
 - prüfen ob Raute '#' gebraucht wird */


#A {
background-color : #ff0000;
font-family : Times, "Times New Roman", Serif;
font-size : 8pt;
text-align : left;
}
#E {
background-color : #ff0000;
font-family : Times, "Times New Roman", Serif;
font-size : 8pt;
text-align : right;
}
#n {
font-size : 8pt;
text-align : center;
color : #0606ff;
background : #ffffff;
}
#c {
font-size : 6pt;
text-align : center;
color : #0000ff;
background : #c0c0c0;
}
#Tab {
font-family : Arial, Verdana, Helvetica;
font-size : 8pt;
}
.Tab8 {
font-family : Arial, Verdana, Helvetica;
font-size : 8pt;
}
.Tab11 {
font-family : Arial, Verdana, Helvetica;
font-size : 11pt;
}
 /*Seitencontainer Beginn! ::::*/

#seitencontainer {
margin : auto;
width : 90%;
text-align : left;
background-color : #ffffff;
/*border : 1px solid #676767;*/
}


/* Navigationleiste links ::::::::::::::::::*/
/*
#navileiste {
display : none;
}
#menu {
display : none;
visibility : hidden;
}
#menu li {
display : none;
visibility : hidden;
}
#menu li a, #menu li a:visited {
display : none;
visibility : hidden;
}
#menu li dd {
display : none;
visibility : hidden;
}
#menu li:hover, #menu li a:hover {
display : none;
visibility : hidden;
}
#menu li:hover dt a, #menu li a:hover dt a {
display : none;
visibility : hidden;
}
#menu li:hover dd, #menu li a:hover dd {
display : none;
visibility : hidden;
}
#menu li:hover dl, #menu li a:hover dl {
display : none;
visibility : hidden;
}

*/

#inhalt {
top : 15px;
left : 16px;
/*position : absolute;*/
float : left;
height : auto;
color : black;
background : white;
margin : 0 0 0 0;
border-left : 2px;
}




#n {
font-size : 8pt;
text-align : center;
color : #0606ff;
background : #ffffff;
}
#c {
font-size : 6pt;
text-align : center;
color : #0000ff;
background : #c0c0c0;
}
#A {
background-color : #ff0000;
font-family : Times, "Times New Roman", Serif;
font-size : 8pt;
}
#E {
background-color : #ff0000;
font-family : Times, "Times New Roman", Serif;
font-size : 8pt;
text-align : right;
}
#Tab {
font-family : Arial, Verdana, Helvetica;
font-size : 8pt;
}

/* tabelle für die Gottesdienstordnung  und für regelmäßige Termine *************/


.Tab8 {
font-family : Arial, Verdana, Helvetica;
font-size : 8pt;
}


.Tab11 {
font-family : Arial, Verdana, Helvetica;
font-size : 11pt;
}


#tagestitel {
font-family : Times New Roman;
font-size : 1em;
text-align : left;
font-weight: bold;
//* float: right;*//
margin-right: 5px;
 }




#tabelle {                                     			/*für div-Container*/

          }

#tabelle table {
	font-family : Arial, Verdana, Helvetica;
	font-size : 11pt;
         color:#000;
         background-color: #e3e8f3;
         width:100%;
         table-layout:fixed;
         }

#tabelle caption {						/*für Tabellenüberschrift:caption*/
         font-size: 110%;
         padding-top:0.4em;					/*Innenabstand oben!*/
         margin-bottom:0.1em;                    		/* Außenabstand: Rand unten!*/
         font-family: Arial;                                     /*Schrift: Familie....*/
         font-weight:bold;                                       /*Schrift: Gewicht ...*/
         text-align: left;                                       /*Textausrichtung ....*/
         color: #000000;                                           /*Textfarbe ...*/
         background-color:#ffd700;                               /*Hintergrund*/
         border:0.1px solid #e3e8f3;              		/*Rand, dicke, farbe, gesaltung*/
         }

#tabelle tr {
         vertical-align:top;
         line-height: 110%;  					/*Zeilenabstand!*/
         padding:0.1em;
         margin:0.1em;
         }

#tabelle tr.tr_0 {color:#000;background-color: #ffd700; } 	/*neue Farben */
#tabelle tr.tr_1 {color:#000;background-color: #ffd000; }

#tabelle td {
         padding:0;
         padding-bottom:0.3em;
}

#tabelle td.ort {
         width:25%;
         padding-right:0.1em;
         padding-left:0.1em;
         font-family: Arial;
         font-size:11pt;
         font-style:italic;
         text-align:right;
         }

#tabelle td.zeit {
         width:15%;
         font-family: Arial;
         font-size:11pt;
         text-align:right;
         padding-right:0.1em;
         padding-left:0.1em;
         }

#tabelle td.text {
         font-family: Arial;
         font-size:11pt;
         text-align:left;
         padding-right:0.1em;
         padding-left:0.1em;
         }
/* nur für Hügelsheim*/
/*neu: Hügelsehim */
#tabelle td.tag {
         width:15%;
         padding-right:0.1em;
         padding-left:0.1em;
         font-family: Arial;
         font-size:9pt;
         text-align:right;
         }

#tabelle td.datumk {
         width:10%;
         font-family: Arial;
         font-size:9pt;
         text-align:right;
         padding-right:0.1em;
         padding-left:0.1em;
         }

#tabelle td.uhr {
         width:10%;
         font-family: Arial;
         font-size:9pt;
         text-align:left;
         padding-right:0.1em;
         padding-left:0.1em;
         }

#tabelle td.gd {
         font-family: Arial;
         font-size:10pt;
         text-align:left;
         padding-right:0.1em;
         padding-left:0.1em;
         }



#tabelle caption span {                                   /* Angabe Evangelium und Lesung */
         font-family: Arial;
         font-weight:normal;
         font-size:11pt;
         }

#tabelle caption span.schrifttext {                           /*Ausgabe für Schrifttext*/
	 font-family : Times New Roman;
	 font-size : 10pt;
	 font-style : italic;
	 text-align : left;
}


#tabelle caption span a, #tabelle caption span a:link {   /* Link auf Evangelium  */
         color:#black;
         background-color: #aadd700;
         }

#tabelle caption span a:hover, #tabelle caption span a:activ  {
         color:#black;
         background-color:#aadd700;
         }

/* Ende tabelle für die Gottesdienstordnung  */



#fusszeile {
display : none;
visibility : hidden;
}
