body {
	background-color: #ff6600;
	background-image:  url(../images/bkgd-orange.gif);
	background-repeat: repeat;
}
#startseite{
	background-color: #ff6600;
	background-image:  url(../images/start-orange.gif);
	background-repeat: no-repeat;
}
#startlogo {
	left: 360px;
	position: fixed;
	top: 90px;
}
.navtop {
	background-image: url(../images/navtop-orange.gif);
}
.navbottom {
	background-image: url(../images/navbottom-orange.gif);
}
.maintop {
	background-image: url(../images/maintop-orange.gif);
}
.mainbottom {
	background-image: url(../images/mainbottom-orange.gif);
}
#logo {
	background-image: url(../images/logo-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#home #mainnav .home a,
#ueberuns #mainnav .ueberuns a,
#kinder #mainnav .kinder a,
#eltern #mainnav .eltern a,
#links #mainnav .links a {
	color: #ff6600;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff6600;	
}
.understrich {
	border-bottom-color: #ff6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

