﻿body  
{
	background-image: url("srafy.jpg");
	background-repeat:repeat-x;
	background-color: #51A9D1;
	background-position: center top;
	padding: 0;
    margin: 0 0 10px;
    font-family: Tahoma, Sans-Serif;
    font-size: 0.8em;
}

h1 
{
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 1em;
    padding:  40px 0  0px 30px;
    color: #CF141D;
	color: White;
    font-size: 200%;
    font-weight: lighter;
}

p 
{
    line-height: 180%;
    margin: 0 0 2em;
}

.PagePanel
{
	position: relative; 
	padding-top: 136px;
	margin: 0 auto;
	width: 900px;
	
}

.HeaderPanel
{ 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 143px;
}


.ContentPanel
{
	background-image: url("pozadi_text.jpg");
	background-repeat: repeat-y;
	width: 900px;
	overflow: hidden;
}

div.ContentPanel a 
{
    color: #014a8f;
    font-weight: bold;
}

div.ContentPanel a:hover 
{
    color: #CF141D;
}


.PanelAutoskola
{
      width: 300px;
      height: 341px;
      float:left;
      text-align: center;
}

.hlAutoskola 
{
    display: block;
    width: 220px;
    height: 211px;
    padding: 90px 40px 40px;
      background-image: url(autoskola.jpg);
      background-repeat: no-repeat;
}



.PanelAutodoprava
{
	width: 300px;
    height: 341px;
	float: left;
	text-align:center;
}

.hlAutodoprava 
{
    display: block;
    width: 220px;
    height: 211px;
    padding: 90px 40px 40px;
      background-image: url(autodoprava.jpg);
      background-repeat: no-repeat;
}

.PanelVipTaxi
{
	width: 299px;
    height: 341px;
	float: right;
	text-align:center;
}

.hlViptaxi 
{
    display: block;
    width: 219px;
    height: 211px;
    padding: 90px 40px 40px;
      background-image: url(osobni.jpg);
      background-repeat: no-repeat;
}

.FooterPanel
{
	background-image: url("pozadi.jpg");
	background-repeat: repeat-x;
	height: 267px;
	padding:  0px 5px 20px 0px;
	color:White;
	font-size: 85%;

}
.FooterPanel a
{
	color:White;
   text-decoration:none;
}

.FooterPanel a:hover 
{
   color: Yellow;
   text-decoration:none;
}
.FooterPanel img
{
	float:left;
}
.FooterPanel p
{
	margin-top: 10px;
}
.FooterPanelCenter
{
	width:900px;
	margin: 0 auto 0 auto;
}

