@import url(swdiv.css);

/* for non-visual user agents */

.doNotDisplay {display: none !important;}

/* content bereiche schrift */

#logo, #kopfnavigation, .startcontainer, #seitentitel, #inhalt, #fussnavigation, #sitemap {
        font-family:Verdana,sans-serif;
		}


/* horizontale linie sitemap */

hr {border: 1px solid #999999;}

	
/*text blockelemente*/

h1,h2,h3,h4,h5,h6 {
        font-weight:bold;
        font-style:normal;
        font-size:1em; 
		pause:100% 50%;
        }

.normal {
        font-weight:normal;
        }

p,blockquote,address {
        font-weight:normal;
        font-style:normal;
        font-size:1em;
        }

.betrag { 
        text-align:right;
		}


/*text inline elemente*/

strong {
        font-weight:bold;
        font-style:normal;
        }
abbr,samp,dfn,code,cite {
        font-style:normal;
        }

acronym {
        speak:spell-out;
        }

acronym, abbr {
		  cursor: help;
}		  
		  
		  
code   {
        font-size:1.1em;
        font-style:normal;
        font-weight:normal;
        font-family:'Courier New',monospace;
        }

/*links*/

a:link {
        background-color:#ffffff;
		color:#000000;
        text-decoration:underline;
        }
a:visited {
        background-color:#ffffff;
		color:#666666;
        text-decoration:underline;
        }
a:hover {
        background-color:#ffffff;
		color:#000000;
        text-decoration:underline;
        }
a:active {
        background-color:#ffffff;
		color:#000000;
        text-decoration:underline;
        }
a:focus {
        background-color:#ffffff;
		color:#000000;
        text-decoration:underline;
        }

a.nav:link {
        background-color:#ffffff;
		color:#000000; 
		text-decoration:none; 
		}
		
a.nav:visited {
        background-color:#ffffff;
		color:#666666; 
		text-decoration:none; 
		}
		
a.nav:active 
        {
		background-color:#ffffff;
		color:#000000; 
		text-decoration:none; 
		}
		
a.nav:hover {
        background-color:#ffffff;
		color:#333333; 
        text-decoration:underline;
		}





