﻿body 
{
	background-color: #E4E5E7;
    
    margin: 0px;
    padding: 0px;
    
    text-align: center;
    font-family: Franklin Gothic Book, Tahoma, Verdana, Calibri, Sans-Serif;
    font-size: 10pt;
    color: #C2442A;
}

a img 
{
	border: none;
}

.page
{
	width: 1000px;
	margin: 32px auto;	
	text-align: left;
}

.flag 
{
	height: 16px;
	width: 900px;
	text-align: right;
	margin-bottom: 10px;
}

.rozcestnikTable
{
	border-collapse: collapse;
	margin-top: 7px;
	table-layout: fixed;
}

.rozcestnikTable td
{
	margin: 0px;
	padding: 0px;	
	vertical-align: top;
}

.rozcestnikTable td .divBox
{
	background-color: #FFFFFF;
	width: 100%;
	height: 125px;
	padding-top: 6px;
}

.rozcestnikTable td div input
{
	margin-left: 38px;	
}

.rozcestnikTable td .divBox .imageButton
{
	margin-left: 38px;	
	/*margin-top: 5px;*/
}

.rozcestnikTable td div ul
{
	margin-top: 13px;
	margin-right: 13px;
	margin-left: 20px;
	padding: 0px;
}

.leftLi
{
	/*list-style-image: url('./img/teckaModra.png');*/
	list-style-type: none;
	background-image: url('./img/teckaModra.png');
	background-repeat: no-repeat;
	background-position: 0% 6px;
	padding-left: 15px;
}

.rightLi
{
	/*list-style-image: url('./img/teckaOranzova.png');*/
	list-style-type: none;
	background-image: url('./img/teckaOranzova.png');
	background-repeat: no-repeat;
	background-position: 0% 6px;
	padding-left: 15px;
}

.redLi
{
	/*list-style-image: url('./img/teckaCervena.png');*/
	list-style-type: none;
	background-image: url('./img/teckaCervena.png');
	background-repeat: no-repeat;
	background-position: 0% 6px;
	padding-left: 15px;
}

.exchangeBackground
{
	background-color: #FFFFFF;
}

.redBackground
{
	background-color: #EA3E0C;
	color: #FFFFFF;
	font-weight: bold;
}

.smallBaner
{
	/*
	width: 140px;
	height: 30px;
*/
	width: 175px;
	height: 40px;
	background-color: #FFFFFF;
	float: left;	
	margin: 5px;
	display: block;
	text-align:center;
}

.smallBaner img
{
	height: 35px;
	margin: 2px;
}