
/* *************** Cafe Kubitscheck Formate *****************/

/*    */

.normal{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		normal;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		/*text-align:			justify; */
		
	}
	
/* vision-bites klein */

.vision{
		
		color:				rgb(0, 0, 0);
		font-size:			8pt;
		font-weight:		normal;
		font-family:		arial;
		font-style:			normal;
		text-decoration:	none; 
		/*text-align:			justify; */
		
	}	
	
/* klein */

.klein{
		
		color:				rgb(0, 0, 0);
		font-size:			8pt;
		font-weight:		normal;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		/*text-align:			justify; */
		
	}
	
	/* normal mittig   */
	.normalmitte{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		normal;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		text-align:			center; 
		
	}
	
	/* normal fett   */
.fett{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		bold;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		/*text-align:			left; */
	}
	/* normal fett   */
.fettdpink{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		bold;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		background-color:	rgb(217, 145, 154);
		/*text-align:			left; */
	}

	/* normal fett mittig   */
.fettm{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		bold;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		text-align:			center;
	}
	/* normal rechtsbuendig   */
.right{
		
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		normal;
		font-family:		times;
		font-style:			normal;
		text-decoration:	none; 
		text-align:			center;
	}
.ueber	{	
		color:				rgb(0, 0, 0);
		font-size:			12pt;
		font-weight:		bold;
		font-family:		times; 
		font-style:			normal;
		text-decoration:	none; 
		/*text-align:			left; */
	}
	
	/* Ueberschrift unterstrichen   */
.ueberline	{	
		color:				rgb(0, 0, 0);
		font-size:			14pt;
		font-weight:		bold;
		font-family:		times; 
		font-style:			normal;
		text-decoration:	underline; 
		/*text-align:			left; */
	}
	/* Ueberschrift unterstrichen Mittig  */
.uebermittig	{	
		color:				rgb(0, 0, 0);
		font-size:			14pt;
		font-weight:		bold;
		font-family:		times; 
		font-style:			normal;
		text-decoration:	underline; 
		text-align:			center;
	}

	

a:link		{ color:rgb(0,0,0); font-family:times; font-size:12pt; text-decoration:underline; }
a:visited	{ color:rgb(0,0,0); font-family:times; font-size:12pt; text-decoration:underline; }
a:active	{ color:rgb(0,0,0); font-family:times; font-size:12pt; text-decoration:underline; }
a:hover		{ color:rgb(0,0,0); font-family:times; font-size:12pt; text-decoration:underline; }
