
/* Standard Stylesheet für alle WebSites Hundeführschein */

/* Farben Hintergrund 255 / 239 / 187  FFEFBB  mit etwas mehr Gelb FFFFBB */
/* Schrift 171 96 58 AB603A BraunRot   */
body 			{
    			margin-top:0; 
    			padding:10px; 
    			padding-top:0px;     			
    			color: #666666; 
    			font-style:normal; 
    			font-variant:normal; 
    			font-weight:normal; 
    			font-size:100.01%;
    			topmargin:0; 
    			font-family:verdana, helvetica, arial, sans-serif;   
 				background: #FFFFFF url('../backgroundgray.jpg');
				} 
h1      	  { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
				text-align: left;
                line-height: 100%; 
                margin-top: 12; 
                margin-bottom: 6; 
                font-variant: normal; 
                font-size: 18pt; 
                font-weight: bold }
                
h2      	  { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
				text-align: left;
                line-height: 100%; 
                margin-top: 12; 
                margin-bottom: 6; 
                font-variant: normal; 
                font-size: 14pt; 
                font-weight: bold }
.h2Ueberschriftcenter      	  { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
				text-align: center;
                line-height: 100%; 
                margin-top: 12; 
                margin-bottom: 6; 
                font-variant: normal; 
                font-size: 14pt; 
                font-weight: bold }
                
.h1Ueberschrift { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
				text-align: center;
                line-height: 100%; 
                margin-top: 12; 
                margin-bottom: 6; 
                font-variant: normal; 
                font-size: 18pt; 
                font-weight: bold }
                
.h1Ueberschriftlinks  { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
                line-height: 100%; 
                margin-top: 12; 
                margin-bottom: 6; 
                font-variant: normal; 
                font-size: 18pt; 
                font-weight: bold;
                text-align: left }
.Normal           { font-family:verdana, helvetica, arial, sans-serif;  
				color: #666666; 	
                margin-top: 6; 
                margin-bottom: 6; 
                font-variant: normal; 
				font-size: 1.0em;
                font-weight: normal;
                text-align: left }
#navi			{
    			margin: 6px; 
    			width: 140px;
    			position: absolute;
    			top: 0px; left: 0px;
				} 
.linkbox		{
 				font-family: Verdana, Arial, Helvetica, sans-serif;
 				font-size: 10pt;
 				margin-top: 6px; 
    			margin-bottom: 6px;
 				margin-left: 2px;
 				border-style: solid;
 				border-width: 0px;
 				border-color: #c0c0c0;
 				width: 130px;
 				padding: 3px;
 				color: white;
 				background-color: #c0c0c0;
				}
.linkboxaktiv	{
				font-family: Verdana, Arial, helvetica, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				margin-top: 6px; 
    			margin-bottom: 6px;
				margin-left: 2px;
 				border-style: solid;
 				border-width: 0px;
 				border-color: #ff9900;
 				width: 130px;
 				padding: 3px;
 				color: white;
 				Background-color: #ff0000;
				}
/*   ul wenn bild gewünscht wird			  { list-style-imagexxx: url('../images/Link-Buttons/ul_zeichen.gif') }     */           
ul 			  { list-style-type:square }                
				
a:hover 		{
				text-decoration: none;
				color: white;
				background-color: #0000ff;
 				border-style: solid;
 				border-left-width: 0px;
 				border-color: #0000ff;
				}
#Fusszeile  {
    clear: both;
    font-size: 0.7em;
    background-color: #c0c0c0; 
  }
