@charset "UTF-8";
/*
 *=========================================================================
 * tanzen-frontpage.css 
 * --------------------
 *
 * Design by ARTVERTISEMENT aufbereitet durch N. Markgraf
 *
 *
 * $Id: frontpage-main.css 15 2009-07-20 06:44:11Z norman $
 *=========================================================================
 */
body
{
	background-color: #C85300; 
	background-image: url("../images/back.jpg"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top; 
	margin: 0;
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	color: #ffffff;
}
 
/*
 * Um die Eingaben genau in der Mitte der Seite zu positionieren muessen
 * wir die Groesse des div-Bereichs kennen. 
 * Hier wird angenommen, dass es sich um ein 1000x453 grossen Bereich
 * handelt. Dieser wird dann in die Mitte gesetzt und der  Rahmen um
 * 500px(=1000px/2) nach links und um 226px(=453px/2) nach oben verschoben.
 *
 */
#centerMe
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 453px;
	margin-left:-500px;
  	margin-top:-226px;
}
 
#trans 
{
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background-image: url("../images/trans.gif");
	background-repeat: repeat;
}

.head
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	line-height: 20pt;
	font-weight: normal;
}

a
{
	color: #ffffff;
}

.head a
{
	color: #ffffff;
	text-decoration: none;
}

.head a:hover
{
	text-decoration: overline;
} 

.medium
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	line-height: 16pt;
	font-weight: normal;
	font-size: 11pt;
}

.medium a
{
	color: #F3C29F;
	text-decoration: none;
}

.medium a:hover
{
	text-decoration: none;
} 

.fliess
{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	line-height: 12pt;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.fliess a
{
	text-decoration: none;
	font-weight: normal;
}

.fliess a:hover
{
	text-decoration: none;
	font-weight: bold;
} 

.text_kl
{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	line-height: 7pt;
	font-weight: normal;
	font-size: 7pt;
}

.text_kl a
{
	text-decoration: none;
}

.text_kl a:hover
{
	text-decoration: overline;
} 

