/* Waldorfkindergarten Uhlandshoehe  | Website 2023 */

/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin:0;
	padding:0;
}
.formErr, .error {
	color:red;
}
body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6c6c6c;
	background-color: #fff;
	text-align: center;
}
h1 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: lighter;
	color: #54055e;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 31px;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #54055e;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
p {
	line-height: 20px;
	margin-bottom: 20px;
}
p.hr {
	line-height:0;
	border-top: #dcdcdc 1px solid;
	color:#fff;
}
.klein {
	font-size: 10px;
	line-height: 12px;
}
img {
	border:none;
}
img a:hover {
	border:none;
}
a {
}
a:link {
	color: #991441;
	text-decoration: none;
}
a:visited {
	color: #991441;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f68b00;
}
a:active {
	color: #f68b00;
	text-decoration: none;
}
/* ------------------------ SEITENBEREICHE ------------------------ */

#wrapper {
	text-align: center;
	margin: 0px auto;
}
#header {
	height: 92px;
	width: 800px;
	margin: 20px auto;
	text-align: left;
}
#logo {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 100;
	width: 82px;
	height: 82px;
}
#container_mainnav {
	float: right;
	position: absolute;
/*	margin-left: 100px;*/
  margin-left: 0px;
	border-bottom: #dcdcdc 1px solid;
	height: 110px;
}
#columns {
	width: 800px;
	margin: 0px auto;
	display: block;
	text-align: left;
}
#columns ul {
	line-height: 18px;
	margin-bottom: 18px;
}
#columns li {
	margin-left: 12px;
	list-style-position: outside;
}
#mcol {
/*	border-top: #dcdcdc 1px solid;*/
	padding-top: 20px;
	width: 460px;
	float: left;
}
#mcol ul {
	float: none;
	line-height: 20px;
	margin-bottom: 20px;
}
#mcol li {
	float: none;
	margin-left: 40px;
	list-style-position: outside;
}
#rcol {
/*	border-top: #dcdcdc 1px solid;*/
	text-align: left;
	width: 300px;
	float: right;
	margin-bottom: 20px;	
}
#rcol img {
	margin-top: 15px;
	margin-bottom: 5px;
}
#panoramabild {
	position: relative;
	text-align: center;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 800px;
	border-top: #dcdcdc 1px solid;
	padding-top: 20px;
	position: relative;
	text-align: center;
	clear: both;
}
/* ------------------------ Hauptnavigation (oben) -------------------------------- */

#mainnav {
	font-size: 14px;
	margin-left: 100px;
}
#mainnav ul {
	float:left;
}
#mainnav li {
	width: 110px;
	border-left: #dcdcdc 1px solid;
	padding: 14px 14px 0px 14px;
	list-style:none;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 32px;
}
#mainnav a {
	color: #991441;
	float:left;
	text-decoration: none;
}
#mainnav a:hover {
	color:#f68b00;
	text-decoration:none;
	border: none;
}
#mainnav a.current {
	color:#f68b00;
	float:left;
	text-decoration: none;
}
#mainnav a:hover.current {
	color:#f68b00;
	text-decoration:none;
	border: none;
}
.ut {
	color: grey;
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
/* ------------- Metanav (rechte Spalte )-------------------- */

#metanav {
	font-size: 14px;
}
#metanav ul {
	width: 100%;
	float:left;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
#metanav li {
	margin-left: 10px;
	padding-left: 0px;
	list-style:none;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
}
#metanav a {
	color: #991441;
	float:left;
	text-decoration: none;
}
#metanav a:hover {
	color:#f68b00;
	text-decoration:none;
	border: none;
}
#metanav a.current {
	color:#f68b00;
	float:left;
	text-decoration: none;
}
#metanav a:hover.current {
	color:#f68b00;
	text-decoration:none;
	border: none;
}

