/* CSS Document */

/********************************************************************/
/************* Background Anzeigefelder *****************************/
/********************************************************************/

.bg_small_top {
	background-image: url(../../bilder/layout1/bg_small_top.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 230px;
}

.bg_small_fill {
	background-image: url(../../bilder/layout1/bg_small_fill.gif);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
}

.bg_small_bottom {
	background-image: url(../../bilder/layout1/bg_small_bottom.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 230px;
}

/********************************************************************/
/************* Background Anzeigefelder *****************************/
/********************************************************************/

#ueberschrift {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}



