
/*CSS File fr Sigrist Walter Kabelanlagen Sarnen*/



body {
    background-color : #fffff7;
    border-bottom-color : #ff0900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #FF0900;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #FF0900;
    border-right-style : solid;
    border-right-width : 1px;
    font-family : arial;
    font-size : 11px;
    margin-left : 10px;
  }


.titel_fett {
    background-color : #FF0900;
    color : #ffffff;
    font-family : arial;
    font-size : 16px;
    font-weight : bold;
    padding-left : 9px;
  }


.titel {
    background-color : #FF0900;
    color : #ffffff;
    font-family : , Arial;
    font-size : 12px;
    font-weight : bold;
    padding-left : 10px;
  }


.text {
    font-family : arial;
    font-size : 11px;
    margin-left : 10px;
  }


a:link, a:visited, a:active {
    color:#000000;
    text-decoration:none;
  }


a:hover {
    color:#ff0000;
  }

