body{
    margin: 0px;
    padding: 0px;
    background-color: #f0f0f0;
}
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.topStrip{
    height: 100px;
    width: 100%;
    background-color: black;
}
.topStripCenter{
    margin: 0 auto;
    height: 100px;
    width: 960px;
}
.topStripCenterLogo{
    height: 100px;
    width: 360px;
    float: left;
    background-image: url(/skola2/matur/views/css/image/logoNevar.jpg);
}
.topStripCenterMenu{
    height: 30px;
    width: 600px;
    float: left; 
}
.borderStrip1{
    height: 10px;
    width: 100%;
    background-image: url(/skola2/matur/views/css/image/border1.jpg);
}
.centerStrip{
    height: 180px;
    width: 100%;
    background-color: white;
}
.centerStripCenter{
    margin: 0 auto;
    height: 180px;
    width: 960px;
    position: relative;
}
.centerStripCenterText{
    height: 120px;
    width: 300px;
    padding: 30px;
    font-size: 15px;
    font-weight: 400;
    float: left;
    font-family: verdana, arial;
}
.imageCarOnTop{
    float: left;
    z-index: 1;
    position: absolute;
    top: -50px;
    left: 470px;
}
.borderStrip2{
    height: 10px;
    width: 100%;
    background-image: url(/skola2/matur/views/css/image/border.jpg);
}
.main{
    margin: 0 auto;
    height: 800px;
    width: 960px;
}
.borderStrip3{
    height: 10px;
    width: 100%;
    background-image: url(/skola2/matur/views/css/image/border3.jpg);
}
.absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 18;
    visibility: hidden;
}
.absolute2{
    width: 500px;
    height: 60px;
    position: absolute;
    left: 35%;
    top: 45%;
    background-color: white;
}
.informationDiv{
    margin: 0 auto;
    padding: 10px;
    width: 940px;
    background-color: lightcoral;
    font-size: 16px;
    font-family: verdana, arial;
    text-align: center;
}