#all {
	width : 98%;
	margin-left : 2%;
	border : 0px; 
}

#header img{
	width : 98%;
}

#menu {
	display : none;
}

#main {
	width : 98%;
	border : 0;
}

#main img{
	display : none;
}

#footer {
	width : 98%;
	text-align : center;
	vertical-align : middle;
}

body {
    	width : 100%;
    	height : 100%;
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

h1 {
	border : 0px;
	margin-top : 0;	
	font-size: x-large;
}

a {
	color : #4b91cf;
	text-decoration : underline;
}

a:hover {
	color : #4b91cf;
	text-decoration : none;
}

.napravo {
	float : right;
}

.nalevo {
	float : left;
}

.center {
	text-align : center;
}

.bold {
	font-weight : bold;
}

table {
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	width : 70%;
	border : 1px;
	border-color : #000000;
	border-style : solid;
	margin : 0px;
	padding : 0px;
}

table td {
	background-color : #effbff;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-left-width : 1px;
	border-color : #4b91cf; 
	border-style : solid;
	padding : 2px;
}

table td.tmava {
	background-color : #bdd0ee;
}

table td.hlavicka {
	background-color : #4b91cf; 
}