/* CSS-Style-Sheet fuer den Web-Server des LRZ */ 
/* UK 2003/2004 */

#raab { 
background: none;
background-color: #ffffff;
color: black;
}

.hide  {
display: none;
}

body.parent, body.document, body.home, body.persons {
background: transparent url("/styles/img/verlauf-sch.jpg");
background-repeat: repeat-x;
font-family: sans-serif;
background-color: #ffffff;
/*background-color: #fff5cc;*/
color: black;
}

a:link { 
text-decoration: none;
/*color: #ac5929;*/
color: #4455bb;
}
a:visited { 
text-decoration: none;
/*color: #ac5929;*/
color: #6699bb;
}
a:hover, a:active {
text-decoration: underline;
background-color: #ebed6e;
/*color: #ac5929;*/
color: #0055ff;
}
a.foreignsite { 
text-decoration: underline;
color: red;
}

a:hover[name],a:active[name] { 
text-decoration: none; 
}


/*h1, h2, h3, h4, h5, h6, th, dt*/
h1, h2, h3, h4, h5, h6	{
font-weight:	bold;
font-style: oblique;
color: #7b3c20;
}

#parenttext {
}
#header, #footer {
}

#header-css { 
display: none;
/*background: transparent url("/buttons/logo-lrz-kl.gif") left top ;
background-repeat: no-repeat;
}
#parent-above, #title { 
margin-left: 55px;
}
#name-lrz { 
display: none; */
}

#header-table { 
}

#footer-css { 
display: none;      
}

#footer-table { 
}

#footer { 
width: 100%;
}

#footer h2 { 
display: none; 
}

a.navbutton {
background-color: #ffffcc;
font-weight: bold;
/*text-transform: uppercase;*/
padding-top: 0.5em;
padding-right: 1.5em;
padding-left: 1.5em;
padding-bottom: 0.5em;
}


/* Wenn moeglich Definition List dl statt Tabelle verwenden, dazu die Klasse table spezifizieren */
/* UK 2006-01-03 */
dl.table   { 
      margin: 20px 30px 0 30px; 
      background-color: #ffffcc;
      color:#000000;
      border-style: solid;
      border-width: 1px;
      }

dt.table { white-space: nowrap;
      margin-top: 0.8em;
      margin-left: 2px;
      margin-right: 0px;
      background-color: #ffffcc;
      color:#000000;
      font-weight: bold;
      text-align: left;
      }

dd.table { background-color: #ffffee;
      color:#000000;
      margin-left: 210px;
      margin-right: -1px;
      margin-bottom: 10px;
      margin-top: 0px;
      border-style: solid;
      border-width: 1px;
      }



