* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#b3d17d;
	font-size:100.01%;
	height:100%;
}

#top {
	width:1px;
	height:33.33%;
	margin-bottom:-157px;
	float:left;
}

/* inhalt */
#wrap {
	background: url(images/bg_content1.gif) repeat-x;
	height:471px;
	width:100%;
	float:left;
}
#inhalte {
	margin:0 auto;
	height:471px;
	width:1000px;
	clear:left;
	/* border: 1px solid blue; */
}

#mylogo {
	width: 1000px;
	height: 62px;
	background: url(images/logo.gif) no-repeat;
}

/* Navigation */
#navigation {
	width: 125px;
	padding-top: 63px;
	margin: 0px 15px 0 0px;
	float: left;
	/* border: 1px solid red; */
}

#bild {
	margin-top:0px;
	height: 409px;
	width:409px;
	float:left;
	/* border: 1px solid red;*/
}
#worte {
font-size: 70%;
	margin:0;
	height: 409px;
	width:451px;
	float:left;
	overflow: auto;
	/* border: 1px solid red; */
}

#worte ul { /* für Editier-Bereich */
	margin-left: 20px;
	list-style: disc inside;
}

/* Links */
a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
div.worte a {
	font-weight: normal;
	color: #350035;
	text-decoration: underline;
}
div.worte a:hover {
	color:#999;
}

h1, h2, h3 {
font: normal 210% Georgia, Times, serif;
font-weight: normal;
	color: #660000;
	margin: 18px 0 10px 18px;
}

h4 {
	color:black;
	font-weight: normal;
	margin-top:0px;
	padding-left:20px;

}

p {
	margin-top:8px;
	line-height:150%;
	padding:0 30px 0 20px;
}

p img {
	padding:5px;
}
div.text ul {
	list-style:outside;
	margin-left: 20px;
	padding:0px;
}
div.text ul li {
	line-height:150%;
	list-style:circle;
}
div.text ol {
	list-style:outside;
	margin-left: 23px;
	padding:0px;
}
div.text ol li {
	line-height:150%;
	list-style: decimal;
	margin-top:5px;
}
