html, body{
	margin:0;
	padding:0;
}
*{
font-family:Verdana;
}
body{
	background:url("../images/DRJA_Main_Background.jpg") no-repeat scroll center 0 transparent;
}

a{
	color:#000000;
	text-decoration:none;	
}

#content{
	margin: 115px 0 0;
    background: url("../images/DRJA_Content_Background.png") no-repeat scroll 0 0 transparent;
	position: relative;	
    height: 630px;
    width: 950px;
}
#content_top{
    height: 160px;
    padding: 30px 0 0 30px;
    position: relative;
    width: 100%;
}


#content_left{
    float: left;
    height: 400px;
    padding: 0 40px 0 80px;
    position: relative;
    width: 480px;
}
#impressum #content_left {
    width: 225px;
}
#impressum #content_left span{
    font-size: 12px;
    line-height: 20px;
}
#impressum #content_left span a{
    font-size: 12px;
    line-height: 20px;
	color:#000000;
	text-decoration:none;
}


#content_left span.blue{
    color: #20A5D5;
    font-size: 14px;
    font-weight: bold;
	 line-height: 25px;
}
#content_left span.blue sup{

	font-size:10px;
}
#content_left p{
	font-size:12px;
		 line-height: 20px;
	margin:30px 0;
}
.link{
    bottom: 30px;
    left: 80px;
    position: absolute;
}
.link a{
	color:#20a5d5;
	font-size:12px;	
	text-decoration:none;
}
#content_right{
    float: left;
    height: 400px;
    position: relative;
    width: 350px;
}
/* #impressum #content_right{
    width: 455px;
} */
#impressum #content_right span,
#impressum #content_right td{
    font-size: 12px;
    line-height: 20px;
}
#impressum #content_right span{
	display: block;
	padding:20px 0 0 0;
}
#impressum #content_right a{
    font-size: 12px;
    line-height: 20px;
	color:#000000;
	text-decoration:none;
}
#impressum #content_right td{
	line-height:15px;
}
#content_bottom{
    clear: left;
    height: 20px;
    padding: 0 0 0 80px;
    position: relative;
    text-align: left;
    width: 820px;
}
#content_bottom span,
#content_bottom span a{
	color:#20a5d5;
	font-size:12px;
}

.link-content-left {
    position: unset;
    margin-top: 1rem;
}