body 	 		{  /* font-family: Arial, Helvetica, sans-serif; */
             /* font-family: "Lucida Sans Typewriter" */
             font-family: monospace;
             
             /* font-size: 12px; */   
             color: #21547A; 
             background-position: 0% 0%;
             background-repeat: no-repeat;
          }
td   			{  font-family: Arial, Helvetica, sans-serif; 
             font-size: 11px; 
             color: #21547A
          }
td.klein  {  font-family: Arial, Helvetica, sans-serif; 
             font-size: 9px; 
             color: #21547A
          }
table.concerts td { font-family: Arial, Helvetica, sans-serif; 
                    font-size: 16px; color: #21547A
                  }

h1   			{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #21547A}

a:link 		{/*  font-family: Arial, Helvetica, sans-serif; */ 
           /*  font-size: 12px; */ 
             color: #21547A;
          }
a:visited {/*  font-family: Arial, Helvetica, sans-serif; */
           /*  font-size: 12px; */
             color: #21547A;
          }

a.fresh:link 		{  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #21547A}
a.fresh:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #21547A}

img,
video,
iframe {
  max-width: 100%;
}

.content {
  margin-left: 100px;
  /* margin-right: 10%;
  padding: 10px 10px 10px 10px;
  font-family: sans-serif;
*/
}

.abouttext { 
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact {
  margin-top: 10px;
  margin-bottom:10px;
  padding: 10px;
  font-size: 26px;
  width: 480px; 
  background-color: #d3d3d3;
}

.newsletter { 
  width: 495px;
  border-style: dotted;
}

/* The side navigation menu */
.sidebar {
  margin: 0;
  padding: 0;
  width: 90px;
  background-color: white;
  position: fixed;
  height: 70%;
  overflow: auto;
  /*
  background-color: white;
  overflow: hidden;
  position: fixed;
  */
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
  float: left;
}

/* Active/current link */
.sidebar a.active {
  background-color: #21547A;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}


/* The social icon  menu */
.socialicons {
  margin-left: 100px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
}

/* social links */
.socialicons a {
/*  display: block; */
  color: black;
  padding: 2px;
  text-decoration: none;
}


/* Links on mouse-over */
.socialicons a:hover:not(.active) {
  background-color: #555;
  color: white;
}


/* table class */
.press {
    table-layout: auto;
    border: 1;
    background-color: white;
}

table.press td { 
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

table.press td.moviedesc {
    width: 150px;
}
