*:focus{outline:none;}/*LINKS*/
a
{
   color:rgb(50,50,50);
   font-weight:bold;
   text-decoration:none;
   font-size:100%; 
}
a:hover, a:focus, h1:hover, h1:focus
{
   color:rgb(126,126,126);
}

/*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 1px;
   position:relative;
   border-color:rgb(100,100,100);
}
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
{
   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);
}
/*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:5px;
   padding-right:5px;
   padding-left:7px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   width:auto;
   border-bottom: solid 1px rgb(172,183,193);
   overflow:hidden;
   list-style-position:outside;
   font-size:105%;}
#menu ul li ul /*Unterebene*/
{
   padding:0px;
   margin:0px;
   margin-top:0px;
   display:none;
   list-style-type:circle;
   background-color:rgb(172,183,193);
}
#menu ul li ul li /*Unterebene*/
{
   font-size:80%;
   margin:0px;
   padding:2px;
   padding-left:2px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   width:auto;
   border:none;
   overflow:hidden;
   background-image:none;
   font-size:90%;}
#menu ul li a, #menu ul li ul li a /*Links*/
{
   color:rgb(50,50,50);
   font-weight:normal; 
}
#menu ul li:hover, #menu ul li:focus /*Hauptebene*/
{
   background-image:url(../../css/cdu/background/menu_trans_h.png);}
#menu ul li ul li:hover, #menu ul li ul li:focus /*Unterebene*/
{
   background-color:rgb(172,183,193);
   background-image:none;
}
#menu ul li a:hover, #menu ul li ul li a:hover /*Links*/
{

}

/*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/cdu/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(245,245,245);
   border:solid 1px rgb(240,240,240);
   padding:2px;
   padding-left:7px;
   padding-right:7px;
   float:left;
}
/*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(220,220,220);
   border:dotted rgb(226,0,26) 1px;
   padding:1px;
}
.formularfehler
{
   border:dotted 1px;
   background-color:rgb(255,160,160);
   border:dotted rgb(0,0,0) 1px;
}

/*FIELDSET IM FORMULAR*/
.form_field
{
   padding:5px;
   border: solid rgb(100,100,100) 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(235,235,235);
}
#adresstabelle td
{
   vertical-align:top;
   padding:3px;
   border-color:rgb(255,255,255);
}
#adresstabelle tr
{
   background-color:rgb(250,250,250);   
}
#adresstabelle tr:hover, #adresstabelle tr:focus
{
   background-color:rgb(240,240,240);
}

/*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:bold;
   color:rgb(26,26,26);
   font-size:110%;
   padding:2px;
   padding-left:5px;
   padding-right:5px;
   margin-bottom:0px;
   background-color:rgb(172,183,193);
}
.fielddiv /*Content*/
{
   clear:left;
   margin:0px;
   padding:5px;
   background-color:rgb(255,255,255);
   border: solid rgb(172,183,193) 1px;
}

/*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: 1px 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/cdu/siteimg/smtm.gif) no-repeat 0% 0%;
}
DIV#sitemap LI.last 
{
   background: url(/css/cdu/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/cdu/siteimg/smim.gif) repeat-y 0% 0%;
}
DIV#sitemap UL.last 
{
   background-image: none;
}
#zufallsbild_sitemap
{
   float:right;
   margin-top:15px;
   margin-right:15px;
}



