/*
  custom.css � custom styles for Cutline that YOU define
  ------------------------------------------------------

  This stylesheet will allow you to futureproof your
  changes against future releases and upgrades. I know
  you work hard on your modified styles, and I don't
  want you to feel like every upgrade is a total drag!

*/

.orange{
   color: #FF7700;
}

.underline{
  background: url('images/hr_dot_black.gif') repeat-x;
}


div#sidebar{
    width:240px;
    margin-left:0px;
    margin-right:30px;
    padding-left:0px;
}


div.sidebar-headline{
    color:#000000;
    font-family:Helvetica,Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    border-top:2px solid #000;
    background: url('images/hr_dot_black.gif') repeat-x bottom;
}

ul.menue{
    font-size:13px;
    font-weight:bold;
    list-style-type:none;
    margin-bottom:30px;
    padding-top:5px;
}

.menue-top-level{
  margin-bottom:10px;
}

a.menue-top-text{
    font-family:arial,sans-serif,verdana;
    color: #9c2429;
    text-decoration:none;
}

ul.mencat{
   list-style-type:square;
   margin-left:20px;
   font-size:15px;
}

ul.mencat li{
  line-height:16px;
  padding-top:8px;
}

a.sublevel-text{
    text-decoration:none;
    font-size:14px;
    font-weight:normal;
}






