/* Kammer Gotthard */
/* am: 02.NOV.2011 */
/* Basic.css */

@charset "utf-8";
*{
padding: 0;
margin: 0;
}

/* Vereinsfarbe hell #655675 */
/* Vereinsfarbe dunken #443458*/

/* allgemeine Lins definieren */
a:link{
	color: #443458;
	text-decoration: none;
	}
	
a:visited{
	color: #532B5E;
}

a:active{
	color: #532B5E;
}

a:hover{
	color:#655675;
	text-decoration: underline overline;
	background-color: #FFF;
}

/* classen für farbige Texte */
.text_norm_orange{
	color: #E97136
}
.text_gross_orange{
	color: #E97136;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.text_norm_rot{
	color:#900;
}
.text_gross_rot{
	color: #900;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.text_norm_lila{
	color: #60C;
}
.text_gross_lila{
	color: #60C;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.text_norm_blau{
	color: #00C;
}
.text_gross_blau{
	color: #00C;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.text_norm_schwarz{
	color: #333;
}
.text_klein_schwarz{
	color: #333;
	font-size: 10px;
}
.text_gross_schwarz{
	color: #333;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

