/*--------------------------------------------------
  SEITEN ELEMENTE
--------------------------------------------------*/

  html {
    height:100%;
  }
  body {
         font-size: 12px;
		 font-family: Verdana, Geneva, sans-serif;
		 color: #000000;
		 background: #DBDBDB;
  }
  	  a:link{color: #333333;text-decoration:none;}
  	  a:visited{color: #333333;text-decoration:none;}
  	  a:hover{color: #666666; text-decoration:none;}
  	  a:active{
	color: #FFFF00;
	text-decoration:none;
}

  #inhalt {
	position:absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left:-255px;
	margin-top:-250px;
	z-index: 2;
	border: 10px solid #FFFFFF;
	background-color: #DBDBDB;
  }
  
  #menue {
	position:absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	top: 50%;
	margin-left:-75px;
	margin-top:-70px;
	font-size:12px;
	text-align: center;
	z-index: 3;
	border: 10px solid #FFFFFF;
	background-color: #DBDBDB;
  }
  .menuelink{
	color: #333333
  }
  .menuelink:hover{
	color: #666666;
	text-decoration:none;
	cursor: pointer;
  }
  .menuelink:active{
	color: #FFFF00;
  }
  
  #menuetb td, #inhalttb th {
  border-color: #FFFFFF;
  width: 70px;
  height: 70px;
  }
  
  .untermenue {
	width: 70px;
	height: 70px;
	font-size:12px;
	text-align: center;
	z-index: 3;
	border: 10px solid #FFFFFF;
	background-color: #DBDBDB;
	position:absolute; 
	left: 50%; 
	top: 50%; 
  }
  
  #untermenuetb td, #inhalttb th {
  border-color: #FFFFFF;
  width: 70px;
  height: 70px;
  }
  
  #pfeil {
	width: 50px;
	height: 50px;
	margin-top:-15px;
	position:absolute;
	left: 50%;
	top: 50%; 
  }
  
  a { outline: none; }
	
  #logo {
	position:absolute;
	width: 300px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-left:-22px;
	margin-top:258px;
	z-index: 1;
	color: #FFFFFF;
  }
  #presse {
	position:absolute;
	width: 150px;
	height: 32px;
	right: 10px;
	top: 10px;
	text-align:right;
  }
  #presse_unten {
	position:absolute;
	width: 150px;
	height: 32px;
	right: 10px;
	top: 210px;
	text-align:right;
  }
  #counter {
	position:absolute;
	width: 15px;
	height: 10px;
	right: 10px;
	bottom: 10px;
  }
  
  .riesig {
	font-size:25px;
	font-family: Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
  }
  .riesig a:link{color: #FFFFFF;text-decoration:none;}
  .riesig a:visited{color: #FFFFFF;text-decoration:none;}
  .riesig a:hover{color: #FFFFFF;text-decoration:none;}
  .riesig a:active{color: #FFFFFF;text-decoration:none;}

/* Archiv */

  .eroeffnung {
	margin-left:-450px; 
	margin-top:50px;
  }
  .kunstfruehling {
	margin-left:-450px; 
	margin-top:-220px;
  }
  .umbau {
	margin-left:300px; 
	margin-top:-150px;
  }
  .presse {
	margin-left:400px;
	margin-top:50px;
  }
  .shop {
	margin-left:-600px;
	margin-top:-100px;
  }
