/* Dieses Style-Sheet beinhaltet die generellen Formatierungen
   der Seiten von Gewerbeverein Schwyz
   osc 25.10.04 
   ----------------------------------------------------------------- */   

BODY   	{
       	background-color : #ffffff;
       	font-family : Verdana, Tahoma, Helvetica, Arial;
       	font-size : 9pt;
       	line-height : 12pt;
       	margin-top : 0px;
       	margin-bottom : 0px;
       	margin-left : 0px;
       	margin-right : 0px
     	}

P		{
       	font-family : Verdana, Tahoma, Helvetica, Arial;
       	font-size : 9pt;
       	line-height : 12pt;
       	margin-top : 0pt;
       	padding-top : 0px;
       	padding-bottom : 0px;
       	padding-left : 0px;
       	padding-right : 0px;
       	border-top-width : 0px;
		border-bottom-width : 0px;
		border-left-width : 0px;
		border-right-width : 0px;
		color : #333333;
		}

td, tr  {
       	font-family : Verdana, Tahoma, Helvetica, Arial;
       	font-size : 9pt;
       	line-height : 12pt;
       	padding-top : 0px;
       	padding-bottom : 0px;
       	padding-left : 0px;
       	padding-right : 0px;
       	border-top-width : 0px;
		border-bottom-width : 0px;
		border-left-width : 0px;
		border-right-width : 0px;
		color : #333333;
		}
					
UL		{
       	font-family : Verdana, Tahoma, Helvetica, Arial;
       	font-size : 9pt;
       	line-height : 12pt;
       	padding-top : 0px;
       	margin-top : 0pt;
     	}


/* Ueberschriften  ------------------------------------------------- */

h1, h2, h3, h4, h5, h6
			{
       	font-family : Verdana, Tahoma, Helvetica, Arial;
       	margin-bottom : 3pt;
       	}

H1			{
			font-size : 11pt;
			line-height : 150%;
			color : #CC0000;
			margin-top : 12pt
			}

H2			{
			font-size : 11pt;
			font-weight : 900;
			color : #000000;
			}

H3			{
			font-size : 10pt;
			font-weight : 900;
			color : #333333;
			}

H4			{
			font-size : 10pt;
			color : #CC0000;
			}

H5			{
			font-size : 9pt;
			font-weight : 600;
			
			}

H6			{
			font-size : 9pt;
			font-weight : 600;
			color : #333333;
			}


/* Allgemeine Links  -------------------------------------------- */

A:link 		{
      		color : #CC3333;
    		font-size : 9pt;
       		text-decoration : none;
      		}

A:visited 	{
      		color : #996666;
    		font-size : 9pt;
       		text-decoration : none;
      		}       	

A:active 	{
          	color : #330066;
    		font-size : 9pt;
        	text-decoration : none;
        	}

A:hover 	{
        	color: #330066;
      		font-size : 9pt;
		   	text-decoration : none;
        	}
        	


/* Navigation Fusszeile  ---------------------------------------- */

A.Fuss:link 		{
      				color : #FFCC00;
    				font-size : 9pt;
       				text-decoration : none;
      				}

A.Fuss:visited		{
        			color: #FFCC00;
       				font-size : 9pt;
        			text-decoration: none;
        			}

A.Fuss:hover 		{
        			color : #CCCCCC;
      				font-size : 9pt;
		 		  	text-decoration : none;
        			}

A.Fuss:active 		{
        			color : #CCCCCC;
       				font-size : 9pt;
        			text-decoration : none;
        			}


/* Diverse Formatierungen ------------------------------------ */


.Fuss			{
       			background-color : #CC0000;
       			color : #FFFFFF;
       			line-height : 16pt;
       			}

.klein			{
				font-size : 8pt;
				line-height : 110%;
				}

.gross			{
				font-size : 12pt;
				}

.block			{
       			text-align: justify;
				}
	
.kleinblock		{
        		text-align: justify;
        		font-size : 8pt;
				}
				
.TabGrau		{
				line-height : 12pt;
				background-color : #EEEEEE;
				padding-top : 3px;
      		 	padding-bottom : 4px;
      		 	padding-left : 4px;
       			padding-right : 4px;
				}

.TabWeiss		{
				line-height : 12pt;
				background-color : #FFFFFF;
				padding-top : 3px;
       			padding-bottom : 3px;
       			padding-left : 4px;
       			padding-right : 4px;
				}
			