body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header
{
	position: relative;
	height: 114px;
	width: 100%;
	background-color: #ee7d13;
	background-image: URL('images/header_background.png');
}
#headerImage
{
	position: absolute;
	top: 33px;
	left: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerDecoration
{
	position: absolute;
	top: 11px;
	left: 600px;
	height: 68px;
}
#content
{
	background-image: URL('images/content_background.png');
	position: absolute;
	width: 100%;
	padding: 0px 0px 150px 0px;
}
.contentPane
{
	background-repeat:no-repeat;
	background-image: URL('images/content_pane_background.gif');
	display:block;
	float: left;
	width: 159px;
	height: 123px;
	margin: 15px;
	border:none;
	text-decoration: none;
	color: #646567;
	font-family: verdana;
	font-size: 11px;
}
.contentPane:hover
{
	background-position: 0px -123px;
}
.companyLogo
{
	position: relative;
	left: 15px;
	border: none;
	top: 15px;
}
.companyName
{
	position: relative;
	display:block;
	width: 130px;
	top: 30px;
	left: 15px;
	border: none;
}

#detailContent
{
	position: relative;
	left: 50%;
	margin-left: -200px;
	width: 390px;
	height: 390px;
}

.actionButton
{
	text-decoration: none;
	color: #f76f03;
	padding: 20px 15px 15px 15px;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 323px;
	left: 60px;
	background-repeat:no-repeat;
	display: block;
	background-image: URL('images/action_button.png');
	width: 298px;
	height: 24px;
}
.actionButton:hover
{
	background-position: 0px -59px;
	color: #FFFFFF;
}
.backButton
{
	position: absolute;
	top: 150px;
	left:0px;
	background-repeat:no-repeat;
	display: block;
	background-image: URL('images/back_button.png');
	width: 56px;
	height: 168px;
}
.backButton:hover
{
	background-position: 0px -168px;
}
#detailContentPane
{
	position: absolute;
	top: 150px;
	left: 60px;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
	background-image: URL('images/info_vlak.png');
	width: 308px;
	height: 148px;
}
#detailLogo
{
	margin: 20px 0px 0px 60px;
}
#footer{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	position:absolute;
	background-image: URL('images/footer_background.png');
	bottom: 0px;
	left: 0px;
	width:100%;
	height:37px;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footerLink
{
	position: absolute;
	top: 10px;
	left: 30px;
}
#footerMenu
{
	position: absolute;
	top: 10px;
	right: 30px;
}

