/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */

.legendmain {
  background-color: #000066;
  padding: 0.5em;
  font-size: 90%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.mainevent 
.mainevent a
.mainevent a:aktiv {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-decoration: none;
  border: 0px none Blue;
  color: #FFFFFF;
}

.location-event {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-decoration: none;
  border: 0px none Blue;
}

.termineBody,
.termineBody a{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-decoration: none;
  border: 0px none Blue;
  color: #FFFFFF;
}

.termineBody img {
  border: 0px none Blue;
}


fieldset {
border: 1px solid #D8DD9D;
margin: 1em 0em 1em 0em;
padding: 0em 1em 1em 1em;
line-height: 1.5em;
width: auto;
font: Arial;
}
  

#linkmain,
#linkmain a,
#linkmain a:active,
#linkmain a:visited {
   text-decoration: none;
   border: 0px none red;
}

/* ---------------- Font & Texte -------------- */

h1 {
font-size: 160%;
color: #D8DD9D;
text-align: right;
}


/* ---------------- Fusszeile -------------- */

#portal-footer {
  font: Verdana, Lucida, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 100%;
  border-top: 4px solid White;
  background-color: #000066;
  float: none;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}


#footer-columns {
    width: 100% !important;
    border: 1px;
}

#footerL,
#footerL a,
#footerL a:active,
#footerL a:visited {
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    width: 18em;
}

#footerM,
#footerM a,
#footerM a:active,
#footerM a:visited {
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footerR 
#footerR a,
#footerR a:active,
#footerR a:visited {
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 16em;
}

/* ---------------- Portlet & Portlet Personal Bar -------------- */

.portletPB {
    padding: 0px 0px 0px 10px;
}

.portlet h5 {
    border: 0px none White;
    background: transparent;
    visibility: hidden;
    height: 0em;
}

.portletBody {
   background: transparent;
   border: 0px none red;
}


#symbol{
   padding: 0em 0em 0em 0em;
   margin: 0em 0em 0em 0em;
   width:100px; 
   height:100px;
   border-bottom: 1px solid #000066;
   border-right: 1px solid #000066;
   border-top:  1px solid #000066;
}


#portal-top {
/* Top section */
    margin: 0;
    padding: 0;
    background-image: url(http://www.kyk.at/backgroundtop.gif);
}

#portal-logo {
   background: url(http://www.kyk.at/logo.jpg) no-repeat;
   border: 0;
   margin: 0px 0px 0px 20px;
   padding: 0;
}

/* ---------------- Navigation -------------- */

.navItemText {
     margin-left: 0px;
}

.navRootItem,
.navItem {
   margin: 0px 0px 0px 10px;
   border: 1px solid #F4F5E7;
   display: block;
   background-repeat: no-repeat;
   background-position: 0 1px;
   padding: 0.3em 0.25em 0.3em 0.2em;
   margin: 1px 0;
}

.currentNavItem,
#portlet-navigation-tree a:hover {
   background-color: #D8DD9D;
   color: #436976;
   border: 1px solid #D8DD9D;
}


navLevel1 {
    margin-left: 0em;
}

.navLevel2 {
    margin-left: 1em;
}

.navLevel3 {
    margin-left: 2em;
}

.navLevel4 {
    margin-left: 3em;
}

.navLevel5 {
    margin-left: 4em;
}

.navLevel6 {
    margin-left: 4.5em;
}

.navLevel7 {
    margin-left: 5em;
}

.navLevel8 {
    margin-left: 5.5em;
}




/*  */


