@charset "utf-8";
body  {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}
a:link { color: #000000; text-decoration:underline; }
a:visited { color: #000000; text-decoration:underline; }
a:focus { color: #666666; text-decoration:underline; }
a:hover { color: #666666; text-decoration:underline; }
a:active { color: #666666; text-decoration:underline; }

img {
	border: 0;
}
#container {
	width: 1004px;
	background: #FFFFFF;
}
#header {
	position: absolute;
	height: 165px;
	z-index: 10;
}
#menu {
	position: absolute;
	left: 315px;
	top: 100px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li ul {
	display: block;
}
#submenu_interdance {
	position: absolute;
	left: 45px;
	top: 30px;
	padding: 0px;
	margin: 0px;
}
#submenu_news {
	position: absolute;
	left: 135px;
	top: 30px;
	padding: 0px;
	margin: 0px;
}
#submenu_kurse {
	position: absolute;
	left: 210px;
	top: 30px;
	padding: 0px;
	margin: 0px;
}
#submenu_tanzen {
	position: absolute;
	left: 285px;
	top: 30px;
	padding: 0px;
	margin: 0px;
}
#submenu_balletto {
	position: absolute;
	left: 435px;
	top: 30px;
	padding: 0px;
	margin: 0px;
}
#content {
	position: absolute;
	top: 165px;
	left: 315px;
	width: 675px;
	background-color: #dee4a7;
	border-bottom: 30px solid white;
}
#content .text {
	float: left;
	width: 450px;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 10pt;
}
#content .textright {
	float: right;
	width: 150px;
	padding: 0px;
	font-size: 10pt;
}
h1 {
	color: white;
	font-size: 16pt;
	font-weight: normal;
	margin: 25px 0px 10px 0px;
}
#kreise {
    position: absolute;
    left: 50px;
    top: 220px;
    width: 300px;
    height: 400px;
}
#logo {
	position: absolute;
	left: 80px;
	top: 15px;
}
#impressum {
	position: absolute;
	left: 90px;
	top: 680px;
}