﻿#aboutUsBox
{
	margin-top:10px;
	width:569px;
}
#aboutUsBox .top
{
	background-image:url(../graphics/fw_aboutus_bg_top.gif);
	background-repeat:no-repeat;
	height:38px;
}
#aboutUsBox .body
{
	background-image:url(../graphics/fw_aboutus_bg_repeat.gif);
	background-repeat:repeat-y;		
}
#aboutUsBox .bottom
{
	background-image:url(../graphics/fw_aboutus_bg_bottom.gif);
	background-repeat:no-repeat;
	height:16px;		
}
	
.aboutIntro
{
	font-size:1.2em;
	letter-spacing:0.4px;
	margin-left:12px;
	margin-right:20px;
	padding-top:10px;
}

.imprintContainer
{
	margin-top:10px;
}
.imprintContainer .top
{
	background-image:url(../graphics/fw_imprint_bg_top.gif);
	background-repeat:no-repeat;
	height:16px;				
}
.imprintContainer .body
{
	background-image:url(../graphics/fw_imprint_bg_repeat.gif);
	background-repeat:repeat-y;		
}
.imprintContainer .bottom
{
	background-image:url(../graphics/fw_imprint_bg_bottom.gif);
	background-repeat:no-repeat;		
	height:28px;		
}
.imprintContainer a,
.imprintContainer a:hover,
.imprintContainer a.visited
{
	color:#003366;
}

.imprintBody
{
	float:right;
	padding-left:10px;
	padding-right:20px;
	width:449px;
}
.imprintImage
{
	float:left;
	height:108px;
	padding-left:10px;
	text-align:center;
	width:80px;
}
.imprintCopy
{
	font-size:1.1em;
	letter-spacing:0.4px;
}

.moreButton
{
	float:right;
	margin-right:16px;
	margin-top:1px;
}

