/* -----Seitenrueckstellung---- */
* {
    padding:0;
    margin:0;
    -webkit-text-size-adjust: none;
}

a:link {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}

a.sub:link {color: #999; text-decoration: none;}
a.sub:visited {color: #999; text-decoration: none;}
a.sub:hover {color: #999; text-decoration: underline;}

h1
{
	font-size: 130%;
	color: #333;
}

body	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

#seite  {
	border: 0px solid #0f0;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	background: none;
	display: block;
	position: absolute;
}

#bannerblock		/* Bildleiste ganz oben */
{
	border: 0px solid #000;
  height: 75px;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  position: absolute;
}

#menueblock		/* Hauptmenue-Block */
{
	border: 0px solid #000;
	height: 22px;
	left: 0px;
	width: 100%;
	top: 75px;
	z-index: 0;
	position: absolute;
}

#submenueblock		/* Block fuer Submenues */
{
	border: 0px solid #000;
  height: 22px;
  width: 100%;
  top: 97px;
	left: 0px;
  z-index: 0;
  position: absolute;
}

.menu		/* Hauptmenue Inhalt */
{
	border: 0px dotted #000;
	width: 552px;
	
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-weight: bold;
}

.reiter
{
	width: auto;
	height: 19px;
	z-index: 2;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	position: relative;
	text-align: center;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

.submenu		/* Hauptmenue Inhalt */
{
	border: 0px dotted #000;
	
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	font-weight: bold;
}

#logoblock 	/* Logo senkrecht links TanzArt*/
{
	border: 0px solid #000;
	height: 550px;
  width: 121px;
  left: 0px;
  top: 119px;
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
}

#schriftblock		/* Block senkrecht mit Schrift Gabriele Paulitschek*/
{
	border: 0px solid #000;
	height: 550px;
  width: 19px;
  left: 121px;
  top: 119px;
  z-index: 1;
  position: absolute;
	background-repeat: no-repeat;
}

#hauptblock		/* Anzeigebereich fuer Content */
{
	border: 0px solid #ff0000;
	left: 140px;
	margin-right: auto;
	padding: 20px;
	height: 550px;
	width: 860px;
  top: 119px;
  z-index: 1;
  display: block;
  position: absolute;
  overflow: visible;
/*  background: none;*/
}

#disclaimer		/* Anzeigebereich fuer Datenschutz */
{
	border: 0px solid blue;
/*	background-color: #fff2d0;	*/
    visibility: visible;
		padding: 0px;
    height: 110px;
    width: 640px;
    top: 430px;
    left: 130px;
    z-index: 0;
    display: block;
    position: absolute;
    overflow: visible;
    font-size: 8pt;
	  color: #333333;
}

.button_close	/* Positionierung des Schließen-Links der Popup Fenster */
{
/*	position: absolute;
	top: 660px; */
	width: 800px;
	height: 20px;
	border: 0px solid #000;
	z-index: 1;
}

.bild-vert {
	position: relative;
	top: 5%;
	margin-top: auto;
	margin-bottom: auto;
}

.bild-hor {
	position: relative;
	top: 10%;
	margin-top: auto;
	margin-bottom: auto;
}

.fontklein {font-size: 90%; }

.fontgross {font-size: 120%; }

.meldung {
	position: absolute;
	top: 300px;
	left: 160px;
	width: 510px;
	height: 55px;
	z-index: 3;
	color: #ff0000;
	background-color: #fff;
	font-size: 150%;
}