﻿header {
    background-color: #000000;
    height: 200px;
    width: 1920px
}
nav {
    background-color: #537FAC;
    width: 1905px;
    height: 40px;
    margin-top: -20px;
    font-family: Calibri;
    font-style: normal;
    font-size: 22px;
}
section {
    background-color: #537FAC;
    height: 610px;
    width: 1905px;
}
footer {
    border-color: red;
    width: 1905px;
    background-color: #000000;
    height: 40px;
    color :white ;
}
iframe {
    background-color: #F8F8FF;
    /*border:solid;*/
}
audio {
    background-color: #537FAC;
    height: 30px;
    width: 360px;
    margin-left: 10px;
}
headline {
    font-family: Calibri;
    font-size: 21px;
    font-weight: bold;
    color: #537FAC;
    text-align: left;
    vertical-align: top;
}

linkText {
    font-family: Calibri;
    font-size: 20px;
    font-weight:400;
    text-align: left;
}
musikertext {
    font-family: Calibri;
    font-size: 17px;
    color: #000000;
    text-align: start;
}
/*************** td Einstellungen *************************/
.tdMtext {
    width: 400px;
    vertical-align: top;
    text-align:justify ;
}
.tdImpText {
    font-family: Calibri;
    font-size: 17px;
    color: #000000;
    text-align: justify;
}
.hervText {
    font-weight:normal;
    color:white;
    font-style: normal;
/*    font-size :18px;*/
}
.TitelEvent {
    font-family: Calibri;
    margin-left: 20px;
    font-weight: bolder;
    color: black;
    font-style: italic;
    font-size: 30px;
}
.adresseEvent {
    margin-top: -10px;
    margin-bottom: -10px;
    font-family: Calibri;
    margin-left: 10px;
    font-weight: normal;
    color: black;
    font-style: italic;
    font-size: 20px;
}
.tagEvent {
    font-family: Calibri;
    font-weight: normal;
    color: white;
    font-style: italic;
    font-size: 20px;
}

.datumEvent {
    font-family: Calibri;
    font-weight: normal;
    color: white;
    font-style: italic;
    font-size: 30px;
}
.uhrEvent {
    font-family: Calibri;
    font-weight: normal;
    color: white;
    font-style: italic;
    font-size: 20px;
}
.vbEvent {
    margin-left:10px;
    font-family: Calibri;
    font-size: 19px;
    font-size: 20px;
    color:black;
}


.cframe {
    background-color: #3e78a9;
}
.songText {
    color: #F8F8FF;
    font-family :Calibri ;
    font-size :19px;
text-align :center;
}
/*************** Link Einstellungen *************************/
a:link {

    color: #F8F8FF;
}

a:visited {
    color: #F8F8FF;
}

a:hover {
    text-decoration:underline;
}

a {
    text-decoration:none ;
    outline: none;
}




