@charset "utf-8";
/* CSS Document */

html  {
		font-size: 100%; /*damit der IE keine Riesensprünge macht, wenn man von der Default-Textgröße auf large stellt*/
		color: #000000;
	}
body  {
    	font: 12pt Georgia, "Times New Roman", Times, serif;
    	background-color: #FFFFFF;
		color: #000000;
    	margin-left: 2,5cm;
		margin-right: 2,0cm;
    	padding: 0;
    	text-align: left;
	    }
#container { 
    	width: auto;
    	background: #FFFFFF;
    	margin: 0;
		margin-top: 1cm;
    	text-align: left;
    } 

#header {
		height: auto;
    	background-color: #FFFFFF;
		}

#header h1 {
		font-size: 24pt;
		font-weight: bold;
		}

#header h2 {
		font-size: 18pt;
		font-weight: bold;
		}
#header img {
		display: none;
		}

#bilder {
		display: none;
}

#sidebar1 {
    	display: none;
		width: 0;
    }
#sidebar2 {
    	float: none;
		border: 1px solid #000000;
    	width: auto; 
    	background: #FFFFF;
		padding: 0;
		margin-left: 48pt;

		}
#sidebar2 h1 {
		color: #000000;
		font-size: 12pt;
		font-weight: bold;
		}
#mainContent {
     	width: auto;
		border: 0;
		margin: 0 5%;
		padding: 0;
		float: none !important;
}
		
#mainContent p, h1, h2, h3, h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
		font-size: 12pt;
		}

#mainContent h2 {
		font-size: 14pt;
		font-weight: bold;
} 

#mainContent h3, #mainContent h4 {
		font-size: 12pt;
		font-weight: bold;
}

#mainContent p {
		font-size: 12pt;
		font-weight: normal;
		}
  

#mainContent a:link {
		font-size: 12pt;
		font-weight:bold;
		color: #000000;
}

#footer {
		display: none;
		}
#druckkontakt {
		display:block;
		border: 1px solid #000000;
		margin-left: 48pt;
		}
h1, h2, h3, h4, p, a:link, #header h1, #header h2, #header h3, #header h4, #header p, #header a:link, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent p, #mainContent a:link, #sidebar2 h1, #sidebar2 h2, #sidebar2 h3, #sidebar2 h4, #sidebar2 p, #sidebar2 a:link, #sidebar2 p a, #druckkontakt p, #druckkontakt a:link {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000000;
		}
.noprint{
		display: none;
		}
		
a.extlink:after {
		content: " (" attr(title) ")";
		}
		
a, a:link, a:visited, a:active {
		color: #000000 !important;
		font-weight: normal !important;
		text-decoration: underline !important;
		}
a.intlink:after, #mainContent a.intlink:link:after, a.intlink:link:visited:after {
  content: " (Infos auf der Kinderhaus-Website unter: <http://www.kinderhaus-haidhausen/" attr(href) ">) ";
  font-size: 76%;
  color: #000000;
  font-weight: normal;
  background: transparent;
  text-decoration: none !important;
}