﻿#header
{
	width: 100%;
	background-color: #ffcc00;
	height: 70px;
	position: relative;
}
#dhl-logo
{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#dpwn-logo
{
	position: absolute;
	top: 22px;
	left: 20px;
}
#middle
{
	float: left;
	display: inline;
	padding: 25px 20px 10px 20px;
	width: 680px;
}
#right
{
	float: right;
	width: 230px;
	display: inline;
	position: relative;
	padding: 25px 10px 10px 20px;
}
#right h2
{
	margin-top: 0px;
}
#footer
{
	background-color: #ffcc00;
	clear: both;
	margin-right: 260px;
	height: 56px;
	position: relative;
}
#title
{
	padding-left: 20px;
	height: 31px;
	background-color: #cc0000;
	color: white;
	background-image: url(          "../img/title.gif" );
	line-height: 26px;
}
#upper-shadow
{
	position: absolute;
	bottom: 0px;
	left: 720px;
}
#lower-shadow
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 347px;
	width: 9px;
}
#copyright
{
	float: right;
	padding: 10px 10px 10px 10px;
	height: 36px;
	line-height: 36px;
	font-size: 10px;
}
#links
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
}
#lang
{
	position: absolute;
	top: 75px;
	right: 10px;
}
div#right hr
{
	margin-top: 15px;
	margin-bottom: 15px;
	height: 2px;
	color: #dbdbdb;
	background-color: #dbdbdb;
	border-width: 0px;
}
.lang-a
{
	font-size: 11px;
	color: #FFFFFF;
}
.lang-a:hover
{
	color: #FFCC00;
}