/* CSS Document */

/*
    ========================================================
    HTML ELEMENTS
*/
body {
    background-color: rgb(7,62,93);
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    font-family: 'Calibri' sans-serif;
}

a {
    color: rgb(48,115,230); 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
    ========================================================
    UNIVERZALNI TRIDY
*/
.center {
	text-align: center;	
}

.red {
	color: red;	
}

/*
    ========================================================
    LAYOUT ELEMENTS
*/
div.pseudobody {
    padding-top: 70px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
}

div.body {
    border: 1px solid white;
    background-color: white;
}

div.footer {
	margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.3em;
    text-align: center;
    background-color: rgb(218,232,241);
}

div.footer a {
	color: black;
	text-decoration: underline;	
}

/*
    ========================================================
    TOP MENU
*/
div.top {
    background-color: rgb(1,42,63);
    background-image: url('../images/menu.png');
    background-repeat: repeat-x;
    height: 42px;
    color: white;
}

div.top div.menu ul li {
    border-right: 2px solid rgb(66,97,112);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

div.top div.menu ul li a {
	color: white;	
}

div.top div.search {
    text-align: right;
}

div.top div.search div {
	display: inline;	
}

div.top div.search input {
    border: 1px solid white;
}

div.top div.search div.button input {
    border: 1px solid white;
    height: 20px;
    color: white;
    background-color: transparent;
}

/*
    ========================================================
    LEFT COLUMN
*/
div.leftcolumn div.box {
    background-image: url('../images/leve_menu_body.png');
    background-repeat: repeat-y;
    margin-top: 0.6em;
}

div.leftcolumn div.box div.innerbox {
    background-image: url('../images/leve_menu_footer.png');
    background-position: 0% 100%;
    background-repeat: no-repeat;
    padding-left: 6px;
    padding-right: 10px;
    padding-bottom: 1em;
}

div.leftcolumn div.box h1 {
    background-image: url('../images/leve_menu.png');
    background-repeat: no-repeat;
    text-align: center;
    margin: 0px;
    padding: 5px;
    padding-top: 8px;
    font-size: 1.1em;
    text-transform: uppercase;
}

div.leftcolumn ul {
    margin: 0px;
    padding: 0px;
}

div.leftcolumn ul li {
    margin: 0px;
    display: block;
}

div.leftcolumn ul li.odd {

}

div.leftcolumn ul li.even {
    background-color: white;
}

div.leftcolumn ul li a {
    padding: 0.1em;
    padding-left: 2em;
    display: block;
    color: rgb(51,133,235);
    background-image: url('../images/menu_list.gif');
    background-repeat: no-repeat;
    background-position: 12px 6px;
}

div.leftcolumn ul li a:hover {
    background-color: rgb(211,223,237);
    text-decoration: none;
}

div.leftcolumn ul li ul.podkraje {
	margin-left: 33px;
}

div.leftcolumn ul li ul.podkraje li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.leftcolumn ul li ul.podkraje li a {
	background-image: none;
	font-size: 0.7em;
	display: inline;
	padding: 0px;
	padding-right: 0.5em;
	white-space: nowrap;
}

div.leftcolumn ul li ul.podkraje li a:hover {
	text-decoration: underline;
	background-color: transparent;	
}

div.leftcolumn ul.text li {
    margin: 0px;
    display: block;
    padding: 0.1em;
    padding-left: 2em;
    background-image: url('../images/menu_list.gif');
    background-repeat: no-repeat;
    background-position: 12px 6px;
}

div.backtohome {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 446px;
	height: 70px;
}

div.backtohome a {
	border: 0px solid black;
	display: block;
	width: 446px;
	height: 70px;
}

div.backtohome img {
	border: 0px solid black;
	visibility: hidden;
	width: 446px;
	height: 70px;
}

/*
    ========================================================
    CONTENT AREA
*/
div.content {
    text-align: justify;
}

/*
    ========================================================
    NAVIGACE
*/
div.navigace {
    border: 1px dashed #AAA;
    padding: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

div.navigace h2 {
    margin: 0px;
    font-size: 0.9em;
}

div.navigace p {
    margin: 0px;
    padding-left: 2em;
}

/*
    ========================================================
    VYPIS AUTOSKOL
*/
.zobrazeni {
    font-size: 0.6em;
    font-style: italic;
    font-weight: normal;
}

div.autoskoly_vypis {
    position: relative;
}

div.autoskoly_vypis div.autoskola {
	background-image: url('../images/list_body.png');
	background-repeat: repeat-y;
	margin-bottom: 2em;
	position: relative;
	height: 100%;          /* IE7 BUG */
}

div.autoskoly_vypis div.autoskola h3 {
    margin: 0px;
    padding: 10px;
    padding-top: 15px;
    padding-left: 20px;
    background-image: url('../images/list_header.png');
	background-repeat: no-repeat;
}

div.autoskoly_vypis div.autoskola h3 a {
    
}

div.autoskoly_vypis div.autoskola div.inner {
    background-image: url('../images/list_footer.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding: 0px 20px 12px 12px;
}

div.autoskoly_vypis div.autoskola div.inner div.informace {
    border: 1px solid #DDD;
    background-color: white;
    background-image: url('../images/list_inner_bg.jpg');
    background-repeat: no-repeat;
    padding: 1em;
    padding-right: 180px;
    _height: 8.5em;
    min-height: 6.5em;
}

div.autoskoly_vypis div.autoskola div.informace h4 {
    margin: 0px;
    padding: 0px;
}

div.autoskoly_vypis div.autoskola div.informace ul {
    margin: 0px;
    padding: 0px;
    padding-left: 2em;
}

div.autoskoly_vypis div.autoskola div.informace div.pobocky ul li {
    display: block;
    list-style: none;
}

div.autoskoly_vypis div.autoskola div.informace div.kurzy ul li {
    display: inline;
}


div.autoskoly_vypis div.autoskola div.informace div.fotografie {
    float: right;
    position: absolute;
    left: 420px;
    top: 57px;
}

div.autoskoly_vypis div.autoskola div.informace div.fotografie img {
    border: 1px solid #DDD;
}

div.autoskoly_vypis div.pagination_control {
    text-align: center;
}

/*
    ========================================================
    DETAIL AUTOSKOLY
*/
div.autoskola_detail {
    background-image: url('../images/list_body.png');
	background-repeat: repeat-y;
	position: relative;
	height: 100%;          /* IE7 BUG */
}

div.autoskola_detail h2 {
    margin: 0px;
    padding: 10px;
    padding-top: 12px;
    padding-left: 20px;
    background-image: url('../images/list_header.png');
	background-repeat: no-repeat;
	font-size: 1.3em;
}

div.autoskola_detail div.inner {
    background-image: url('../images/list_footer.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding: 0px 20px 12px 12px;
}

div.autoskola_detail div.inner div.obsah {
    border: 1px solid #DDD;
    background-color: white;
    padding: 1em;
    line-height: 1.5em;
}

div.autoskola_detail div.inner div.obsah h3 {
    border-bottom: 1px solid #DDD;
    margin: 0px;
    margin-top: 1em;
    padding: 0.1em;
    font-size: 1.1em;
    color: #333;
}

div.autoskola_detail div.inner div.obsah p.popis {
    margin: 0px;
    margin-bottom: 2em;
    padding: 0.3em;
    padding-left: 1em;
    border: 1px solid #EEE;
    border-left: 5px solid #CCC;
    background-color: #FAFAFA;
    font-style: italic;
}

div.autoskola_detail div.inner div.obsah div.pobocka {
    margin-left: 1em;
}

div.autoskola_detail div.inner div.obsah div.kontakt dl {
    margin: 0px;
}

div.autoskola_detail div.inner div.obsah div.kontakt dl dt {
    float: left;
    padding-left: 1em;
    width: 5em;
}

div.autoskola_detail div.inner div.obsah div.kurz {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: rgb(248,249,253);
    border: 1px solid rgb(218,218,238);
    position: relative;
}

div.autoskola_detail div.inner div.obsah div.kurz h4 {
    margin: 0px;
}

div.autoskola_detail div.inner div.obsah div.kurz p {
    margin: 0px;
    font-style: italic;
}

div.autoskola_detail div.inner div.obsah div.kurz dl {
    margin: 0px;
    margin-top: 0.5em;
}

div.autoskola_detail div.inner div.obsah div.kurz dl dt {
    float: left;
    width: 10em;
}

div.autoskola_detail div.inner div.obsah div.kurz dl dd.cena {
	color: red;
	font-size: 1.1em;	
}

div.autoskola_detail div.inner div.obsah div.objednat {
	position: absolute;
	right: 20px;
	bottom: 10px;
	background-image: url('../images/button_objednat.png');
	background-repeat: no-repeat;
	padding: 5px 22px 5px 22px;
}

div.autoskola_detail div.inner div.obsah div.objednat a {
	color: white;
	font-weight: bold;
}

div.autoskola_detail div.inner div.obsah div.auto {
    margin-left: 1em;
}

div.autoskola_detail div.inner div.obsah div.fotografie {
    margin-top: 0.5em;
}

div.autoskola_detail div.inner div.obsah div.fotografie a:hover {
    text-decoration: none;
}

div.autoskola_detail div.inner div.obsah div.fotografie img {
    border: 1px solid rgb(218,218,238);
}

div.autoskola_detail div.inner div.obsah div.komentar {
    margin-left: 1em;
    margin-top: 1.5em;
    border: 1px solid rgb(218,218,238);
    border-bottom: 1px solid #BBB;
    font-size: 0.7em;
    font-family: sans-serif;
}

div.autoskola_detail div.inner div.obsah div.komentar h4 {
    background-color: rgb(52,125,166);
    color: white;
    margin: 0px;
    padding-left: 0.5em;
}

div.autoskola_detail div.inner div.obsah div.komentar p {
    margin: 0.5em;
}

/*
    ========================================================
    OBJEDNAVKA
*/
div.objednavka h3 {
	font-size: 1em;
	border-bottom: 1px solid #AAA;	
}

div.objednavka dl {
    margin: 0px;
    margin-left: 2em;
}

div.objednavka dl dt {
    font-weight: bold;
    float: left;
    width: 10em;
    text-align: right;
    padding-right: 1em;
}

div.objednavka dl dd {
    margin-left: 10em;
    margin-bottom: 1em;
}

div.objednavka dl dd input {
	width: 60%;	
	border: 1px solid #AAA;
}

div.objednavka dl dd textarea {
    width: 60%;
    border: 1px solid #AAA;
    height: 7em;
}

div.objednavka dl dd input.submit {
	width: 10em;
	margin-left: 5em;	
}


/*
    ========================================================
    STATICKE STRANKY
*/
div.static {
    position: relative;
    line-height: 1.6em;
}

div.static h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #DDD;
    margin-left: 2em;
    margin-right: 2em;
}

div.static h3 {
    font-size: 1.1em;
    color: #333;
    margin: 0px;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

div.static p {
    text-indent: 2em;
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 2em;
    margin-right: 2em;
}

div.static ul {
	margin-left: 2em;
	margin-right: 2em;
	font-size: 0.9em;
	font-weight: normal;
}

div.static div.ikony {
    text-align: center;
}

div.static div.ikony div {
    display: inline;
    margin-left: 2em;
    margin-right: 2em;
    float: left;
}

div.static div.ikony div.left {
    margin-left: 6em;
}

div.static div.ikony div img {
    display: block;
    border: 0px solid black;
    height: 150px;
}

div.static dl {
	margin: 0px;	
}

div.static dl dt {
	float: left;
	width: 5em;
}

div.static dl dt.single {
	float: none;
	display: block;
	width: 100%;
}

div.static dl dd {
	font-style: italic;
}

div.static div.dotaz_form dl dt {
	float: none;
	width: 300px;
}

div.static div.dotaz_form dl dd input {
	width: 60%;	
	border: 1px solid #AAA;
}

div.static div.dotaz_form dl dd input.submit {
	width: 10em;
	margin-left: 5em;	
	border: 1px solid #AAA;
}

div.static div.dotaz_form dl dd textarea {
	width: 60%;	
	border: 1px solid #AAA;
}

div.static div.dotaz_form pre {
	margin: 2em;
	font-size: 0.4em;
}

div.static div.message {
	font-weight: bold;
	color: red;
}

img.phpmyvisities {
	border: 0px solid black;	
}

