* {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  text-align: left;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0066FF;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
h1 {
  font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
td {
	padding: 0px;
	margin: 0px;
}
.margin {
	padding: 5px;
	margin: 0px;
}
#logo {
	position: absolute;
	width: 150px;
	height: 150px;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo/logo_traumwelten.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#header {
  position: absolute;
  width: 852px;
	height: 100px;
	left: 149px;
	top:0px;
	background-image: url(../images/banner/banner_kleinetraumwelten.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #3EA1EA;
	z-index: 2;
}
#navigation {
	position: absolute;
	width: 852px;
	height: 40px;
	top: 100px;
	left: 149px;
	z-index: 99;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	float: left;
	height: 40px;
	width: 142px;
	background-image: url(../images/buttons/button_re482.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #FFCC00;   /* #FFFF00;  */
}
#navigation li a:hover {
	background-image: url(../images/buttons/button_re485.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #3EA1EA;
	color: #0000FF;
}
#navigation .active {
	float: left;
	width: 142px;
	height: 40px;
	display: block;
	background-image: url(../images/buttons/button_re485.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #0000FF;
}
#unternavigation {
	position: absolute;
	width:150px;
	height: auto;
	top: 200px;
	left: 0px;
	z-index: 5;
}
#unternavigation ul {
	list-style-type: none;
}
#unternavigation ul li {
	display: block;
	width: 100%;
	height: 20px;
	float: left;
	text-indent: 10px;
}
#unternavigation ul li a {
	height: 20px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	color: #FFCC00;  /* #FFFF00; */
	display: block;
	float: left;
}
#unternavigation li a:hover {
	background-color: #3EA1EA;
	color: #0000FF;
}
#unternavigation .active {
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	color: #0000FF;
	display: block;
	float: left;
}
#content {
  position: absolute;
  width: 830px;
	height: 430px;
	left: 150px;
	top: 150px;
	background-color: #FAF0E6;
	padding: 10px;
	overflow: auto;
	z-index: 4;
}
#content ul {
	padding-left: 15px;
	padding-right: 10px;
}
#counter {
  position: absolute;
	top: 610px;
	left: 10px;
	width: 150px;
	height: 35px;
	z-index: 5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}
#footer  {
  position: absolute;
  width: 850px;
	height: 35px;
	top: 610px;
	left: 150px;
	background-image: url(../images/footer/footer_ram.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 7;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
