/* Dieses Style-Sheet beinhaltet die generellen Formatierungen
   des Parkhaus Hofmatt Schwyz
   osc 21.04.06 
   ----------------------------------------------------------------- */   

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;
			text-align : right;
			line-height : 150%;
			color : #336600;
			}

H2			{
			font-size : 11pt;
			font-weight : 900;
			color : #330066;
			}

H3			{
			font-size : 10pt;
			font-weight : 900;
			color : #330066;
			}

H4			{
			font-size : 10pt;
			color : #336600;
			}

H5			{
			font-size : 9pt;
			font-weight : 600;
			color : #330066;
			}

H6			{
			font-size : 9pt;
			font-weight : 600;
			color : #333333;
			}


/* Allgemeine Links  -------------------------------------------- */

A:link 		{
      		color : #3300ff;
       		text-decoration : none;
      		}

A:visited 	{
      		color : #0066FF;
       		text-decoration : none;
      		}       	

A:hover 	{
        	color: #006600;
		   	text-decoration : none;
        	}
        	
A:active 	{
          	color : #006600;
        	text-decoration : none;
        	}        	

/* Navigation oben  -------------------------------------------- */

A.top:link 			{
      				color : #FFFFFF;
       				text-decoration : none;
      				}

A.top:visited 		{
          			color : #ffffff;
        			text-decoration : none;
        			}

A.top:hover 		{
        			color: #3399CC;
		 		  	text-decoration : none;
        			}

A.top:active 		{
        			color: #3399CC;
					text-decoration : none;
        			}

/* Navigation 2. Ebene  ---------------------------------------- */

A.n2:link 			{
      				color : #FFFFFF;
       				text-decoration : none;
      				}
      				
A.n2:visited 		{
          			color : #FFFFFF;
        			text-decoration : none;
        			}

A.n2:hover 			{
        			color : #336600;
		 		  	text-decoration : none;
        			}

A.n2:active 		{
        			color: #CC9999;
        			text-decoration : none;
        			}



/* Diverse Formatierungen ------------------------------------ */

.klein			{
				font-size : 8pt;
				line-height : 110%;
				}

.gross			{
				font-size : 12pt;
				}

.block			{
       			text-align: justify;
				}
	
.kleinblock		{
        		text-align: justify;
        		font-size : 8pt;
				}
				
.TabText		{
				line-height : 12pt;
				}
				
.TabGrau		{
				line-height : 12pt;
				background-color : #EEEEEE;
				padding-left : 1px;
      		 	padding-right : 1px;				
				}
				
.TabAktuell		{
				padding-left : 2px;
      		 	padding-right : 2px;
				background-color : #EEEEEE;
				}				
			
.gruen  		{
       			background-color : #80aa26;
       			color : #ffffff;
				padding-left : 2px;
      		 	padding-right : 2px;         			}
       		
.blau       	{
       			background-color : #330066;
       			color : #ffffff;
				padding-left : 2px;
      		 	padding-right : 2px;
      		 	}