* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	font-size: 100.01%;
	background: url(../img/bg_body.gif) repeat-y center top;
}
ul {
	list-style: none;
}
#wrapper {
	font-size: 0.7em;
	width: 900px;
	margin: 0px auto;
	padding-top: 30px;
	background: url(../img/bg_wrapper.gif) repeat-x;
}
h1 {
	clear: both;
	background: #FFFFFF url(../img/bg_title.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	height: 112px;
	padding-bottom: 3px;
}
h1 span {
	position: absolute;
	left: 1200px;
}
h2 {
	color: #363636;
	font-size: 1.1em;
	margin-bottom: 30px;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 1px solid #9A9B9D;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
#topNavigation {
	width: 882px;
	background: #FFFFFF url(../img/bg_topNavigation.gif) repeat-x;
	padding: 0px 9px;
	float:left;
	border-bottom: 3px solid #2A84DD;
}
#topNavigation li {
	width: 126px;
	float: left;
}
#topNavigation li a {
	display: block;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}
#topNavigation li a span {
	display: block;
	height: 100%;
	padding:12px 0px 7px 0px;
	cursor: pointer;
}
#topNavigation li a:hover, #topNavigation li.current a {
	background: url(../img/bg_topNavigationCurrentItem.gif) no-repeat;
	border-left: 1px solid #FFFFFF;
}
#topNavigation li a.last:hover, #topNavigation li.current a.last {
	border-right: 1px solid #FFFFFF;
}
#topNavigation li a:hover span, #topNavigation li.current a span {
	background: url(../img/bg_topNavigationCurrentItem.gif) no-repeat right;
}
#leftColumn {
	padding: 20px 65px;
	float:left;
	color: #333333;
	line-height: 18px;
	width: 507px;
}


#leftColumn a, #oneColumn a
{
	color: #0066CC;
	
}

#leftColumn a:hover, #oneColumn a:hover
{
	text-decoration: underline;
	color: #CC0000;
}


#oneColumn {
	padding: 20px 65px;
}
#footer {
	border-top: 1px solid #949BA5;
	margin-top: 50px;
	padding-top: 10px;
}
#footer #headLine {
	color: #838282;
}
#footer #subLine {
	color: #BEBFC0;
}
#rightColumn {
	float:left;
	margin-top: 3px;
	color: #333333;
	padding: 20px 15px 7px 20px;
	float: left;
	width: 225px;
}
#rightColumn a {
	color: #333333;
	text-decoration: none;
}
#rightColumn a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#impressum span {
	display: block;
	padding: 5px 5px 5px 35px;
}
#impressum {
	margin: 0px auto 30px auto;
	width: 205px;
}
#impressum #imprTitle {
	border-top: 1px solid #46494E;
	background: #E3E3E3;
	padding: 5px;
}
#impressum #imprAddress {
	background: url(../img/icon_address.gif) no-repeat 5px 7px;
	border-bottom: 1px solid #D6D6D7;
	line-height: 1.5em;
}
#impressum #imprTel {
	background: url(../img/icon_phone.gif) no-repeat 5px 7px;
}
#impressum #imprFax {
	background: url(../img/icon_fax.gif) no-repeat 5px 7px;
	border-bottom: 1px solid #D6D6D7;
}
#impressum #imprContactRef {
	background: url(../img/icon_mail.gif) no-repeat 5px 7px;
}
.ref {
	margin: 0px auto 20px auto;
	width: 211px;
}
.ref img {
	border:  1px solid #DDDDDD; padding: 3px;;
	border-bottom: none;
	width: 200px;
	display: block;
	
}
.ref a {
	display: block;
	background: #ffffff url(../img/bg_refLink.gif) no-repeat 5px 8px;
	border-top: 1px solid #DDDDDD;
	padding: 5px 0px 5px 20px;
}


.ref a
{
	color: #CC0000;
	text-decoration: none;
}

.ref a:hover
{
	text-decoration: underline;
}

.refBlock {
	margin: 40px 0px 0px 0px;
	
}
.refBlock .thumbnail {
	float: left;
	border: 1px solid #D6D6D7;
	padding: 3px;
}
.refBlock .info {
	float: left;
	background: url(../img/bg_referenceInfo.gif) no-repeat;
	margin-left:20px;
	padding: 15px;
	width: 400px;
	line-height: 16px;
}
.refBlock .info a {
	display: block;
	background: #ffffff url(../img/bg_refLink.gif) no-repeat 2px center;
	padding: 0px 0px 3px 20px;
	color: #4D4D4F;
	text-decoration: none;
}
.refBlock .info a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
.refBlock .end {
	font-size: 1px;
	overflow: hidden;
}
hr {
	height: 0px;
	overflow: hidden;
	border: none;
	margin: 10px 200px 10px 0px;
	border-bottom: 1px solid #D6D6D7;
}