/* Zusätzliche CSS-Angaben die nur sehr selten verwendet werden */

.white-border-small
{
 border-top: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;border-bottom: 1px solid #FFFFFF;border-left: 1px solid #FFFFFF;
}

.white-border-middle
{
 border-top: 8px solid #FFFFFF;border-right: 8px solid #FFFFFF;border-bottom: 8px solid #FFFFFF;border-left: 8px solid #FFFFFF;
}

.white-border-big
{
 border-top: 8px solid #FFFFFF;border-right: 8px solid #FFFFFF;border-bottom: 8px solid #FFFFFF;border-left: 8px solid #FFFFFF;
}


/* Texteinrückungen */
.text-spanner
{
 padding-top:  	 15px;
 padding-left:	 15px;
 padding-bottom: 2px;
 font-size:		 12px;
 padding-right:  4px;
 float:			 left;
}



.text-breiter
{
	letter-spacing: 0.15em;
}


/* spalten3.tpl */
#content-left
{
 float: left;
 width: 300px;
 background-image:url(../../pages/standard/images/startseite/content_verlauf.jpg);
 /*height:	 inherit;*/
 /*height:	    450px;*/
}


#content-midlle
{
 float: left;
 width: 187px;
 background-color: #0064A2;
 /*height:	 inherit;*/
 /*height:	    450px;*/
}


#content-right
{
 float: left;
 width: 187px;
 background-color: #0064A2;
 /*height:	 inherit;*/
/*height:	    450px;*/
}




/* spalten2.tpl */

#content2-image
{
	width:100%;
}


#content2-left
{
 float: left;
 width: 300px;
 background-image:url(../../pages/standard/images/startseite/content_verlauf.jpg);
 /*height:	 inherit;*/
 /*height:	    281px;*/
}


#content2-right
{
 float: left;
 width: 374px;
 background-color: #0064A2;
 /*height:	 inherit;*/
 /*height:	    281px;*/
}


