/* CSS Document */
body
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
    
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 14px;
  font-weight: normal;
}


hr
{
  border: 0;
  background-color: #CE7106;
  height: 2px;
}


#container 
{
  position: relative;
  
  height:100%;
  
  /*left: 100px;*/
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  
  width: 700px;
  
  border: 0px solid blue;
}


#menu
{


  position: absolute;
  
  /*float:left;
  
  left: -390px;
  top: -280px;*/
  float:left;
  text-align:left;
  top:330px;
  left:-100px;
  
  /*width: 100px;*/
  
  border: 0px solid red;
}


#secMenu
{
  text-align: center;

  position:relative;
  *position: absolute; 
  bottom: -20px;
  *bottom: 2px;
  width:600px; 


  padding-top: 0px;
  *padding-top: 25px;
  padding-bottom: 20px;
  
  color: #000000;
}


#substance
{

  width: 600px;

  border: 0px solid green;
}


#header
{ 
  text-align: center;  
  position: relative;
  top:10px;

  border: 0px solid gray;  
}


#headerText
{
  font-family: Trebuchet MS, Verdana, Tahoma, Times;

  position:relative;
  top: -40px;
  left: -90px;
  
  color: #FFFFFF;
}


#sitepic
{

  position:relative;
  top: -8px;
  left: 2px;

  border: 0px solid green;
}


#content
{
  /*overflow: auto; /*???*/  
 
  position:relative;
  top: -5px;
  z-index:1;
  
  margin-left: 50px;
  margin-right: 50px;
  
  margin-bottom: 50px;

  border: 0px solid black;
}

#bargain
{
  /*background-pic*/
  /*zu ersetzen-...*/
  position: relative; 
  *position:absolute;   
  bottom: -8px;
  *bottom:-15px; 
  width:600px; 
  height:30px;


  z-index:0;
  text-align: center;
   
  background-color: #CE7106;
}


#bargainText
{
  text-align: left;

  position: relative; 
  top: 5px; 
  left: 5px;
  
  color: #FFFFFF;
  visibility:hidden;
}





.menupoint
{
  color: #CE7106;  
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 15px;
  font-weight: normal;
  
  

  text-decoration: none;
}


.secmenupoint
{
  color: #000000;  
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 11px;
  font-weight: normal;
  
  text-decoration: none;
}

.menupoint:hover
{
  color: #666666;  
  
  text-decoration: none;
}

.secmenupoint:hover
{
  color: #000000;  
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 11px;
  font-weight: normal;
  
  text-decoration: underline;
}

.menupointActive
{
  color: #666666;  
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 15px;
  font-weight: normal;

  text-decoration: none;
}


.headline
{
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
  font-size: 15px;
  font-weight: bold;
  
  color: #CE7106;
}


.text
{
  font-family: Trebuchet MS, Verdana, Tahoma, Times;
 
  color: #000000;
}

.nLink
{
  color: #CE7106;
}


.nLink:hover
{
  color: #666666;
}


.closeText
{
  color: #CE7106; 
  font-weight: bold;
  text-decoration: underline;
}

.closeText:hover
{
  color: #666666; 
  font-weight: bold;
  text-decoration: underline;
}

.bargainLink
{
  color: #FFFFFF;
}



.popTextQuestion
{
  cursor:pointer;
  background-image:url(images/design/plus.gif);
  background-repeat:no-repeat;
  padding-left:20px;

}


.popTextClosed
{
  display:none;
  
}

.popTextOpen
{
  display:block;

width: 500px;

  margin-left:23px;

  background-color:#FFFFFF;
  padding:3px 5px 3px 20px;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
  
  margin-bottom:30px;

}
