/* Layout ecclesia-ulm.de (RTE Styles) */
/* M. Geiger Informationssysteme, http://www.mgeiger.de */

/* Defaults setzen */

img {
	border: 0 none;
	margin: 0px;
	padding: 0px;
}
	
h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}


/* Standardklassen */

.big {
	font-size: 150%;
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


/* Farben */

.pink {
	color: #ff0080;
}

.gruen {
	color: #008040;
}

.braun {
	color: #804040;
}

.orange {
	color: #ff8000;
}

.blau {
	color: #000080;
}

.rot {
	color: #ff0000;
}

.gelb {
	color: #808000;
}
 

