/* safari 3 */
body:first-of-type #nav li a span {
    padding: 6px 10px 3px 10px;
}

body:first-of-type #nav li a:hover span,
body:first-of-type #nav li a:active span,
body:first-of-type #nav li a:focus span,
body:first-of-type #nav li.active a span,
body:first-of-type #nav li:hover a span,
body:first-of-type #nav li.jsHover a span {
 	padding: 18px 10px 4px 10px;
}

body:first-of-type .teaserDefault .linkList {
    width:35em;
    overflow:hidden;
    left: -1px;
}

body:first-of-type h5.upDown span {
    margin-top:0;
}

/* = nur opera */
html:first-child>b\ody h5.upDown span {
 	margin-top:0;
}

html:first-child>b\ody #toggler {
 	float:left;
}

html:first-child>b\ody .teaserContent h4,
html:first-child>b\ody .teaserContent p {
    float:left;
}

html:first-child>b\ody {
	width:100%;
    overflow:hidden;
}

html:first-child>b\ody .teaserDefault .linkList {
    width:35em;
}

/* = opera, safari */
@media all and (min-width: 0px) {
	#toggler {
	 	float:left;
	}
	.toggleWrap a.btn {
	    background: url(/css/images/bt_toggler.png) no-repeat 0 0;
	    height: 23px;
	    width: 24px;
	    position: absolute;
	    bottom: 4px;
	    left: 224px;
	    clear: none;
	}
}

