/* CSS Document 
body {
    background-image:url(../img/bgmenu.jpg);
    background-repeat: repeat-x,repeat-y;
}*/
  h1 {
	        font-size:10px; 
	        font-weight:normal;
	        font-family:verdana,arial,helvetica; 
	        color: #999999; 
	        /*color: #000000;*/
	        padding: 0; 
	        margin:0;
            text-align:center; 
            height:20px; 
            line-height:20px;
            background-color:#EBEBEB;
            background-image:url(../img/bar.gif);
        }

a {
	color:#FFFFFF;
	padding:0 8px 0px 8px;
	text-decoration:none;
	}
a:hover {
	color:#990000;
	text-decoration:underline;
	padding:0 8px 0px 8px;
	}

.sinceContent
{
	position:absolute; left:45%;	
	top: 120px;
	font-size:24px; 
	font-weight:normal;
	font-family:century; 
	color: #EEEEEE; 
}

.sinceContent2
{
	position:absolute; left:45%;	
	top: 132px;
	height: 40px;
	width: 150px;
	font-size:24px; 
	font-weight:normal;
	font-family:century; 
	color: #EEEEEE; 
}

.content {

	background-color: #FFFFFF;
	padding: 10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	z-index: 1;
	
	position: absolute;
  width: 940px; 
  height: 570px; 
  
  margin-top:-95px;         
  margin-left:-472px;         
  padding:0;         
  top:50%;         
  left:50%;         


  display: none; 
  background: #FFFFFF; 
  border: 1px solid #000;	
}

.bildcontent {
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	z-index: 2;
}

.startcontent {

  position: relative; 
  left: -4px; 
  top: 40px; 
  height: 187px; 
  width: 383px; 
  
  align:left;	
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}
