/*
CODE      : Frank Siebenhaar for MusicTrace
INIT DATE : 2007-11-28

Basis Screen Style Sheet
*/

/* <![CDATA[ */


/* ********************** */
/*    Basic page setup    */
/* ********************** */

body { 
/*  width: 100%; */ /*768px;*/
/*  min-width: 768px; */
  margin: 10px 10px 10px 10px;
  padding: 0; 
  background: #cafe62 url(/images/background_body.gif) repeat-x top left;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}

* html body {  
  font-size: x-small; /* for IE5/Win */
  f\ont-size: x-small;  /* for other IE versions */
}

#top { 
  margin: 0;´
  padding: 0;
}
 
#pageContainer {  
  text-align: left;
  margin: 0; 
  border: solid 2px #77991f;
  padding: 0;
  min-width: 60em; 
  width: auto; 
  background: #eeffcc;
}

* html #pageContainer {  
  /* \*/
  word-wrap: break-word;
  /* avoids problems for floats when viewed with IE/Win */
}

#headerContainer {  
  margin: 0;
  padding: 0;
  background: #DAFF91 /* #eeffcc;*/ /* #ffdd33 */ url(/images/background_header.gif) no-repeat top left;
}

#mainOuterContainer { 
  border-left: 14em solid #ffe666;
  /* border-right: 14em solid #87C993; */
}

#mainInnerContainer {
  /* border: solid 1px #ff0000;*/
  background: #fff;
  width: 100%;
  z-index: 1;
}

#mainLeftContainer, #mainMiddleContainer, #mainRightContainer, #mainSOWrapContainer {  
  overflow: visible;
  position: relative;
}

#mainSOWrapContainer {
  float: left;
  margin: 0;
  width: 100%;
  z-index: 3;
}

#mainMiddleContainer {  
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
}

#mainContentContainer { 
  margin: 0;
  border-left: 2px solid #70991f;
  padding: 10px;  
}

#mainContentContainer p { 
  line-height: 1.4em;
}

#mainLeftContainer { 
  float: left;
  margin: 0 0 0 -14em;
  width: 14em;
  height: auto;
  z-index: 4;
}

#mainRightContainer { 
  float: right;
  width: 14em;
  margin: 0 -14em 0 0;
  z-index: 2;
}

#footerContainer {
  clear: both;
  margin: 0;
  border-top: 2px solid #70991f;
  padding: 0;
  background: #eeffcc; /* #ffdd33; */
  font-weight: bold;
}


h1, h2, h3, h4 {  
 color: #70991f;
}



a { 
  padding-left: 13px;
  color: #ff8000;
  text-decoration: none;
  background: url(/images/arrow-right_inactive.gif) no-repeat 0 50%;
}

a:hover { 
  color: #ffd500;  /*ffaa00;*/
  background: url(/images/arrow-right_active.gif) no-repeat 0 50%;
}




/* ********************* */    /* ************************ */
/*    Fast navigation    */    /*    Choices navigation    */
/* ********************* */    /* ************************ */

#fastNavigationContainer {  
  clear: both;
  margin: 20px 0 0px 0;
  padding: 5px 0px 0px 0px;
  border-top: 3px double #70991f;
}

#choicesNavigationContainer {  
  clear: both;
  margin: 2px 0 10px 0;
  padding: 0;
}

#fastNavigationContainer a, #choicesNavigationContainer a { 
  padding-left: 13px;
  color: #ff8000;
  text-decoration: none;
  background: url(/images/arrow-up_inactive.gif) no-repeat 0 50%;
}

#fastNavigationContainer a:hover, #choicesNavigationContainer a:hover { 
  color: #ffd500;  /*ffaa00;*/
  background: url(/images/arrow-up_active.gif) no-repeat 0 50%;
}



/* ************* */
/*    Choices    */
/* ************* */

#choices h4 { 
  margin-bottom: 0;
}

#choices ul, #choices li {  
  margin-top: 0.3em;
}


/* ********************* */
/*    Main menu setup    */
/* ********************* */

#mainNavigationContainer {
  border-bottom: 2px solid #70991f; /*#9B8748; */
}

#mainNavigation {
  float: left;
  width: auto;
  margin: 1em 0 0 18em;
  padding: 10px 0 0 0;
  list-style: none;  
}

* html #mainNavigation { 
  margin-left: 8.8em;
}

#mainNavigation li {
  float: left;
  margin: 0 0 -2px 0;
  padding: 0;
}

#mainNavigation a {
  float: left;
  display: block;
  margin: 0 2px 0 0;
  padding: 4px 8px;
  font-size: 140%;
  color: #333;
  text-decoration: none;
  border: 2px solid #70991f; /*#9B8748;*/
}

#mainNavigation .normal a {
  background: #ccff66 url(/images/menu_normal_background.gif) repeat-x top left;
}

#mainNavigation .active a, #mainNavigation a:hover {
  border-bottom: 2px solid #FFF;
  background: #FFFFFF url(/images/menu_active_background.gif) repeat-x top left;
}

* html #mainNavigation .active a, * html #mainNavigation a:hover {
  position: relative;
  margin-top: -2px;
  bottom: -2px;
}

/* ***************** */
/* Langage Selection */
/* ***************** */

#languageSelection { 
  float: right;
  margin: 0;
  border-bottom: 3px double #70991f;
  padding: 0 0 5px 50px;
}

#languageSelection select {
  float: left;
  margin: 0;
  border: 3px double #70991f;
  padding: 0;
  background: #eeffcc; 
}

#languageSelection .submit {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 4px;
  color: #333;
  font-weight: bold;
  border: 3px double #70991f; /*#9B8748;*/
  background: #ccff66 url(/images/menu_normal_background.gif) repeat-x top left;  
} 

#languageSelection .submit:hover {
  background: #fff url(/images/menu_active_background.gif) repeat-x top left;  
} 

#languageSelection input {
  margin-left: 5px;
}

#languageSelection #languageString { 
  float: left; 
  margin-right: 10px;
  color: #70991f;
  font-weight: bold;
}


/* ************ */
/* Left content */
/* ************ */

#leftRowContent {  
  padding: 4px;
  background: #ffe666;
}


/* ********************* */
/*    Sub1 menu setup    */
/* ********************* */

#sub1Navigation {
  width: auto;
  margin: 0;
  padding: 0px;
  /*background: #ffe666; */
  list-style: none;
}

#sub1Navigation li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub1Navigation a {
  display: block;
  margin: 3px 0;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  border: 1px solid #70991f; /*#9B8748;*/
}

* html #sub1Navigation a { 
  width: 100%;
}

#sub1Navigation .normal a {
  background: #ccff66 url(/images/menu_normal_background.gif) repeat-x top left; /* #F9E9A9 */
}

#sub1Navigation .active a, #sub1Navigation a:hover {
  background: #FFFFFF url(/images/menu_active_background.gif) repeat-x top left;
}


/* ********************* */
/*    Sub2 menu setup    */
/* ********************* */

#sub2Navigation {
  width: auto;
  margin: -2px 0 0 0;
  padding: 0px;
  /*background: #ffe666; */
  list-style: none;
  font-style:italic;
  font-size: 80%;
}

#sub2Navigation li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub2Navigation a {
  display: block;
  margin: 3px 0;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  border: 1px solid #70991f; /*#9B8748;*/
}

* html #sub2Navigation a { 
  width: 100%;
}

#sub2Navigation .normal a {
  background: #ddff99 url(/images/submenu_normal_background.gif) repeat-x top left; /* #F9E9A9 */
}

#sub2Navigation .active a, #sub2Navigation a:hover {
  background: #FFFFFF url(/images/submenu_active_background.gif) repeat-x top left;
}


/* ********************** */
/* RadioCharts.com phrase */
/* ********************** */

.radioCharts { 
  color: #70991f;
}


/* ********************* */
/* Created by MusicTrace */
/* ********************* */

#createdByMusicTrace { 
  margin: 0;
  padding: 40px 0;
  background: #FFFFFF url(/images/logo_musictrace.gif) no-repeat 100% 50%;
}


/* ************** */
/* Footer content */
/* ************** */

#footerLinksContainer { 
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eeffcc;
}

#footerLinks {  
  float: left;
  list-style: none;
}

#footerLinks li {
  float: left;  
  margin: 0;
  padding: 8px 14px;
  color: #333;
}

#footerLinks a { 
  padding-left: 13px;
  color: #ff8000;
  text-decoration: none;
  background: url(/images/arrow-right_inactive.gif) no-repeat 0 50%;
}

#footerLinks a:hover { 
  color: #ffd500;  /*ffaa00;*/
  background: url(/images/arrow-right_active.gif) no-repeat 0 50%;
}


/* *************** */
/*    Impressum    */
/* *************** */

#impressumContactData dt { 
  float: left;
  width: 7em;
  font-weight: bold;
  color: #70991f;
}

.impressumResponsibilityData { 
  float: left;
  margin-right: 0.5em;
  color: #70991f;
}




/* ************* */
/*    Contact    */
/* ************* */

#contactForm {  
  line-height: 2.25em;
}

#contactFormElements label {
  float: left;
  width: 12em;
  font-weight: bold;
  color: #70991f;
}

#contactFormElements input {
  display: block;
  float: left;  
  margin-top: 0.5em;
  width: 15em;
}

#contactFormElements select {
  display: block;
  float: left;
  margin-top: 0.5em;
}

#contactFormElements textarea {  
 margin-top: 0.5em;
}

#contactForm .submit {
  width: auto;
  margin: 0;
  padding: 4px 8px;
  color: #333;
  font-weight: bold;
  border: 3px double #70991f; /*#9B8748;*/
  background: #ccff66 url(/images/menu_normal_background.gif) repeat-x top left;  
} 

#contactForm .submit:hover {
  background: #fff url(/images/menu_active_background.gif) repeat-x top left;  
} 



/* *********** */
/*    Boxes    */
/* *********** */

.boxContainer {  
  margin-top: 1.3em;
  padding: 0;
  width: 100%;
}

.boxContainerTopLeft {
  float: left;
  background: url(/images/box_corners_top_left.gif); 
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.boxContainerTopMiddle {
  margin-right: 6px;
  padding: 0;
  background: url(/images/box_corners_top_center.gif); 
  background-repeat: repeat-x;
  width: auto;
  height: 6px;
  overflow: hidden;
} 

.boxContainerTopRight {
  margin-top: -6px;
  float: right;
  background: url(/images/box_corners_top_right.gif); 
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.boxContainerBottomLeft {
  float: left;
  background: url(/images/box_corners_bottom_left.gif); 
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.boxContainerBottomMiddle {
  margin-right: 6px;
  background: url(/images/box_corners_bottom_center.gif); 
  background-repeat: repeat-x;
  width: auto;
  height: 6px;
  overflow: hidden;
} 

.boxContainerBottomRight {
  margin-top: -6px; 
  float: right;
  background: url(/images/box_corners_bottom_right.gif); 
  width: 6px;
  height: 6px;
  overflow: hidden;
}

* html .boxContainerTopLeft, * html .boxContainerBottomLeft {
  margin-right: -3px;
}

* html .boxContainerTopRight, * html .boxContainerBottomRight {
 margin-left: -3px;
}


.boxContainerCaption { 
  border-right: 2px solid #70991f;
  border-bottom: 1px solid #70991f;
  border-left: 2px solid #70991f;
  padding: 1px 6px 6px 6px;
  background: #ccff66;
}

.boxContainerCaption h3 { 
  margin: 0;
  color: #333;  
}

.boxContainerContent { 
  border-right: 2px solid #70991f;
  border-left: 2px solid #70991f;
  padding: 6px 6px 1px 6px;
  background: #eeffcc;
}

.boxContainerContent h3, .boxContainerContent h4{
  margin-bottom: 0;
} 

.boxContainer ul { 
  margin-top: 0;
}


/* *************** */
/*    chartnews    */
/* *************** */

.chartNewsSpecial {
  margin-left: 1em;
  font-style:italic;
  font-weight: bold;
  font-size: 120%;
  color: #70991f;
}

.chartNewsSpecial:before {content: "\21D2 ";
}

.chartNewsArtist { 
  font-style:italic;
}

.chartNewsTitle { 
  font-weight: bold;
}

.chartNewsCD { 
  font-style:italic;
}

.chartNewsPosition { 
  font-weight: bold;
  color: #70991f;
}




/* *************** */
/*    About FAQ    */
/* *************** */

.aboutFAQQuestion { 
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #70991f;
}

.aboutFAQAnswer { 
  margin: 0 0 1.4em 0;
  padding-left: 20px;
  background: url(/images/icon_triangle_right.gif) no-repeat top left; 
}

.aboutFAQAnswer br {
  display:block;
  margin-top: 0.5em;
}  



/* ********************* */
/*    Images to scale    */
/* ********************* */

.flagSmallGermany {
  border: 0;
  width: 1.66em;
  height: 1.0em;
}

.flagMediumGermany {
  border: 0;
  width: 2.0em;
  height: 1.2em;
}

.flagSmallSwitzerland {
  border: 0;
  width: 1.0em;
  height: 1.0em;
}

.flagMediumSwitzerland {
  border: 0;
  width: 1.2em;
  height: 1.2em;
}

.flagSmallAustria {
  border: 0;
  width: 1.66em;
  height: 1.0em;
}

.flagMediumAustria {
  border: 0;
  width: 2.0em;
  height: 1.2em;
}

.flagSmallEurope, .flagSmallBelgium, .flagSmallDenmark, .flagSmallFinland, .flagSmallFrance, .flagSmallIreland, .flagSmallIceland, .flagSmallItaly, .flagSmallNetherlands, .flagSmallNorway, .flagSmallPoland, .flagSmallPortugal, .flagSmallSweden, .flagSmallSlovakia, .flagSmallSlovenia, .flagSmallSpain, .flagSmallCzech, .flagSmallUK {
  border: 0;
  width: 1.66em;
  height: 1.0em;
}

.flagMediumEurope, .flagMediumBelgium, .flagMediumDenmark, .flagMediumFinland, .flagMediumFrance, .flagMediumIreland, .flagMediumIceland, .flagMediumItaly, .flagMediumNetherlands, .flagMediumNorway, .flagMediumPoland, .flagMediumPortugal, .flagMediumSweden, .flagMediumSlovakia, .flagMediumSlovenia, .flagMediumSpain, .flagMediumCzech, .flagMediumUK {
  border: 0;
  width: 2.0em;
  height: 1.2em;
}



/* ****************** */
/*    Chart Tables    */
/* ****************** */

.chartTable th {
 white-space: nowrap;
}

.chartTable td {
 white-space: nowrap;
}


.clear {  
  clear: both;
}

.doNotDisplay {
 display: none;
}

/* ]]> */
