/* /druck.css etc. für www.frankfurter-malschule.de */

/*Struktur*/

/* CSS print für wpublish*/

/* Legt eine weissen Hintergrund und eine druckfreundliche Schrift fest */

body { 
	background: white;
	font-family: Times, 'Times New Roman', serif;
	font-size: 12pt;
	margin-left: 20px;
	margin-right: 30px;
}

/* Linkformatierung */

body a:link, body a:visited {
	text-decoration: none;
}
/* Linkformatierung 
body a:link:after, body a:visited:after {
	content: " (" url(../images/pfeil.gif) attr(href) ") ";
	font-weight: normal;
	font-size: 80%
}
*/

#nav, #adress,#site_nav, .noprint, .top, #berghout, #coloria{
	display: none;	
}

#container{
border: 0px solid #fff;
}
#content{
	border: 0px solid #fff;
	margin-right: 1cm;
}


#content h3{
border: 0px solid #fff;
}


h1, h1 span {

	font: bold 1.4em arial, helvetica, sans-serif;
			color:#000;
}
.nodisplay{
	display: none;
}

#float_left{
	display: inline;
}
.top{
		display: none;
}

h2, h2 span{
	font: bold 1.2em arial, helvetica, sans-serif;
	color: #000;
	display: block;
}

#kindermal h2 span {
	font: bold 1.2em arial, helvetica, sans-serif;
	color: #000;
	display: block;
}

h3 {
	font: bold 1.1em arial, helvetica, sans-serif;
}


#footer{
	

width: 551px;/* wg Problem IE 6.0 von 554 auf 551 gesetzt */
margin:0px;
padding: 124px 0px 5px 0px;
}
