/* CSS Box fuer die Termineseite
================================================*/
.cb {
	margin:0.5em 0;
}
/* Oberer Rand */
.bt {
	background:url("galerie/box.png") no-repeat 100% 0%;
	margin:0 0 0 18px;
	height:17px;
	
}
.bt div {
	background:url("galerie/box.png") no-repeat 0 0;
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	
}

/* Unterer Rand */
.bb {
	background:url("galerie/box.png") no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url("galerie/box.png") no-repeat 0 100%;
}

/* Linker Rand */
.i1 {
	padding:0 0 0 12px;
	background:url("galerie/borders.png") repeat-y 0 0;
}
/* Rechter Rand */
.i2 {
	padding:0 12px 0 0;
	background:url("galerie/borders.png") repeat-y 100% 0;
}
/* Hintergrundfarbe, etc. fuer Text */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}

/*Ueberschrift, Text */
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#E5E5E5;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.cb h3 {
	margin:0 -10px;
	padding:0.3em 10px;
	background: url("../bilder/h3rahmen.png") repeat-x right bottom; color: #004898;
	font-size: 90%; 
	font-weight: normal;
	}