#tutto {
    text-align:left;
    width:800px;
    margin:0 auto;
    border-color: #192C76; border-style: double;
    background-color:#FFFFFF; /* Innenfarbe */
}
#logo {
    /* height: 160px;*/
    float:left;
    margin-bottom:0px;            /* Außenabstand unten  */
    margin-right:0px;             /* Außenabstand rechts */
    font-size:10pt;                /* font-size innerhalb der Box */
 }

#banner {
    margin-bottom:0px;            /* Außenabstand unten  */
    margin-right:0px;             /* Außenabstand rechts */
    }
    
#menu {
    height: 600px; 
    width: 230px; 
    float:left;
    font-size:10pt;                /* font-size innerhalb der Box */
 }

#menu ul {
   list-style:none;               /* keine Aufzählungspunkte */
}

#menu li {
    width:120px;                     /* Breite des Links  */
    text-align:center;               /* innen-Textausrichtung     */
    background-color: #274198;       /* Hintergrundfarbe   */
    border-top:5px #3352BA solid;    /* Rahmenfarbe Auflistungpunkt oben */
    border-left:5px #3352BA solid; /* Rahmenfarbe Auflistungpunkt oben */
    border-bottom:5px #3352BA solid;   /* Rahmenfarbe unten  */
    border-right:5px #3352BA solid;   /* Rahmenfarbe unten  */
    color:white;
    margin-top:10px;               /* Außenabstand oben  */
    padding-top:5px;               /* Innenabstand oben  */
    padding-bottom:5px;            /* Innenabstand unten */
    padding-right:5px;             /* Innenabstand rechts */
}

#menu a:link    {color:#00C8FF; text-decoration:none;}
#menu a:visited {color:#00C8FF; text-decoration:none;}
#menu a:focus   { color:orange; text-decoration:none;}
#menu a:hover   { color:orange; text-decoration:none;}
#menu a:active  { color:#FAFA38; text-decoration:none;}

#kopf {
    text-align:left;               /* Textausrichtung     */
    margin-left: 240px;
    width: 550px;
}

#mitte {
    height: 520px; 
    text-align:left;               /* Textausrichtung     */
    padding-top:15px;               /* Innenabstand oben  */
    padding-bottom:5px;            /* Innenabstand unten */
    }
        

#fuss {
    color:white;
    background-color:#0E0140;
    width: 600px;
    text-align: center;               /* Textausrichtung     */ 
    font-family: Calibri, sans-serif;
    font-size:10pt;                /* font-size innerhalb der Box */
    margin-right: 100px;
    margin-left: 100px;
        
 }
 
#img {
    float:left;               /* Textausrichtung     */
}

#foto {
    float:right;               /* Textausrichtung     */
    margin-right:30px;            /* Außenabstand unten  */
}
body {
    background-color: #ffffff; font-family:Verdana, Arial, sans-serif; color: #192C76;
    
	/*    background:url(images/bg.jpg); font-family: Verdana, Arial, sans-serif; color:#192C76;*/
}
h1{
   font-size:20pt; font-weight:normal;
}
h2{
  font-size:18pt; font-weight:normal;
}

h3{
  font-size:16pt; font-weight:normal;
}

h4{
  font-size:14pt; font-weight:normal;
}
