
* {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  background-color: #000000;
}
html {
  height: 100%;
}

h1 {font-size: 120%;
  margin-top: 14px;
  font-weight: normal;
  font-style: normal;}

td {
  vertical-align: top;
}

.repertoire_table {
  border:  none;
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 40px;}
.koncertrepertoire_table {
  border:  none;
  text-align: left;
  width: 100%;
  padding-left: 0px;}
.koncertrepertoire_table td {padding-bottom: 20px;}

.kalender_table {text-align: left; width: 100%;}
.kalender_table td {padding-bottom: 20px;}

.billedgalleri {margin-top: 12px; margin-bottom: 60px; float: left;}
.billedgalleri img {border-style: none;}
.billedgalleri a {border: 2px solid transparent;  display: block; float: left; margin-right: 5px; margin-bottom: 5px;}
.billedgalleri a:hover {border: solid 2px #ff0000}

.bio_text div{width: 58%; line-height: 170%; margin-top: 25px; }
.bio_text1 {float: left;}
.bio_text2 {float: right; }




#container {
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(images/container_background.jpg);
  height: 864px;
  min-height: 864px;
  min-width: 900px;
  max-width: 1600px;
  overflow: visible;
  position: relative;
}

#forsidecontainer {
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(images/forsidebackground.jpg);
  min-width: 1000px;
  max-width: 1600px;
  position: relative;
  height: 100%;
  max-height: 900px;
}

.danish {
  bottom: 32px;
  left: 40px;
  clear: both;
  position: absolute;
}
.english {
  bottom: 32px;
  left: 62px;
  clear: both;
  position: absolute;
}


#footer {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
#logo {
  border-top: 1px dotted #5b5b5b;
  border-left: 1px dotted #5b5b5b;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 177px;
  margin-left: 24px;
  width: 276px;
  background-color: transparent;
  background-image: url(images/logo_red.png);
  margin-top: 24px;
  float: left;
  clear: both;
}

#forsidelogo {
  border-top: 1px dotted #5b5b5b;
  border-left: 1px dotted #5b5b5b;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  float: left;
  margin-top: 24px;
  background-image: url(images/forsidelogo_red.png);
  margin-left: 24px;
  height: 313px;
  width: 475px;
  background-position: left top;
}

#content {
  margin-left: 24px;
  width: 60%;
  margin-top: 42px;
  padding-left: 15px;
  float: left;
  clear: both;
  color: #e1e1e1;
  min-height: 400px;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  font-size: 108%;
  font-weight: normal;
}


#end {
  border-right: 1px dotted #5b5b5b;
  border-bottom: 1px dotted #5b5b5b;
  overflow: hidden;
  width: 276px;
  float: right;
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  color: #e1e1e1;
  padding-right: 10px;
  font-size: 72%;
  padding-top: 30px;
  padding-bottom: 8px;
}

#menucontainer {
  float: left;
  clear: both;
  width: 800px;
  height: 38px;
  background-color: transparent;
  margin-left: 24px;
  padding-left: 7px;
  margin-top: 22px;
}

#forsidemenucontainer {
  background-color: transparent;
  bottom: 30px;
  right: 24px;
  float: right;
  clear: both;
  position: absolute;
}

#menu ul {
  list-style-type: none;
  height: 37px;
}

#menu li {
  overflow: hidden;
  list-style-type: none;
  height: 37px;
  display: inline;
}

#menu a {
  text-decoration: none;
  color: black;
  height: 37px;
  float: left;
  display: block;
  text-indent: -900%;
  font-size: 0px;
  line-height: 0px;
}

#menu a.forside {
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 90px;
background-image: url(images/buttons_red.png);
}

#menu a.forside:hover {
  background-position: left top;
}

#menu a.kalender {
  height: 37px;
  background-repeat: no-repeat;
  width: 121px;
  background-position: -101px bottom;
  background-image: url(images/buttons_red.png);
}

#menu a.kalender:hover {
  background-position: -101px top;
}

#menu a.biografi {
  height: 37px;
  background-repeat: no-repeat;
  background-position: -221px bottom;
  width: 118px;
background-image: url(images/buttons_red.png);
}

#menu a.biografi:hover {
  background-position: -221px top;
}
#menu a.repertoire {
  height: 37px;
  background-repeat: no-repeat;
  background-position: -344px bottom;
  width: 144px;
background-image: url(images/buttons_red.png);
}

#menu a.repertoire:hover {
  background-position: -344px top;
}

#menu a.galleri {
  height: 37px;
  background-repeat: no-repeat;
  background-position: -490px bottom;
  width: 102px;
background-image: url(images/buttons_red.png);
}

#menu a.galleri:hover {
  background-position: -490px top;
}

#menu a.kontakt {
  height: 37px;
  background-repeat: no-repeat;
  width: 108px;
  background-position: -600px bottom;
background-image: url(images/buttons_red.png);
}

#menu a.kontakt:hover {
  background-position: -600px top;
}

