@charset "utf-8";
/* STARTSEITE für Kids WingTsun Homepage */

#overlay {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}
#blende {
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suche {
	position: absolute;
	width: 300px;
	top: 600px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt {
	width: 800px;
	margin: auto;
	position: relative;
}
#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 5px 10px 0 10px;
	color: #FFCC00;
}
#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 10px 0 10px;
	color: #666666;
}
#inhalt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px 10px 10px 10px;
}
#inhalt p a {
	color: #0033FF;
	text-decoration: underline;
}
#inhalt p a:hover {
	color: #000000;
	text-decoration: underline;
}
#links {
	width: 250px;
	float: left;
	border: 2px solid #000000;
	position: relative;
	margin-right: 20px;
	height: 350px;
}
#mitte {
	width: 250px;
	float: left;
	border: 2px solid #000000;
	position: relative;
	height: 350px;
}
#rechts {
	width: 250px;
	float: right;
	border: 2px solid #000000;
	position: relative;
	height: 350px;
}
#promo {
	width: 796px;
	margin: 0 auto 20px auto;
	clear: both;
	text-align: center;
	border: 2px solid #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 20px;
}
