body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 10px;
        text-align: center;
        background: url(page_bg.gif);
    }
    
html, body, #stranka, h1 {
	margin: 0;
	padding: 0;
}

th, td {
	font-size: 12px;
}

img { border: 0; }

#stranka {
	margin: auto;
	text-align: left;
	width: 748px;
	position: relative;
}

.centrovani {text-align:center;
         }
h1, h2, h3 {
	font-size: 10px;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.cistit {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}




#podstranka {
	border-left: 2px solid ;
	border-right: 2px solid ;
	background-color:#FFF;
	color: #FEFEFE;
	margin-bottom: 10px;
}
#podstranka a {	color: #FF0000;}

#hlavicka {
	background: url(header_bg.gif) repeat-x;
	padding-top: 9px;
	position: relative;
}

#hlavicka img {
	display: block;
}



#menu {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;

	border-bottom: 2px solid white;
}

#menu dt {
	background: #c80000 url(dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#menu dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0 2px;
}

#menu dd a {
  color:white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}



#menu dd a:hover {
	background: #74a7b7;
}

#menu .menu_prvni {
	padding-top: 10px;
}

#menu .menu_posledni {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}



#telicko {
	float: right;
	width: 543px;
	margin: 2px 1px 0 0;
	color:#000;
	border: 1px solid #e5e5e5;
	position: relative;
	font-size: 12px;
}



#paticka {
	background: #c80000 url(footer_bg.gif) repeat-x;
	padding: 8px 8px 5px 8px;
	position: relative;
	text-align: center;
	border-bottom: 2px solid white;
}
	
#paticka, #paticka a {
	font-weight: bold;
	text-decoration: none;
}


