@import url(style.css);
@import url(box.css);

/* Anfang Überlagerung */
div#contentBox {
	background-image:url(../gfx/contact/background.gif);
}
/* Ende Überlagerung */

div.leftBox {
	width:537px;
	float:left;
}

div.rightBox {
	width:271px;
	margin-left:5px;
	float:left;
}

div.leftBox div.title {
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:40px;
	background-image:url(../gfx/contact/titleLeft_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.rightBox div.title {
	height:25px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:40px;
	background-image:url(../gfx/contact/titleRight_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.leftBox div.content {
	width:531px;
	height:390px;
	background-image:url(../gfx/contact/map.jpg);
	background-position:59px 26px;
	background-repeat:no-repeat;
}

div.rightBox div.content {
	width:221px;
	margin-left:1px;
	padding:22px 22px 20px 22px;
}

div.rightBox div.content a {
	text-decoration:underline;
}

div.footer {
	height:6px;
	clear:both;
	font-size:1px;
	background-image:url(../gfx/home/footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
}