﻿@charset "utf-8";
/* CSS Document */

*{	margin:0 auto;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	/*font-family:arial;*/
	/*font-size:12px;*/
	list-style:none !important;
	background-color:none;}

.logo{
width:984px;
}

.banner{
width:100%;
background-color:#6186b3;
border-bottom:#e2e2e3 solid 3px;
height:58px;
}

.banner-content{
	width:984px;
	line-height:2;
font-size:17px;
color:#ffffff;
}

.banner-content a{
	font-size:17px;
color:#ffffff;
text-decoration:underline;
}

.banner-content a:hover{
color:red;
text-decoration:none;
}

#container {
	width: 984px;
}
.heading{
	font-size:14px;
	color:#dd1f26;
	padding-left:10px;
	padding-top:25px;
	font-weight:bold;
}
.left-menu {
    float: left;
    height: auto;
    position: relative;
    width: 300px;
    z-index: 10;
}
	
.login{
	background:url(../images/login-bg.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
	width:289px;
	height:181px;
	margin-right:10px;
	padding-top:6px;
	text-align:left;
	font-size:17px;

}

.login-button{
	position:relative;
	margin-top:65px;
	margin-left:10px;
	width:156px;
height:72px;}




.message{
	position:relative;
	z-index:13;
	padding-left:10px;
	margin-top:200px;
	margin-left:680px;
	width:290px;
height:158px;
line-height:1.6;
color:#626466;
}
.message a{
color:#29438f;
text-decoration:none
}

.message a:hover{
color:#db0011;
text-decoration:none;
}

.skodamessage {
color:#fff}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#pagewrap {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.pagewrap {
    margin: 0 auto;
    width: 984px;
}

#allfooter {
    bottom: 0;
    position: absolute;
    width: 100%;
	background:#ff000cc
}

#footer {
	margin:0 auto;
	padding:o;
	width: 100%;
	background:#ecebeb;
	height:40px
}

.main a {
	font-size: 12px;
	color:#333;
	background-color:none;
	
}
.main a:link {
	color:#333;
	text-decoration: none;
	background-color:none;
	
}
.main a:visited {
	color:#333;
	text-decoration: none;
	background-color:none;
}
.main a:hover {
	text-decoration: none;
	color: #F00;
	background-color:none;
}



.bgimg{
	background:url(../images/employee-01.jpg);
background-repeat:no-repeat;
width:984px;
height:440px;
}
.footerheight{ position:relative; width:100%; margin:0px auto; padding:0px; height:100px}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.skodabgimg{
width:984px;
height:440px;
}

.skodabgimgout{
	background:url(../images/Skoda-employee-03.jpg);
background-repeat:no-repeat;
width:100%;
height:100%;
  background-size: cover;
}

.skodabanner{
width:100%;
background-color:#4BA82E;
border-bottom:#e2e2e3 solid 0px;
height:58px;
}

.skodalogin {
background:url(../images/skoda-login-bg.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
	width:289px;
	height:181px;
	margin-right:10px;
	padding-top:6px;
	text-align:left;
	font-size:17px;
}




