/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://mundart-kindergarten.ch/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://mundart-kindergarten.ch/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://mundart-kindergarten.ch/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 101%;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #fff;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #fff;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #fff;
}
body {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	line-height:19px;
	min-height:101%;
	margin-top: 10px;
	padding:0;
	text-align:left;
background: #d2effa;
}

div#abstimmen {
	background: url(http://mundart-kindergarten.ch/images/ja.png) no-repeat top right;
	display: block;
	height: 106px;
	text-indent: -999em;
	text-decoration: none;
}

div#news{
float:left;
display: inline;
	height: 106px;
width: auto;
color: #000;
margin-left: 35px;
}

div#news a {
color: #000;
font-weight: bold;
text-decoration: none;
}

div#pagewrapper {
	width: 1000px;
	margin: 0 auto;
}
div#header {
	height: 42px;
	margin: 0;
	padding: 0;
}
div#header h1 a {
	background: url(http://mundart-kindergarten.ch/images/logo.png) no-repeat 30px bottom;
	display: block;
	height: 42px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(http://mundart-kindergarten.ch/images/logo.png) no-repeat 30px bottom;
}
div#content {
	margin: 0;
	padding: 30px;
background:  #82a71f; /*#729a05;  #86ac20; */
overflow: hidden;
}

div#content_home {
margin: 0;
background: #86ac20;
overflow: hidden;
}


div#main {
	margin-left: 29%;
	margin-right: 192px;
	padding: 0;
}

div#main_home {
	margin-left: 29%;
background: #bce943;
	padding: 30px;
}

div#sidebar_left {
	float: left;
	width: 26%;
	display: inline;
	margin: 0;
	padding-bottom: 50px;
}

div#sidebar_left_home {
	float: left;
	width: 23%;
	display: inline;
	margin: 0;
	padding: 30px 0 50px 30px;
padding-right:2%;
}

div#service_menu {
position: absolute;
left: 30px;
margin-top: -45px;
}

div#sidebar_right {
	float: right;
	width: 162px;
	display: inline;
	margin: 0;
	padding:0;
}
div#footer {
position: absolute;
margin-top: -20px;
	clear: both;
	padding: 0;
	color: #000;
height: 131px;
width: 1000px;
	background: url(http://mundart-kindergarten.ch/images/achtung_abstimmung.png) no-repeat scroll 200px top;
}
div#footer p {
	font-size: 0.8em;
	padding-top: 30px;
	text-align: right;
	margin: 0;
}
div#footer p a {
	color: #000;
}
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
div#content h1 {
	font-size: 2em;
	line-height: 2em;
	margin: 0;
text-align: center;
}
div#content h2,
div#content_home h2 {
font-weight: normal;
text-transform: uppercase;
	color: #fff;
	font-size: 11.2pt;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #fff;
	font-size: 11.2pt;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
p {
	margin: 13px 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode {
	margin: 0 0 2.5em;
}
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	list-style-position:outside;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 1.2em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

input {
width: 300px;
margin-bottom: 10px;
}

label {
float: left;
width: 100px;
}

.formbuilderform textarea {
width: 300px;
height: 100px;
}
.fbsubmit {
width: 300px;
margin-left: 100px;
margin-top: 10px;
}

.servicelinks {
text-transform: uppercase;
padding-right: 15px;
}

a.servicelinks, 
a:link.servicelinks, 
a:active.servicelinks {
	text-decoration: none;
	background-color: inherit;
	color: #fff;

}
a:visited.servicelinks  {
	text-decoration: none;
	background-color: inherit;
	color: #fff;
}
a:hover.servicelinks {
	text-decoration: none;
	background-color: inherit;
	color: #b7e04a;
}


div.initiative {
background: #fff;
color: #000;
padding: 10px;}
/* Stylesheet: IMK_3_columns Modified On 2011-09-19 13:23:56 */
#menuwrapper {
	width: 95%;
	margin-left: 0px;
	margin-bottom: 10px;
}

#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-left: 1px;
}
#primary-nav ul {
	position: absolute;
	top: 5px;
	left: 100%;
	display: none;
}
#primary-nav ul ul {
	top: 0px;
}
#primary-nav li {
	margin-bottom: -1px;
	position: relative;
	padding: 0;
}
#primary-nav li li {
	width: 220px;
	padding: 0px;
}

ul#primary-nav li a {
	font-size: 14.4pt;
	font-weight: normal;
text-transform: uppercase;
	color: #fff;
	padding-bottom: 1.2em;
	display: block;
	text-decoration: none;
}
ul#primary-nav a span {
	display: block;
}
ul#primary-nav li a:hover {
	color: #b7e04a;
}
ul#primary-nav li li a:hover {
	color: #b7e04a;
}
ul#primary-nav li a.menuactive {
	color: #b7e04a;
}
ul#primary-nav li li a.menuactive {
	color: #b7e04a;
}
ul#primary-nav li ul a {
	font-size: 14.4pt;
	font-weight: normal;
	color: #fff;
	padding-bottom: 1.2em;
	display: block;
	text-decoration: none;
}
ul#primary-nav li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
}

/* BIG NOTE: I didn't do anything to these 2, never tested */
#primary-nav li.sectionheader {
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0.5em;
	background-color: #fff;
	margin: 0;
	width: 100%;
}
/* separator */
#primary-nav li hr.separator {
	display: block;
	height: 0.5em;
	color: #abb0b6;
	background-color: #abb0b6;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
}
/* Stylesheet: Navigation: CSSMenu - Vertical Modified On 2011-01-03 13:06:08 */
