/***********************************************/
/* basic.css                                */
/* Benutze mit *.html                       */
/***********************************************/

/****************************************************/
/* eine kleine Farbtabelle mit ein paar Grundfarben */
/****************************************************/
/* schwarz = #000000                                */
/* weiss = #FFFFFF                                  */
/* dunkelgrau = #666666                             */
/* mittelgrau = #999999                             */
/* hellgrau = #CCCCCC                               */
/* dunkelblau = #003399                             */
/* mittelblau = #0066FF                             */
/* hellblau = #66CCFF                               */
/* dunkelgruen = #008000                            */
/* mittelgruen = #00CC00                            */
/* hellgruen = #00FF00                              */
/* dunkelrot = #CC3300                              */
/* mittelrot = #FF3300                              */
/* hellrot = #FD9797                                */
/****************************************************/

/***********************************************/
/* Layout Seite                                */
/* hier kann man die Hintergrundfarbe und      */
/* die Seitenraender aendern                   */
/***********************************************/ 

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
}

#Layer1 {
	position:absolute;
	width:709px;
	height:450px;
	z-index:1;
	left: 188px;
	top: 87px;
}

/**********************************************/
/* Schriften                                   /
/**********************************************/
.klein_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.klein_weiss_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.normal_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.normal_weiss_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.gross_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.gross_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

/**********************************************/
/* Farbe und Font des Zaehlers                 /
/**********************************************/

.farbe_font_zaehler{
	font-family: Arial, Helvetica, sans-serif;
	color: #00B000;
	font-size: 12px; 
}

/***********************************************/
/* Layout externe Tabelle                      */
/* hier kann man die Farbe und den Font und    */
/* im Besonderen, das Hintergrundbild          */
/***********************************************/

#tabelle_extern { 
	font-family: Swis721 Blk BT; 
	color: #00CC00; 
	font-size: 12pt; 
	letter-spacing: -1pt; 
	height: 600px;
	width: 800px;
	padding: 0px;
    background-image: url('');
}

/***********************************************/
/* Layout interne Tabelle                      */
/* hier kann man die Farbe und den Font aendern*/
/***********************************************/

#tabelle_intern { 
	font-family: Swis721 Blk BT; 
	color: #00B000; 
	font-size: 10pt; 
	letter-spacing: +0pt; 
	text-align:left; 
	text-indent:0; 
	line-height:150%;
	spacing: 0;
	padding: 0; 
	width: 100%;
	height: 100%;
}

#tabelle_thumb { 
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: 10pt; 
	letter-spacing: -1pt; 
	text-align:left; 
	text-indent:0; 
	line-height:100%;
	spacing: 0;
	padding: 10; 
	width: 800;

}


/***********************************************/
/* Layout Rahmen der Zelle(n)                  */
/* hier kann man die Farbe und den Font aendern*/
/***********************************************/

.rahmen_links{
	border-left:1px solid #00CC00; padding:0px; 
}

.rahmen_rechts{
	border-right:1px solid #FFFFFF; padding:0px; 
}

.rahmen_oben{
	border-top:1px solid #FFFFFF; padding:0px; 
}

.rahmen_unten{
	border-bottom:1px solid #FFFFFF; padding:0px; 
}

.rahmen_l_r{
	border-left:1px solid #FFFFFF; padding:0px;
	border-right:1px solid #FFFFFF; padding:0px; 
}

.rahmen_o_u{
	border-top:1px solid #FFFFFF; padding:0px;
	border-bottom:1px solid #FFFFFF; padding:0px; 
}

.rahmen_l_u{
	border-left:1px solid #FFFFFF; padding:3px;
	border-bottom:1px solid #FFFFFF; padding:3px; 
}

.rahmen_r_u{
	border-right:1px solid #FFFFFF; padding:0px;
	border-bottom:1px solid #FFFFFF; padding:0px; 
}

.rahmen_l_o{
	border-left:1px solid #FFFFFF; padding:0px;
	border-top:1px solid #FFFFFF; padding:0px; 
}

.rahmen_r_o{
	border-top:1px solid #FFFFFF; padding:0px;
	border-right:1px solid #FFFFFF; padding:0px; 
}

.rahmen_l_r_u{
	border-bottom:1px solid #FFFFFF; padding:0px;
	border-right:1px solid #FFFFFF; padding:3px;
	border-left:1px solid #FFFFFF; padding:3px; 
}

.rahmen_l_r_o{
	border-top:1px solid #FFFFFF; padding:0px;
	border-right:1px solid #FFFFFF; padding:3px;
	border-left:1px solid #FFFFFF; padding:3px; 
}

.rahmen_l_o_u{
	border-bottom:1px solid #FFFFFF; padding:0px;
	border-top:1px solid #FFFFFF; padding:0px;
	border-left:1px solid #FFFFFF; padding:3px; 
}

.rahmen_l_r_o_u{
	border-bottom:1px solid #FFFFFF; padding:0px;
	border-top:1px solid #FFFFFF; padding:0px;
	border-left:1px solid #FFFFFF; padding:3px; 
	border-right:1px solid #FFFFFF; padding:3px;
}

.rahmen_komplett{
	border-bottom:3px solid #666666; padding:0px;
	border-top:3px solid #999999; padding:0px;
	border-right:3px solid #999999; padding:0px;
	border-left:3px solid #666666; padding:0px; 
}

.rahmen_ohne{
	border-bottom:0px solid #666666; padding:0px;
	border-top:0px solid #999999; padding:0px;
	border-right:0px solid #999999; padding:0px;
	border-left:0px solid #666666; padding:0px; 
}
.Zelle       { padding: 0 }


/***********************************************/
/* Layout Text                                 */
/* hier kann man die Farbe des Textes aendern  */
/***********************************************/ 
.tavola {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

.galleria {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 30px; color: #666666; }

.textnormal {color: #FFFFFF;
			 font-family: 'Swis721 Blk BT';
			 font-size: 13px;
			 
	         }
			 
.textueberschrift {color: #008000;
			 font-family: 'Swis721 Blk BT';
			 font-size: 16px;
			 font-weight: lighter;
	         }

/***********************************************/
/* Layout Links                                */
/* hier kann man die Farbe der Links aendern   */
/***********************************************/ 

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #cc3333;
	text-decoration: none;
}

/*************************************/
/* Knoepfe                           */
/*************************************/

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #999999;
	background-position: center center;
	border: medium groove #FFFFFF;
	list-style-type: circle;
	cursor: auto;
}
