/*******************************************************************************

Copyright	:www.layouter.ch

*******************************************************************************/
 

 
/*	html
*******************************************************************************/

/*******************************************************************************

Copyright	:		www.layouter.ch

*******************************************************************************/
 

 
/*	html
*******************************************************************************/



.weiss { 
	color: #fff;
}
.gelb { 
	color: #E9D727;
}
.rot { 
	color: red;
}
.weissfett { 
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.gelbfett { 
	color: #E9D727;
	font-weight: bold;
}
.rotfett { 
	color: red;
	font-weight: bold;
}


/*	Headlines
------------------------------------------------------------------------------*/


h1 { 
	color: #E9D727;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 12px;
	line-height: 28px;
}


h2 { 
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 0px;
}


h3 { 
	color: #E9D727;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0;
	line-height: 15px;
}

h4 { 
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}

h5 { 
    color: #E9D727;
	font-weight: normal;
	font-size: 11px;
}  
