

/* CUSTOM CSS */
body {color: black;background: #52616F; font-size:10px;}
a { text-decoration: underline; 
	color: black;
	}

a:hover { text-decoration: none;
	color: black;
	}
a:active { text-decoration: underline;
	color: black;
	}

a img { border: 0px;
	  }
img { border: 0px; }

a.blacklink  {
	color:white;
	text-decoration: underline;
	}

.small {
	font-size:9px;
	}

h1 {
	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
}
h2 {
	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	color:white;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}

h3 {
	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	color:black;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

.content {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: white;
	font-size: 11px;
	margin: 0 0 5px 0;
	}

.codeView {
	width:450px;
	height:100px;
	font-family:"Courier New", Courier, monospace, Arial;
	font-size:10px;*/
}

.demo  {
	
	border:1px solid #DBD6B6;
	color:#ffffff; 
	background: url('pics/goldplate.png') repeat;
	/*background filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;*/
    position:absolute; 
	top:50px; 
	left:10%; 
	width:80%; 
	height:80%;
    z-index:99;  visibility:hidden;}

body {
	margin: 0;
	padding: 0;

}

#imageDiv img {
	width: 100%;
	float: left;
	bottom: 0px;
	position: absolute;
	z-index: 1;
}

.men { background-image: url();}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */


#headDiv{ /*border: 0px solid #000;*/
          background-color:white;
/*		  background filter:alpha(opacity=90);-moz-opacity:.99;opacity:.99;*/
/*		  background: rgba(255, 255, 255, 0.5);*/
		  filter:alpha(opacity=90);
		  opacity: 0.9;
          -moz-opacity:0.9;
		 /* background-image: url('pics/eplogo.gif');*/
		  background-repeat:no-repeat;
		  background-position:right;
  		  position:absolute;
      	  top:0;
		  left:0;
		  width:100%;
		  text-align: left;
		  z-index:40;
		  width:100%;
		  }
#playertable{ border: 0px solid #000;
  		  position:absolute;
      	  top: 6;
		  left: 0;
		  text-align: left;		
}
#cover{ border: 0px solid #000;
  		  position: absolute;
          margin-top: 60px;
		  left:15%;
		text-align: left;
			width: 310px;
		z-index: 41;
}


#closebutton { border: 0px solid #000;
			position: absolute;
			top:5px;
			right:5px;
			z-index: 102;
}
#shoutbox{
			position: absolute;
			margin-top: 60px;
			width: 294px;
			right:5%;
			margin-right: 10%;
			height: 590px;
			z-index: 20;

}

#contentDiv{ border: 0px solid #000;
			 margin-bottom: 50px;
			 position:absolute;
		     left:0;
			 width: 100%;
			 filter:alpha(opacity=60);
			 opacity: 0.6;
			 -moz-opacity:0.6;
			 }

#contentDiv2{ border: 0px solid #000;
             bottom: 15%;
             height: 70px; 
			 position:absolute;
		     left:20%;
			 width: 60%;
             text-align: center;
			 vertical-align: middle;
/*			 filter:alpha(opacity=80);
			 opacity: 0.8;
			 -moz-opacity:0.8;*/
			 z-index: 4;}

#aboutusbutton {
			 position:absolute;
			 bottom:50px;
			 margin-right:1px;
			 margin-bottom: 0px;
			 right:0;
			 color:white;
			 z-index:100;
			 width: 120px;
			 height: 190px;
				}

#genderselect { z-index:99; }

#footerDiv{ border: 0px solid #000;
          background: #ffffff;
		  filter:alpha(opacity=90);
		  opacity: 0.9;
          -moz-opacity:0.9;
		  position:absolute;
		  z-index: 3;
		 bottom:0;
		 left:0;
		 width:100%;
		  	/* padding: 10px;
			margin-top: 6px;
			 min-heigth: 100px;*/
             			 } 

