#directions-text {
    position:absolute;
    height: 318px;
    border-right: 1px solid white;
    padding: 20px 10px 20px 20px;
    background: white url(/images/content/anfahrt/anfahrt-download-bg.jpg) left bottom no-repeat;
}
#directions-text h2 {
    margin-bottom: 10px;
}
#directions {
    overflow: auto;
    height: 190px;
    width: 247px;
    margin-top: 5px;
}
#directions h3 {
    font-size: 1em;
    font-weight: normal;
	color:#4673b5;
	margin: 1em 0 1.2em 0;
}
#directions p {
	padding-right: 18px;
	font-size: 1.3em;
}
#directions ol {
	line-height: 1.6em;
	font-size: 0.8em;
    padding-left: 18px;
    _padding-left: 22px;
    margin: 0px;
    margin-top: 0px;
}
#directions-visual {
    position: absolute;
    left:278px;
    background: #D4EAF5;
    height: 100px;
    width: 460px;
    height: 358px;
}
#download-link {
    position: absolute;
    bottom: 35px;
    left: 85px;
}
#download-link a {
    color: #666;
    font-size: 0.8em;
    text-decoration: none;
}
#download-link a:hover {
    text-decoration: underline;
}