/* ars scribendi - editor_content.css */

/* background images newsflash */

.newsflashhome {
	display: block;
	width: 200px;
	height: 400px;
	background: url(../images/newsflash_home.png);
	background-repeat: no-repeat;
	text-align: right;
}

.newsflashaktuell {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_aktuell.png);
background-repeat: no-repeat;
}

.newsflashzeitschrift {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_zeitschrift.png);
background-repeat: no-repeat;
}

.newsflashkurse {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_kurse.png);
background-repeat: no-repeat;
}

.newsflashausstellungen {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_ausstellungen.gif);
background-repeat: no-repeat;
}

.newsflashgalerie {
	display: block;
	width: 200px;
	height: 475px;
background: url(../images/newsflash_galerie.gif);
background-repeat: no-repeat;
}

.newsflashlinks {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_links.png);
background-repeat: no-repeat;
}

.newsflashkontakt {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_kontakt.png);
background-repeat: no-repeat;
}

.newsflashimpressum {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_impressum.jpg);
background-repeat: no-repeat;
}

.newsflashprobeabo {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_probeabo.jpg);
background-repeat: no-repeat;
}

.newsflashmember {
	display: block;
	width: 200px;
	height: 400px;
background: url(../images/newsflash_member.jpg);
background-repeat: no-repeat;
}
/* end background images newsflash */

/* background images content */
.contenthome {
	display: block;
	width: 500px;
	height: 450px;
	background: url(../images/fondcontent_home.gif);
	background-repeat: no-repeat;
}

.contentgalerie {
	display: block;
	width: 500px;
	height: 450px;
	background: url(../images/fondcontent_galerie.gif);
	background-repeat: no-repeat;
}

.contentzeitschrift {
	display: block;
	width: 500px;
	height: 450px;
	background: url(../images/fondcontent_zeitschrift.gif);
	background-repeat: no-repeat;
}

.examplesmembers {
	font-style: italic;
	font-size: 80%;
}
/* end background images content */

.gallery {
float: left;
width: 240px;
padding-right: 5px;
padding-top: 10px;
height: 90px; 
}

.membergallery {
	height: 60px;
	padding-top: 10px;
	font-style: italic;
}