
body {
		background: #F9FF8D url(../images/bg2.gif);
		font: 67% Arial, Helvetica, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
		color: #333399;
	}
img {
	border: 0;
}
a {
		color: #FF6600;
		text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#start {
	position: absolute;
	left: 3500px;
	top: -200px;
}

#main {
	position: absolute; 
	z-index:5;
}
#menu {
	height: 28px;
	width: 100%;
	margin-top: 4em;
		background: #FFFFCC;
	 
}
#menu ul {
	list-style: none;
	margin-left: 1.2em;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 17px;
	margin: 5px 0;
	padding: 0 9px;
	font-weight: bold;
		border-right: 2px solid #FF6600;
	text-indent: -900px;
		
}

#kita {
	display: block;
		background: url(../images/menu/menu_01_off.gif) no-repeat center;
		width: 90px;
}
#kita:hover {
		background: url(../images/menu/menu_01_on.gif) no-repeat center;
	}
#aktuelles {
	display: block;
		background: url(../images/menu/menu_02_off.gif) no-repeat center;
		width: 74px;
}
#aktuelles:hover {
		background: url(../images/menu/menu_02_on.gif) no-repeat center;
	}
#konzept {
	display: block;
		background: url(../images/menu/menu_03_off.gif) no-repeat center;
		width: 66px;
}
#konzept:hover {
		background: url(../images/menu/menu_03_on.gif) no-repeat center;
	}
#faq {
	display: block;
		background: url(../images/menu/menu_04_off.gif) no-repeat center;
		width: 119px;
}
#faq:hover {
		background: url(../images/menu/menu_04_on.gif) no-repeat center;
	}
#team {
	display: block;
		background: url(../images/menu/menu_05_off.gif) no-repeat center;
		width: 45px;
}
#team:hover {
		background: url(../images/menu/menu_05_on.gif) no-repeat center;
	}
#sponsoren {
	display: block;
		background: url(../images/menu/menu_06_off.gif) no-repeat center;
		width: 80px;
}
#sponsoren:hover {
		background: url(../images/menu/menu_06_on.gif) no-repeat center;
	}
#kontakt {
	display: block;
		background: url(../images/menu/menu_07_off.gif) no-repeat center;
		width: 65px;
}
#kontakt:hover {
		background: url(../images/menu/menu_07_on.gif) no-repeat center;
	}
#termine {
	display: block;
		background: url(../images/menu/menu_08_off.gif) no-repeat center;
		width: 65px;
}
#termine:hover {
		background: url(../images/menu/menu_08_on.gif) no-repeat center;
	}

#kinder {
	float: left;
	width: 220px;
	height: 248px;
	padding-left: 1.2em;
	margin-top: 6.5em;
}
#kinder #spielen {
	display: block;
	margin-left: 60px;
}
#content {
	float: left;
	width: 440px;
	margin: 1.5em 50px;
}
#content h1 {
	font: bolder 1.8em Arial, Helvetica, sans-serif;
		color: #FF6600;
	}
#content h2 {
	margin-bottom: .5em;
	font-weight: bold;
}
#content #text {
	float: left;
	width: 180px;
	margin-top: 1em;
}
#content #image {
	float: right;
	width: 230px;
	margin-top: 1em;
	text-align: right;
}
#content .arrow {
	margin-top: 1em;
}
#content a.arrow {
	font-size: 0.9em;
	text-decoration: none;
}
.news-date {
	float: left;
	width: 100px;
	margin: 1em 0 0 0;
}
.news-list {
	float: left;
	width: 300px;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #333399;
}
.news-list h2 {
	margin: 0;
}
#news-article h2 {
	margin: 1em 0;
}
#news-article p {
	margin: 0 0 1em 0;
}
a.faq {
	font-weight: bold;
	line-height: 1.5em;
}

ul.kontakt {
	list-style: none;
}
ul.kontakt a {
	font-weight: bold;
	line-height: 1.8em;
}
fieldset {
	border: 0;
}
label {
	display: block;
	float: left;
	width: 15em;
	height: 2em;
}

input, select {
	width: 180px;
	height: 1.5em;
	font-size: 1em;
	border: 1px solid #333399;
}
textarea {
	width: 180px;
	height: 15em;
	font-size: 1.2em;
	border: 1px solid #333399;
}
.clear {
	clear: both;
}
#elternabend {
	width: 430px;
	border: 1px solid #000;
}
#elternabend td {
	border: 1px solid #000;
	padding: 5px;
	text-align: middle;
}
#footer {
	clear: both;
	width: 700px;
	padding: 1.5em;
	border-top: 1px solid #333399;
	font-size: 0.9em;
}
#footer address {
	float: left;
}
#footer ul {
	float: right;
	list-style: none;
}
#footer li {
	float: left;
}
#footer li a {
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #333399;
	color: #333399;
}
