/* CSS Stylesheet Example. /*
/* Extended Version */
/* M.Schori */



P, TD, B, H1, H2
			{
			FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
			FONT-SIZE: 11px;
			color: #000000;
			}

body 	
			{
			background-color:#404040;
			color:#FFFFFF;
			} 


input, select, textarea, file, option
			{
			FONT-FAMILY: verdana, arial, helvetica, sans-serif;
			FONT-SIZE: 11px; }



A			{
	filter: Light;
	text-decoration: none;
	color: #000000;


			}

A:hover			{
	TEXT-DECORATION: underline;

			}

.capital 		{
	font-variant: small-caps;
	font-weight: bold;

}

.dontRepeatBG 		{
			background-repeat: no-repeat;
			background-position: left left;
			}

.blockText 		{text-align: justify;}

.frameNews {
	background-color: #C0C0C0;
}
.frameTop {
	color: #FFFFFF;
	background-color: #000000;

}
.tableBorder {
	border: 3px solid #333333;
}
.frameMain {
	background-color: #FFFFFF;
	text-align: center;

}
.Menue {
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;


}
.textBold {
	font-weight: bold;
	font-variant: normal;

}
.tableNews {
	filter: Light;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #DDDDDD;




}
.tableMain {
	background-color: #FFFFFF;
	text-align: justify;

}
.textTitel {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;

}
