* {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #383539;
}

body {
	background: url("img/bg_body.jpg");
	padding: 50px 50px 50px 50px;
	position: relative;
}

#kids {
	width: 900px;
	height: 170px;
	position: absolute;
	left: 65px;
	top: 35px;
	background: url("img/header.gif") no-repeat;
}

#main {
	width: 900px;
}

#header {
	background: url("img/bg_header.jpg") center;
	height: 130px;
	border: 3px solid #94478D;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 30px;
}

#navi {
	float: left;
	background: #ffffff;
	height: 500px;
	width: 250px;
	border: 3px solid #94478D;
	padding-top: 30px;
}

#navi ul {
	list-style-type: none;
	margin-left: 72px;
}

#navi ul li {
	margin-bottom: 21px;
	list-style-image: url("img/bg_menu.gif");
}

#navi ul li a {
	font-family: Tahoma, verdana, sans-serif;
	color: #99438A;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#navi ul li a:hover {
	color: #A42749;
}

#content {
	position: relative;
	height: 500px;
	border: 3px solid #94478D;
	margin-left: 275px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
	padding: 14px;
	width: 590px;
}

h1 {
	color:#94478D;
	font-size: 16px;
	padding: 8px;
}

p {
	margin-bottom: 5px;
}

p.small {
	font-size: 10px;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #A22B47;
}

#content a:hover {
	color: #B177AD;
	text-decoration: underline;
}

div#content ul  {
	margin-left: 15px;
}

div#content ol {
	margin-left: 20px;
}

table.rubrik td{
	padding: 5px 15px;
}

table.rubrik a {
	font-size: 16px;
	font-weight: bold;
	color: #A22B47;
	text-decoration: none;
}

table.rubrik a:hover {
	color: #B177AD;
	text-decoration: underline;
}

table.rubrik img {
	border: 1px solid #94478D;
}

table.anmeldung th {
	text-align: right;
}

table.anmeldung th, table.anmeldung td {
	padding: 3px;
}