﻿/* Dieses Style-Sheet beinhaltet die generellen Formatierungen
   der Seiten von Sparkasse Engelberg
   ----------------------------------------------------------------- */   

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 : #cc3333;
			}

H2			{
			font-size : 11pt;
			line-height : 130%;
			font-weight : 600;
			color : #330066;
			}

H3			{
			font-size : 10pt;
			font-weight : 600;
			color : #330066;
			}

H4			{
			font-size : 10pt;
			color : #cc3333;
			}

H5			{
			font-size : 9pt;
			font-weight : 600;
			color : #330066;
			}

H6			{
			font-size : 9pt;
			font-weight : 600;
			color : #333333;
			}


/* Allgemeine Links  -------------------------------------------- */

A:link 	{
      		color : #0066FF;
    		font-size : 9pt;
       	text-decoration : none;
      		}

A:visited {
      		color : #0066FF;
    		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 oben  -------------------------------------------- */

A.top:link 			{
      				color : #FFFFFF;
    				font-size : 9pt;
       				text-decoration : none;
      				}

A.top:visited 		{
          			color : #ffffff;
    				font-size : 9pt;
        			text-decoration : none;
        			}

A.top:hover 		{
        			color: #3399CC;
      				font-size : 9pt;
		 		  	text-decoration : none;
        			}

A.top:active 		{
        			color: #3399CC;
       				font-size : 9pt;
					text-decoration : none;
        			}

/* Navigation 2. Ebene  ---------------------------------------- */

A.n2:link 			{
      				color : #FFFFFF;
    				font-size : 9pt;
       				text-decoration : none;
      				}
      				
A.n2:visited 		{
          			color : #FFFFFF;
    				font-size : 9pt;
        			text-decoration : none;
        			}

A.n2:hover 			{
        			color : #FF9900;
      				font-size : 9pt;
		 		  	text-decoration : none;
        			}

A.n2:active 		{
        			color: #CC9999;
       				font-size : 9pt;
        			text-decoration : none;
        			}


/* Navigation 3. Ebene  ---------------------------------------- */

A.n3:link 			{
      				color : #993333;
    				font-size : 9pt;
       				text-decoration : none;
      				}

A.n3:visited		{
        			color: #993333;
       				font-size : 9pt;
        			text-decoration: none;
        			}

A.n3:hover 			{
        			color : #FF9900;
      				font-size : 9pt;
		 		  	text-decoration : none;
        			}

A.n3:active 		{
        			color : #CC9999;
       				font-size : 9pt;
        			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;
				}
			
.rot	  		{
       			background-color : #cc3333;
       			color : #ffffff;
				padding-left : 2px;
      		 	padding-right : 2px;       			
      		 	}
       		
.blau       	{
       			background-color : #330066;
       			color : #ffffff;
				padding-left : 2px;
      		 	padding-right : 2px;       			
      		 	}
       			
.TabAktuell		{
				padding-left : 2px;
      		 	padding-right : 2px;
				background-color : #EEEEEE;
				border-top-width : 1px;
				border-bottom-width : 1px;
				border-left-width : 1px;
				border-right-width : 1px;
				border-style : solid;
				border-color : #CC9999;
				}
				
.k_Rand			{
				border-width: 0px;
				}
	
