body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
/*    color:black;*/
    font-size:12px;
}

/* Links */
    a                   {color: #3d6c0a; text-decoration:underline;}
    a:visited   {color: #3d6c0a; text-decoration:underline;}
    /*a:hover       {color: #B20A15; text-decoration:none;}*/
	 a:hover       {color: #b20a15; text-decoration:none;}
    a img             {border: none;}

/* Überschriften */
    h1 {
    	/*color: #0a15b2;*/
		color: #b20a15 ;
    	font-size:1.4em;
    }

    h1 a {
        color: #b20a15 !important;
    }

    h2 {
    	margin: 0;
    	color: #669900;
    	font-size: 1.1em;
    }

    h3 {
    	color: #669900;
    	font-size: 1em;
    }

/* Horizontale Linie */
    hr {
        height: 1px;
        background-color: black;
        border: none;
    }

/* Größen */
    .big {	
    	font-size: 1.4em;
    }

    .sbig {	
    	font-size: 1.2em;
    }

    .ssbig {
        font-size: 1.1em;
    }

    .small , small{
        font-size: 0.9em;
    }

    .ssmall {
        font-size: 0.8em;
    }

/* WHG-Farben */
    .wblue {
    	color: #669900;
    }
    .wred {
        color: #0a15b2;
    }

    
.img {
	list-style-type: none;
}
.img:before {
	content: url('/web/images/layout/topic.gif') " ";
}  

/* Listen */
    li {
        margin-top:2px;
    }
    
	ul.img {
		list-style-type: none;
	}
	
    ul.img:before {
        content: "";
    }

    ul.img li:before {
        content: url('/web/images/layout/topic.gif') " ";
    } 
    
    ul.left {                  /* Einrückung zurücksetzen */
    	padding-left: 0;
    }


.bold {
    font-weight: bold;
}

.clearl {
	clear: left;
}
