html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  /* background: rgb(211, 226, 195); */
  background: rgb(0, 0, 0); 
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 14px; 
  font-family: Tahoma, Verdana, sans-serif; 
  /* font-weight: bold; */
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.strongred 
{
  font-weight: bold;
  color: red;
}

.stronggreen
{
  font-weight: bold;
  color: #00FF00;
}

.blacktext
{
  color: #000000;
}



/* === Containers === */


/*
#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 1000px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 1000px;
}
*/

#container
{
  position: absolute;
  width: 960px;
  left: 50%; top: 50%;
  margin: -230px 0 0 -487px;
  padding: 0px 5px 30px;
  display: block;
  vertical-align: middle;
}

.text p .orangelink {
   /* color: #FFCC00; */
   font-weight: bold;
}

p {
	color: #000000;
}
.text p a {
	color: #000000;
}


/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #000000;
  background-color: #FED; /* #FFEEDD;  */
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #000000;
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #000000;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #000000;
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #000000;
}

#submenuselected
{
  display: block;
  width: 82px; 
  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #000000;
  text-align: center;
}



/* === Other Divs === */
 
#streifen
{
  width: 98%;
  height: 180px;
  padding: 2px 2px 2px 2px;
  overflow: auto;
}

#ajaxload
{
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100px;
  width: 100px;
  border: 2px #000000 solid;
  background-color: #FFFFFF;
  padding: 5px 5px 5px 5px;
}

.border
{
  border: #000000 4px solid;
  /* background-color: #FFEEDD; */
  background-color: #FFF;
  padding: 2px 0 0 143px; /* 146 */
  height: 232px;
  width: 811px;
  background-color: #FED;
  background-image: url('images/back.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
  /* overflow: auto; */
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 14px;
  /* width: 32px;
  height: 232px; */
  background-image: #000000 url('images/vanero.gif');
}

.content
{
  height: 216px;
  margin-top: 1px;
  overflow: auto;
  padding: 7px;
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #f59331;
  background-color: inherit;
  float: right;
}
.designinfo a
{
  color: #f59331;
}
.designinfo a:hover
{
  text-decoration: underline overline;
  color: #f59331;
}

.hidden
{
 color: white;
}
.hidden a
{
 color: white;
}

#loginlink
{
 float: left;
}

#loginlink a, a:hover {
 color: #000;
}

/* === Inline Text Styles === */

h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #FFCC00;
  background-color: inherit;
  /* border-left: 5px solid rgb(211, 226, 195); */
}

h2
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #FFCC00;
  background-color: inherit;
  border-right: 5px solid rgb(211, 226, 195);
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 55px;
  color: #000;
}

.text a
{
  color: #EEEE00;
  text-decoration: underline;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  text-decoration: underline overline;
}

.bigfont
{
font-size: 14pt;
color: #000; 
font-weight: bold;
}

.bold
{
  font-weight: bold;
}


