
a:link {
  color: rgb(255, 255, 255);
}

a:visited {
  color: rgb(255, 255, 255);
}

a:hover {
  text-decoration: underline overline;
  color: rgb(230, 230, 230);
}

a:active {
  color: rgb(255, 255, 255);
  background-color: rgb(80, 80, 80);
}

body {
  font-family: arial, sans-serif;
  text-align: center;
  color: rgb(255, 255 ,255);
  background-color: rgb(0,0,0);

 /* format scrollbar (IE only) */
    scrollbar-face-color: rgb(30,30,30);
    scrollbar-shadow-color: rgb(50,50,50);
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: rgb(50,50,50);
    scrollbar-darkshadow-color: rgb(50,50,50);
    scrollbar-track-color: rgb(50,50,50);
    scrollbar-arrow-color: white;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.div {
  border: 1px solid white;
}

/*
An idea to center the whole site within an overall box
div#siteBox {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  border: 1px solid white;
}

*/

div#naviMainBox {
  position: absolute;
  top: 180px;
  left: 14px;
  width: 140px;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
}

div#naviMainBox a:link {
    color: rgb(0, 0, 0);
}

div#naviMainBox a:visited {
    color: rgb(0, 0, 0);
}

div#naviMainBox a:active {
    color: rgb(0, 0, 0);
}

div#naviMainBox a:hover {
    color: rgb(0, 0, 0);
}

ul#naviMenu {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul#naviMenu li {
  list-style: none;
  padding: 2px;
  border: 1px solid white;
}

ul#naviMenu a {
  display: block;
}

table#naviTable {
	width: 136px;
	border: none;
	border-color: white;
}

table#naviTable tr {
    height: 22px;
}

table#naviTable td {
    text-align: center;
    background-image: url("img/nav/btn/button.png");
}

table#naviTable td:hover {
    text-align: center;
    background-image: url("img/nav/btn/buttonHover.png");
}

div#langSelectMainBox {
  position: relative;
  top: 20px;
  left: 8px;
  width: 140px;
  text-align: center;
}

div#langSelectMainBox a img {
    border-style: none;
}

span#flag_german {
  margin-right: 10px;
}

div#siteCommonTextHeading {
	padding-top: 10px;
    padding-bottom: 22px;
}

/* ############################# Welcome page ###############################*/

div#welcomeTitle {
  text-align: left;
  margin: 0 auto;
}

div#welcomePageBox {
  position: absolute;
  width: 700px;
  left: 160px;
}

div#welcomePageBoxImageBoxLaceLeft {
  position: relative;
  float: left;
  top: 270px;
  left: 100px;
}

div#welcomePageBoxImageBoxLaceRight {
  position: relative;
  float: left;
  top: 20px;
  left: 400px;
}

div#welcomePageBoxImageBox {
  height: 374px;
}

div#welcomePageBoxImageBox a img {
    border-style: none;
}

div#welcomePageLinkBox {
  font-size: 10pt;
  font-style: italic;
  text-align: right;
}

/* ############################# Index page ################################*/

span#viewMore {
  position: absolute;
  margin: 460px 0 0 -550px;
  font-size: 13px;
  font-style: italic;
}

span#viewMore a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

div#indexPageBox {
    position: absolute;
    width: 700px;
    left: 160px;
}

div#imgDescriptionBox {
  position: absolute;
  margin: 10px 0 0 140px;
  font-size: 13px;
  font-style: italic;
}

div#indexPageImageBox {
  width: 496px;
  height: 400px;
}

div#indexPageImageBox a img {
    border-style: none;
}

div#indexPageTextContentBox {
  width: 800px;
  margin-top: 8px;
  font-size: 10pt;
  text-align: left;
}

/* ############################# Main content ##############################*/

div#mainContentBox {
    position: absolute;
    width: 700px;
    left: 160px;
}

div#mainContentTextBox {
    width: 700px;
    height: 400px;
    top: 2%;
    left: 140px;
    padding: 0 20px;
    text-align: left;
    overflow: auto;
    font-size: 10pt;
}

/* ############################# Various special settings ##############################*/

div#mainContentTextBoxCentered {
    width: 400px;
    height: 300px;
    margin: 9% auto;
    text-align: left;
    font-size: 10pt;
}

div#reviewNewspaperCut {
  position: absolute;
  top: 20px;
  left: 420px;
  width: 120px;
}

div#formErrorMsg {
   color: red;
   margin-top: 30px;
   margin-bottom: 30px;
}

div#mainContentTextBoxCenteredContactPage {
    width: 400px;
    height: 300px;
    margin: -72px auto;
    text-align: left;
    font-size: 10pt;
}

p#contactFormMailSubj {
  margin-top: 10px;
}

p#contactFormMailBody {
  margin-top: 10px;
}

p#contactFormSendBtn {
  margin-top: 10px;
}

p#agentAddressParagraph {
    margin-top: 40px;
}

/* ############################# Repertoire box settings ##############################*/

div#repertoireBox {
    margin:1% 0 0 60px;
    text-align: left;
}

div#repertoireSectionHeadingOpera {
    margin:0px 0 10px 270px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#repertoireSectionHeadingConcert {
    margin: 40px 0 -40px 200px;
    text-align: left;
}

div#repertoireBox table {
    border-color: white;
    border-style: none;
}

.repertoireTable_row_data_title {
    width:160px;
    padding:8px
}

.repertoireTable_row_data_title_concert {
    width: 260px;
    padding:8px
}

.repertoireTable_row_data_descr {
    width:280px;
    font-style: italic;
}

.repertoireTable_row_data_composer {
    width:200px;
    padding-left: 90px;
}

