@font-face
{
   font-family: "Myriad Web Pro";
   font-weight: bold;
   src: url('Fonts/MyriadWebPro-Bold.ttf') format('truetype');
}

body {
   font-family : "Arial", sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}

div#header {
   background-color: red;
   padding: 1em 1em 0 1em;
}

div#header img#left {
   width: 20%;
}

div#header img#right {
   width: 13.9%;
   margin-left: 66.1%;
}

div#schwarzelinie {
   font-family: "Myriad Web Pro", "DejaVu Sans", "Arial", sans-serif;
   font-weight: bold;

   padding: 0.3em 0.3em;
   font-size: 22px;
   color: white;
   background-color: black;
   text-align : center;
}

div#schwarzelinie div {
font-size: 20px;
}

div#navigationsleiste {
   font-family: "Myriad Web Pro", "DejaVu Sans", "Arial", sans-serif;
   font-weight: bold;

   float: left;
   background-color: #ccc;
   min-width: 10%;
   padding: 1.5em;
}

div#navigationsleiste a {
   font-size : 19px;
   text-decoration : none;
   display : block;
   color: black;
}

div#navigationsleiste a:hover {
   color: #eee;
}

div#navigationsleiste a[selected=true] {
   color: white;
}

div#hauptinhaltsbereich {
   margin-left: 20%;
   margin-right: 3%;
   margin-bottom: 10%;
   max-width: 750px;
}

div#infobereich {
   font-size: 19px;
}

h1  {
   font-family: "Myriad Web Pro", "DejaVu Sans", "Arial", sans-serif;
   font-weight: bold;
   font-size: 22px;
}

p  {
   text-align : justify;
}

div#fusszeile {
   position: fixed;
   bottom:0px;
   width: 100%;

   background-color: red;
}

div#fusszeile a {
display: inline;
color: white;
text-decoration : none;
}

div#fusszeile a:hover {
color: blue;
}

div#fusszeile img {
width: 27%;
padding-bottom: 1em;
padding-top: 1em;
}

div#fusszeile table {
   width: 14%;
   margin-left: 14.7%;
   display: inline-block;
   font-family: "Myriad Web Pro", "DejaVu Sans", "Arial", sans-serif;
   font-weight: bold;
   font-size: 10px;
   text-align : center;
   color: white;
}


div#fusszeile img#fuss-links {
left: 0px;
padding-left: 1em;
}

div#fusszeile img#fuss-rechts {
margin-left: 14.8%;
right: 0px;
padding-right: 1em;
}
