*, html, p, h1, h2, h3, h4, img, div
{
	margin:0;
	padding:0;
	outline:none;
	border:0;
}

body
{
	background-color:#fff;
	background-image:url(../layout/urologie-duesseldorf-body-bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	color:#232c6c;
	font-size:11px;
	font-family:Arial, Verdana, sans serif;
}

#wrapper
{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	/*border:1px solid red;*/
}

.inside
{
	position:relative;
}

#header
{
	/*height:150px;*/
}

.logo
{
	padding-top:60px;
	padding-left:30px;
}

#container:after, .custom:after
{
	clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#main {
    width: 510px;
    float: left;
    position: relative;
}

#main .bottom {
	padding-left:40px;
}

#main p {
	margin-bottom:15px;
}

#main .footer {
	padding-top:20px; 
}

#right {
    float: right;
    position: relative;
	width:510px;
}

#right .top
{
	margin-top:15px;
	background-image:url(../layout/map_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:22px 30px 36px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

#right .bottom
{
	padding-left:30px;
	padding-top:5px;
}

#right .bottom p
{
	/*color:#fff;*/
	font-size:12px;
	line-height:16px;
	margin-bottom:15px;
}


#right .headline
{
	font-size:18px;
	font-weight:normal;
}

#right .sub
{
	font-size:14px;
	font-weight:bold;
}


#right a, #main a
{
	text-decoration:underline;
	color:#232c6c;
}

#right a.link-more
{
	display:inline-block;
	color:#fff;
	background-color:#232c6c;
	padding:4px;
	margin-top:5px;
	text-decoration:none;
}


#footer {
    clear: both;
}

#footer .inside {
    padding-left:35px;
	padding-top:25px;
}

#footer .headline, #main .footer .headline
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
}
#footer .link-more, .footer .link-more {
    display:inline-block;
	background-image:url(../layout/urologie-duesseldorf-link-more.png);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:40px;
	font-style:italic;
	font-size:13px;
	color:#232c6c;
	margin-top:5px;
	padding-bottom:5px;
	
}

