.textframe {
    /*background-image: url(bilder/logo_bakground.gif);
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center;
    */font-family: "Times New Roman", serif;
    font-size: 12pt;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-style : none;
    height : auto;
    width : 670px;
    max-width : 670px;
    min-width : 670px;
    color : yellow;
    float: inherit;
  }


.altframe {
    border-width : 3px;
    border-style : double;
    border-color : blue;
    float: inherit;
    height : auto;
    /*color : #00185F;
    */;
  }


.testframe {
    border-width : 3px;
    border-style : double;
    border-color : red;
    height : auto;
    width : auto;
    float: inherit;
    /*color : #00185F;
    */
  }


.bildframe {
    width : auto;
    border-color : red;
    background-attachment : inherit;
    background-color : inherit;
    background-image : inherit;
    background-position : inherit;
    background-repeat : inherit;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    float : inherit;
    height : auto;
  }


.pad {
    padding:8px;
  }


.pad4 {
    padding:4px;
  }


.left {
    float:left;
  }


.right {
    float:right;
  }


.none {
    float:none;
  }


.rod {
    color : #ff0000;
  }


.bla {
    color : #00185F;
  }

.gron {
    color : #57FF00;
  }

.list {
    width : 130px;
    max-width : 130px;
    min-width : 130px;
    border-style : double;
    border-width : 3px;
    background-color: blue;
    color : yellow;
  }


body {
    background-color : #00185F;
  }


.western {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color : yellow;
  }


.topname {
    font-family : "Arial", sans-serif;
    font-size : 26pt;
    font-weight: bold;
    text-align : center;
    text-decoration: underline;
    color : #ff0000;
  }

.rubrikname {
    font-family : "Arial", sans-serif;
    font-size : 20pt;
    font-weight: bold;
    text-align : center;
    text-decoration: none;
    color : yellow;
  }


.rubrik {
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    font-weight : normal;
    text-align : center;
    text-decoration : underline;
  }


.listrubrik {
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    margin-left: 0;
    text-decoration : none;
    font-weight : normal;
  }


.blink {
    text-decoration: blink;
  }


p.cjk {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
  }


ul {
    list-style-type : circle;
  }


a:link {
    color : cyan;
  }


a:visited {
    color : red;
  }


a:hover {
    color : #00ff00;
  }

