*:focus{outline:none;}/*LINKS*/
a
{
   font-weight:bold;
   /*color:rgb(130,0,140);*/
   color:rgb(0,155,224);
   text-decoration:none;
}
a:hover, a:focus, h1:hover, h1:focus
{
   /*color:rgb(230,0,106);*/
   color:rgb(230,0,106);
}

/*BILDER*/
img
{
   border:solid 0px;
}

/*TABELLEN*/
table
{
   padding:0px;
   margin:0px;
   border-collapse:collapse;
   font-size:100.1%;
}
td
{
   vertical-align:top;
   border:solid 1px;   
   padding:2px;
   border-color:rgb(100,100,100);
}
th
{
   font-weight:bold;
   vertical-align:top;
}

/*ÜBERSCHRIFT*/
h1
{
   font-size:165%;
   margin-top:15px;
   margin-bottom:10px;
}
h1:hover, h1:focus
{
   color:rgb(126,126,126);
}

/*ABSATZ*/
p
{
   margin-top:5px;
   margin-bottom:5px;
}

/*FIELDSET*/ /*Nur für Fehlermeldungen*/
fieldset
{
   margin:0px;
   padding:3px;
   padding-top:0px;
   margin-top:10px;
   margin-bottom:10px;
   border: dotted 2px;
   position:relative;
   border-color:rgb(230,0,106);
}
fieldset legend
{
   font-weight:bold;
   font-size:110%;
   padding-left:3px;
   padding-right:3px;
   color:rgb(26,26,26);
   background-color:rgb(255,255,255);
}
fieldset div
{
   padding:2px;
   position:relative;
   background-color:rgb(250,250,250);
}

/*LINIE*/
hr
{
   /*width:100%;*/
   height:0;
   border-color:rgb(180,180,180);
   color:rgb(180,180,180);
   background:rgb(180,180,180);
}

/*FETT*/
strong
{
   color:rgb(50,50,50);
}
/*BODY*/
body
{
   margin:0px;
   padding:0px;   
   font-family:Verdana,arial;
   color:rgb(20,20,20);
   background-color:rgb(255,255,255);
   font-size:14px;line-height:21px;}

/*BODY*/
#body
{  
   margin-left: -512px;  
   position:absolute; 
   left: 50%; 
   text-align: left;
   width:1024px;
   padding:0px;
   margin-top:0px;
   top:0px;
   background-image:url(../../css/kirche/background/main_back.png);
}

/*KOPF*/
#kopf
{
   width:1024px;
   height:112px;   
   margin:0px;
   margin-top:0px;
   padding:0px;
   background-image:url(../../css/kirche/background/kopf.png);
}

/*NAVIGATION*/
#navi
{
   overflow:hidden;
   height:23px;
   line-height:38px;
   background-position:top left;
   background-repeat:no-repeat;
   border: solid 0px #000;
   text-align:right;
   font-size:90%;
   background-image:url(../../css/kirche/background/navi.png);
   padding-left:33px;
   padding-right:33px;
   border:solid 0px rgb(0,0,0);
   margin-top:0px !important; /*NOT IE6*/
   margin-top:-2px;           /*IE6*/
}

/*MENU*/
#menu
{
   margin-top:6px;
   width: 168px;
   float:left;
   position:relative;
   left:25px;
   padding:0px;
}
#menu_border_o, #menu_border_u, #menu_o, #menu_u
{
   display:none;  
}

/*BANNER*/
#banner
{
   display:none;
   margin-top:10px;
   width: 168px;
   float:left;
   position:absolute;
   left:25px;
   padding:0px;
   top:500px;
}

/*MAIN*/
#main
{
   margin:5px;
   margin-top:5px;
   margin-left:200px;
   margin-right:33px;
}

/*FUSS*/
#fuss
{
   height:70px;
   padding-left:33px;
   padding-right:33px;
   text-align:center;
   position:relative;
   clear:both;
   background-image:url(../../css/kirche/background/fuss.png);
   background-repeat:no-repeat;
   font-size:95%;
}

/*MENUListe*/
#menu ul /*Hintergrund*/
{
   padding:0px;
   margin:0px;
   margin-top:0px;
   margin-right:0px;
   list-style-type:none;
}
#menu ul li /*Hauptebene*/
{
   margin:0px;
   padding:3px;
   padding-right:5px;
   padding-left:5px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   width:auto;
   border-bottom: solid 2px rgb(245,165,0);
   overflow:hidden;
   list-style-position:outside;
   font-size:110%;}
#menu ul li ul /*Unterebene*/
{
   padding:0px;
   margin:0px;
   margin-top:0px;
   display:none;
   list-style-type:circle;
}
#menu ul li ul li /*Unterebene*/
{
   margin:0px;
   padding:2px;
   padding-left:5px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   width:auto;
   border:none;
   overflow:hidden;
   list-style-position:inside;
   background-image:none;
   font-size:90%;}
#menu ul li a /*Links*/
{
   /*color:rgb(130,0,140);*/
   color:rgb(0,155,224);
   font-weight:bold;
}
#menu ul li ul li a
{
   font-weight:normal;
}
#menu ul li:hover, #menu ul li:focus /*Hauptebene*/
{
   background-color:rgb(198,230,247);
}
#menu ul li ul li:hover, #menu ul li ul li:focus /*Unterebene*/
{
   
}
#menu ul li a:hover, #menu ul li ul li a:hover /*Links*/
{
   color:rgb(230,0,106);
}

/*Hotkeys*/
#menu ul .red 
{
   color:rgb(250,50,50);
   background-image:none;
}
#menu ul .green 
{
   color:rgb(50,200,50);
   background-image:none;
}
#menu ul .blink 
{
   color:rgb(250,50,50);
   background-image:url(../../css/kirche/background/blink.gif);
   background-position: left 0px;
}
   
/*ACTIVEMENU*/
#menu ul #activemenu ul
{
   display:block;
}
.adressblock
{
   width:100%;
}
.adressblock div
{
   overflow:hidden;
}
.adresse
{
   background-color:rgb(254,250,226);
   border:solid 1px rgb(245,165,0);
   padding:2px;
   padding-left:7px;
   padding-right:7px;
   float:left;
   -moz-border-radius:10px;
   -khtml-border-radius:10px;
   -webkit-border-radius:10px;
   -o-border-radius:10px;   
}
/*FORMULARE*/
form
{
   margin:0px;
   padding:0px;
}
input, select
{
   background-color:rgb(250,250,250);
   border:solid rgb(200,200,200) 1px;
   padding:1px;
}
input[disabled]
{
   color:rgb(150,150,150);
}
input:focus, select:focus
{
   border:dotted 1px;
   padding:1px;
   background-color:rgb(245,245,245);
   border:dotted rgb(230,0,106) 1px;
   padding:1px;
}
.formularfehler
{
   background-color:rgb(245,165,0);
   border:solid rgb(230,0,106) 1px;
}

/*FIELDSET IM FORMULAR*/
.form_field
{
   padding:5px;
   border: solid rgb(120,180,60) 1px;
}
.form_field legend
{
   font-weight:bold;
   color:rgb(26,26,26);
   font-size:110%;
   padding-left:3px;
   padding-right:3px;
   }

/*Kalender*/
.kalender
{
   display:inline;
   margin:5px;
   text-align:center;
   border-spacing:10px;
}
.kalender caption
{
   font-size:115%;
   font-weight:bold;
}
.kalender td
{
   font-size:110%;
   padding:4px;
   border:1px solid rgb(255,255,255);
}
#termin
{
   font-weight:bold;
   color:rgb(255,0,0);
}
.sonntag
{
   font-weight:bold;
}
#heute
{
   color:rgb(255,0,0);
}

/*EVENTS UND ADRESSTABELLE*/
#adresstabelle
{ 
   text-align:left;
   width:100%;
}
#adresstabelle th
{
   border: solid 1px;
   font-size:110%;
   padding:4px;
   border-color:rgb(255,255,255);
   background-color:rgb(245,165,0);
   color:rgb(255,255,255);
}
#adresstabelle td
{
   vertical-align:top;
   padding:3px;
   border-color:rgb(255,255,255);
   border:none;
   border-bottom:solid 1px rgb(245,165,0);
}
#adresstabelle td a
{   
   font-weight:bold;
}
#adresstabelle tr
{
   /*background-color:rgb(245,245,245);*/
   border-bottom:solid 1px rgb(245,165,0);
}
#adresstabelle tr:hover, #adresstabelle tr:focus
{
   background-color:rgb(148,221,252);
}

/*DOWNLOADLISTE*/
#downloadliste
{
   /*float:left;*/
   margin-right:15px;
   padding:0px;
   text-align:left;
}
#downloadliste ul
{
   list-style-type:none;
   margin:0px;
   padding:0px;
   width:auto;
   border: none;
   list-style-position:outside;
}
#downloadliste ul li
{
   list-style-type:none;
   margin:0px;
   padding-top:2px;
   padding-left:5px;
   margin-left:5px;
   margin-right:10px;
   margin-top:1px;
   width:auto;
   border: none;
   border-bottom:1px solid;
   list-style-position:outside;
   border-bottom-color:rgb(200,200,200);
}
#downloadliste ul li:hover
{
   background-color:rgb(235,235,235);
}

/*STARTSEITE*/
.divfieldindex
{
   float:left;
   padding:0px;
   margin:0px;
   border: solid rgb(0,0,0) 0px;
   position:relative;
}
.fieldsetdiv /*Rahmen*/
{
   margin:5px;
   margin-top:5px;
   margin-bottom:15px;
   background-color:transparent;
}
.legenddiv /*Überschrift*/
{
   position:relative;
   top:0px;
   font-weight:bolder;
   color:rgb(255,255,255);
   font-size:120%;
   padding:2px;
   padding-left:5px;
   padding-right:5px;
   margin-bottom:0px;
   text-align:left;
   border-bottom:solid 1px rgb(255,255,255);
   background-color:rgb(245,165,0);
}
.fielddiv /*Content*/
{
   clear:left;
   margin:0px;
   padding:0px;
}

/*Terminliste generiert*/
.terminliste
{
   list-style-type:none;
   margin:0px;
   padding:0px;
   position:relative;
} 

/*Quicklinkliste generiert*/
.quicklinkliste
{
   list-style-type:none;
   margin:0px;
   padding:0px;
}
.quicklinkliste li
{
   border-bottom: 0px solid rgb(50, 50, 50);
   margin-bottom: 1px; 
   padding-bottom: 1px;
}
.quicklinkliste li img
{
   vertical-align: middle;    
}

/*SITEMAP*/
DIV#sitemap 
{
   line-height: 20px;
   margin-left:50px;
}
DIV#sitemap LI 
{
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
}
DIV#sitemap LI 
{
   background: url(/css/kirche/siteimg/smtm.gif) no-repeat 0% 0%;
}
DIV#sitemap LI.last 
{
   background: url(/css/kirche/siteimg/smlm.gif) no-repeat 0% 0%;
}
DIV#sitemap UL 
{
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}
DIV#sitemap UL 
{
   background: url(/css/kirche/siteimg/smim.gif) repeat-y 0% 0%;
}
DIV#sitemap UL.last 
{
   background-image: none;
}
#zufallsbild_sitemap
{
   float:right;
   margin-top:15px;
   margin-right:15px;
}


/*UNSICHTBAR*/
.unsichtbar
{
   display:none;
}
.nur_druck
{
   display:none;
}
.nur_handy
{
   display:none;
}

/*****QUICKBUTTONS*****/
#quickbuttons
{
   float:left;
   padding-top:0px;
}
#quickbuttons a
{
   font-weight:normal;
}
#quickbuttons a:hover
{
   text-decoration:none;
}

/*****SUCHE*****/
#suche
{
   float:right;
   margin:0px;
   padding:0px;
   border:0px;
   position:relative;
   top:0px !important; /*NOT IE6*/
   top:0px;           /*IE6*/
}
#suche_f /*Formular*/
{  
   margin:0px;
   padding:0px;
   display:inline;
}  
#suche_f a img
{
   margin:0px;
   padding:0px;
   border:0px;
   padding-top:0px;
}
#suche_f input
{
   font-size:11px; 
   margin:0px;
   background-color:rgb(250,250,250);
   display:inline;
   border: 0px none;
   position:relative;
   top:-8px;
}

/*****Schriftgröße*****/
#fontsize
{
   float:right;
   margin:0px;
   padding:0px;
   border:0px;   
   padding-top:0px;
}

/*****Sprache*****/
#lang
{
   display:none;
   float:right;
}
#lang img /*Flagge ohne Link*/
{
}
#lang a img /*Flagge mit Link*/
{
}
#lang .de
{
}
#lang .en
{
}
#lang .cz
{
}

/*DOCUMENTINFO*/
#doc_info
{
   margin-left:0px;
   margin-right:-8px;
   margin-top:0px;
   padding:1px;   
   border-bottom:solid rgb(245,165,0) 2px;
}
#doc_info, #doc_info a
{
   font-size:95%;
   color:rgb(130,0,140);
}
#doc_info a:hover, #doc_info a:focus
{
   color:rgb(230,0,106);
}
#doc_info_navi /*Navigations Pfeile durch Ebenen*/
{
   float:right;
   position:relative;
}
#doc_info_navi img
{
   vertical-align:middle;
   position:relative;
}

/*SUBMENU*/
.submenu
{
   
}
.submenu ul
{
   padding:0px;
   margin-left:0px;  
}
.submenu ul li
{
   display:inline;
   list-style-type:none;
   font-size:90%;
   padding:0px;
   margin:0px;
}
.submenu ul li, .submenu ul li a
{
   color:rgb(100,100,100);
}   
.submenu ul li a:hover, .submenu ul li a:focus
{
   color:rgb(126,126,126);
}

/*FUSSZEILE*/
#fusszeile
{
   bottom:0px;
   left:0px;
   text-align:center;
   margin-top:auto;
   margin-bottom:auto;
}
#fusszeile hr
{
    display:none;
}
#fusszeile a
{
   font-weight:bold;
   color:rgb(255,255,255);   
}
#fusszeile a:hover
{
   font-weight:bold;
   color:rgb(245,165,0);
}
#W3C
{
   display:none;
   text-align:right;
   margin-right:5px;
}

/*Datum*/
.datum
{
   font-size:85%;
   color:rgb(230,0,106);
}

.front_red
{
   color:rgb(230,0,106);
}
