#content h1 {
	font-size:125%;

	padding: 0px 0.5em 0px 0em;
	margin: 0px 0px 10px 0px;
}

#leftmenue ul li {
	list-style-image:none;
	list-style-type:none;
}

#leftmenue ul ul li {
	list-style-image:none;
}

#leftmenue ul li a.cmsfirstpassive {

    background-image: url("../img/subpassive.gif");
    background-position: 0 8px;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    padding: 3px 0 3px 15px;
    text-decoration: none;
}

#leftmenue ul li a.cmsfirstpassive:hover,  #leftmenue ul li a.cmsfirstpassive:focus{
    background-image: url("../img/subactive.gif");
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: block;	
    color: #E53526;
    font-weight: bold;
    padding: 3px 0 3px 15px;
}

#leftmenue ul li a.cmsfirstactive {
    background-image: url("../img/subactive.gif");
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: block;
    color: #E53526;
    font-weight: bold;
    padding: 3px 0 3px 15px;
}
#leftmenue ul li a:active, #leftmenue ul li a:hover, #leftmenue ul li a:focus{
background-color: transparent;
border-bottom: none;
border-top: none;
}

#content a:link {text-decoration:underline; color: #000000;}
#content a:visited {text-decoration:underline; color: #000000;}
#content a:hover {text-decoration:underline; color: #E53526;}
#content a:active {text-decoration:underline; color: #000000;}
