#main {
	margin: 30px auto;
	width: 95%;
	text-indent: 30px;
	background: #ffffff;
	font-size: 12px;
        }

/*
	--------------------------------------------
 	Version: 1.0
  	Last update: 2006-01-19
	--------------------------------------------

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	color: #666;
	font-size: 12px;
	background: #F8F8F8;
}

a {
	color: #FF6666;
	text-decoration: none;
}
a:visited {
	color: #FF6666;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
	text-decoration:underline;
}


/*	MENU
	--------------------------------------------
*/



div#menu ul li {
	background: #06daff url("../img/menu_tlacitka.jpg") top right repeat-x;
	list-style: none;
	line-height: 20px;
	float: none;
	width: 127px;
	text-align: center;
	font-size: 11px;
     /*   border-left : 1px solid #CCC;
	border-right: 1px solid #CCC;
        border-top: 1px solid #CCC; */
	font-family: "Arial","Tahoma CE", "Lucida Grande CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
}

div#menu li a {
	width: 127px;
	display: block;	
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
}

div#menu li a:hover {
	background: #1810FF url("../img/menu_tlacitka_a.jpg") top right repeat-x;
	color: white;
}
/*
div#menu li.last a {
        border-bottom: 1px solid #CCC;
}
*/

#google {
        font-size: 10px;
        margin-top: 5px;
        margin-left: 5px;
        }

#google input {
        margin-top: 2px;
        border: 1px solid #000000;
}

#google input.inputnone {
        display: none;
        }

p {
        margin-left: 5px;
        }


