@charset "UTF-8";

/* CSS Document exitasia Startseite*/

/*---------------reset für Browservorgaben und Vorformatierungen von Elementen. Immer benutzen!!!---------------------*/
* { behavior: url(scripts/iepngfix.htc); }
body, p, h1, h2, h3, h4, h5, h6, ul, ol { padding:0; margin:0;}
img { border:none; }
ul { list-style:none; }
a {
	outline:none;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

/*--------------------------------------------feste classen und fixes-----------------------------------------------*/
.clearfix { clear:both; }
.float_left { float:left; }
.float_right { float:right; }


/*-------------------------------Formatierung von allen generell verwendeten Elementen------------------------------*/
body {
	background-color:#000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
} /*ZENTRIERUNG: text align center muss sein!!! für IE 6 !!! */

/*--------------------------Formatierung von speziell verwendeten Elementen in div id------------------------------*/



/*-------------------------Formatierung von allen divs über id zur Positionierung----------------------------------*/
#wrap {
	background-color:#000;
	width:950px;
	text-align:left;
	position:absolute;
	height: 440px;
	margin-top: -220px;
	margin-left: -475px;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
} /*ZENTRIERUNG: margin auto!!! text align left muss sein!!! um fix für IE 6 wieder aufzuheben!!! */
#portal {
	height: 355px;
}
#tanz {
	width: 435px;
	background-image: url(images/exitasia-tanz-logo.jpg);
	background-repeat: no-repeat;
	height: 355px;
}
#kampfsport {
	height: 355px;
	width: 435px;
}
#footer {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	height: 85px;
	background-image: url(images/footer.jpg);
}
