
/* Standard-CSS fuer www.turner-syndrom.de */
/* style.css */
/* Wichtige Farben
uts-orange = #fc7216
blau-komplementär = #038DE9        (3,141,233)
linkblau=#003773

navibreite = 200px

#FC7216 - uts-orange
#F9B388 - dunkler textkopf
#F9D6C1 - heller texthintergrund

*/


body {
    background-color : #777777;
    color : #000000;
    font-family : Verdana, Arial, sans-serif;
    font-size : 11pt;
    margin : 0px;
    padding : 0px;
    text-align: center;
  }


h1 {
    font-size : 17pt;
    margin-top : 0px;
  }


h2 {
    font-size : 14pt;
    margin-top : 0px;
  }


h3 {
    font-size : 12pt;
    margin-top : 0px;
  }


h4 {
    font-size : 12pt;
    margin-top : 0px;
    text-decoration : underline;
  }


h5 {
    font-size : 11pt;
    margin-top : 0px;
  }


p {
    margin-top : 0px;
  }


p.pnavi {
    margin-bottom : 5px;
    padding-left : 5px;
    border : 1px solid #fc7216;
    font-size : 11pt;
  }


img {
    border : none;
  }


hr {
    background-color : #fc7216;
  }


hr.halblinks {
    background-color : #fc7216;
    margin-left : 0;
    text-align : left;
    width : 50%;
  }


a {
    color : #003773;
    text-decoration : underline;
  }


a:link {
    color : #003773;
    text-decoration : underline;
  }


a:visited {
    color : #003773;
    text-decoration : underline;
  }


a:hover {
    color : #fc7216;
    text-decoration : underline;
  }


a:active {
    color : #003773;
    text-decoration : none;
  }


#navi {
    margin : 0px 0px 5px 0px;
    padding: 0px 0px 0px 5px;
    border:1px solid #fc7216;
    font-size : 11pt;
    line-height : 20px;
  }


#navi dt {
    color: #fc7216;
  }


#navi a {
    color: #000000;
    text-decoration : none;
  }


#navi a:hover {
    text-decoration : underline;
    color : #fc7216;
  }


div#layout {
    margin : 0px auto;
    padding: 5px;
    max-width : 980px;
    min-width : 650px;
    border:1px solid #fc7216;
    border-top: 0;
    text-align : left;
    background: white;
  }


div#kopf {
    margin : 0px 0px 5px 0px;
    padding : 0px;
    background-color : #fc7216;
    background-image : url('images/banner-bkg.gif');
    background-repeat : repeat-x;
    height: 128px;
    overflow : hidden;
  }


div#spaltelinks {
    float : left;
    margin : 0px 5px 5px 0px;
    padding: 0px;
    width : 200px;
  }


div#inhalt {
    margin : 0px 0px 5px 210px;
    padding : 0px;
    /* border : solid 1px #fc7216;
    */ min-height : 500px;
  }


div#fuss {
    clear : both;
    margin : 0px;
    padding: 5px;
    height : 20px;
    font-size : 9pt;
    border-top : dotted 1px #fc7216;
  }


div.in-kolumne {
    float : right;
    margin : 0px 0px 5px 5px;
    padding: 0px;
    width : 30%;
  }


p.col-kopf {
    margin : 0px 0px 1px 0px;
    padding : 3px 5px 3px 5px;
    font-size : 12pt;
    font-weight: bold;
    color : #ffffff;
    background-color : #fc7216;
    background-image : url('images/col-kopf-bkg.gif');
    background-repeat : repeat-x;
    background-position : center ;
  }


p.col-text, div.rand {
    margin : 0px 0px 5px 0px;
    padding: 5px;
    /* text-align : justify; */
    border:solid 1px #fc7216;
    font-size : 11pt;
  }


div.box {
    margin : 0px 0px 5px 0px;
    padding : 5px;
    border : solid 1px #fc7216;
    background-color : #F9D6C1;
    width : 68%;
  }


p.boxtitel {
    padding-left : 5px;
    background-color : #F9B388;
    color : #000000;
    font-size : 12pt;
    line-height : 23px;
  }


p.boxtext {
  }


table.liste {
    margin : 0px 0px 5px 0px;
    background-color : #F9D6C1;
    border : solid 1px #fc7216;
  }


table.liste th {
    background-color : #F9B388;
    text-align : left;
  }


table.liste td {
    padding-bottom : 5px;
    vertical-align : top;
    border-bottom : solid 1px #fc7216;
  }

.terminkopf {
    width : 20%;
    background-color : #F9B388;
    font-weight : bold;
  }

.pcenter {
    text-align : center;
  }


.pjustify {
    text-align : justify;
  }


.bildrechtsfluss {
    float : right;
    margin-left : 10px;
    vertical-align : middle;
  }

.bildlinksfluss {
    float : left;
    margin-right : 10px;
    vertical-align : middle;
  }

.fett {
    font-weight : bold;
  }


.copyright {
    font-size : xx-small;
  }
