/* filename: /css/montessori_gen.css
   version 1.01 - 2010-03-10
   kontakt at manderbachmedia dot de */
   

#printinfo {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #f5f4f4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 101%;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
} 


img {
	border: none;
}

#center {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	z-index: 10;
	background: #fff;
}


#wrapper {
	position: relative;
	top: 0;
	left: 0;
}

body #wrapper {/* default */
	background: #fff url(/img/bg_triangle.gif) 23px 90px no-repeat;
}


body.home #wrapper {/* default */
	background-image: none;
}

body.montessori #wrapper {
	background: #fff url(/img/bg_square.gif) 23px 90px no-repeat;
}

body.kinderhaus #wrapper {
	background: #fff url(/img/bg_star.gif) 23px 90px no-repeat;
}

body.schule #wrapper {
	background: #fff url(/img/bg_circle.gif) 23px 90px no-repeat;
}

body.presse #wrapper {
	background: #fff url(/img/bg_square.gif) 23px 90px no-repeat;
}

body.faq #wrapper {
	background: #fff url(/img/bg_star.gif) 23px 90px no-repeat;
}

body.traeger #wrapper {
	background: #fff url(/img/bg_circle.gif) 23px 90px no-repeat;
}

/* ---------------- head --------------- */
#head {
	position: relative;
	top: 0;
	left: 0;
	height: 171px;
	width: 900px;
}
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#navmeta {
	position: absolute;
	top: 5px;
	right: 80px;
}


#navmeta ul {
	margin: 0;
	padding: 0;
}

#navmeta li {
	list-style: none;
	display: inline;
}

#navmeta a {
	font-size: 0.6em;
	line-height: 1em;
	font-weight: bold;
	color: #878889;
	background: #fff;
	text-decoration: none;
	margin-left: 10px;
}

#navmeta a.act, #navmeta a:hover {
	color: #009ee0;
}

#slideshow {
	position: absolute;
	top: 36px;
	left: 204px;
}

/* SLIDESHOW */
#slideshow {
 height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

/* ---------------- navmain ------------- */
#navmain {
	margin: 15px 0 45px 205px;
}

#navmain ul {
	margin: 0;
	padding: 0;
}

#navmain li {
	list-style: none;
	display: inline;
}

#navmain a {
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
	color: #878889;
	background: #fff;
	text-decoration: none;
	margin-right: 12px;
}

#navmain a.act, #navmain a:hover {
	color: #009ee0;
}
/* ---------------- colleft ------------- */


#colleft {
	float: left;
	margin: 0 0 50px 42px;
	width: 135px;
}

#colleft ul {
	margin: 0;
	padding: 0;
}

#colleft li {
	list-style: none;
	display: inline;
}

#colleft a {
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #878889;
	text-decoration: none;
	margin: 10px 0 5px 0;
}

#colleft a.act, #colleft a:hover {
	color: #b9cf50;
}

#colleft li li a {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 5px 10px;
}

/* ---------------- content ------------- */
#content {/*text-align: justify;*/
	width: 615px;
	margin: 0 0 0 205px;
	padding-bottom: 200px;
	color: #000;
	font-size: 0.95em;
}

#content h1 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
}

#content h2 {
	margin: 10px 0 15px 0;
	font-size: 1.20em;
}

#content h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
}

#content p {
	margin: 0 0 20px 0;
}


#content ul, #content ol {
	margin: 5px 0 20px 0;
}

#content ul li, #content ol li {
	padding-bottom: 10px;
}

table {
/*
	border-left: 1px solid #f5f4f4;	
	border-top: 1px solid #f5f4f4;*/
	margin-bottom: 20px;
}

table td, table th {
	/*border-right: 1px solid #f5f4f4;	
	border-bottom: 1px solid #f5f4f4;*/
	padding: 5px 10px;
	vertical-align: top;
}

/*
table.mitarbeiter {
	border: none;
}

table td, table th {
	border: none;
}
*/

a {
	color: #029ee2;
}

#content a.pdf {
	padding-left: 17px;
	background: url("/img/icon_pdf.gif") 0 3px no-repeat;
}

address {
	font-style: normal;
}


#flashbuehne {
	margin-left: 0px;
	width: 690px;
}

.homecite {
	padding-top: 150px;
}

#content hr {
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e6e2cf;
}
/* ---------------- news --------------- */

#content p.datum {
	font-size: 0.8em!important;
	margin-bottom: 0;
	margin-top: 10px;
}
#content h3.head, #content p.teaser {
	margin-top: 0px;
	font-size: 0.9em!important;
}

#content h1.head {
	margin-top: 5px;
}
/* ---------------- sonstige ------------- */

.w150 {
	width: 150px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

dfn {
	display: none;
	float: left;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
	min-height: 1px;
}
